 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
quantuz Guest
|
Posted: Wed May 31, 2006 3:16 am Post subject: Hoe to wait for non-modal forms ? |
|
|
Hi,
I have a non-modal form I have created and want to show from a metod
but I need to wait for the non-modal form to close, in the method,
before proseeding what to do ?
I cant use Modal forms witch does the job nicely..
Example code...
Mymethod()
{
TDialogueForm* selForm = new TDialogueForm(Application);
selForm->Show();
// WAIT HERE FOR THE selForm to close !! how??
}
Regards,
// Christer |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|