T
Taras Pich
How do you suspend operation until a form closes?
i.e.:
frmDoSomething.Show()
'Don't want to execute following code until frmDoSomething is closed
i.e.:
frmDoSomething.Show()
'Don't want to execute following code until frmDoSomething is closed