L
Lieven De Foor
Guest
You only need the WAIT-FOR for the main form of the application (closing that form terminates the WAIT-FOR). All other forms can simply be shown using MyForm:Show() or MyForm:ShowDialog().
Continue reading...
Continue reading...