P
Peter
Hi
I have a Windows Form (myForm()) doing somethig.
myForm() should be modal.
Normaly the action initated by user - pressing a Button, callling
myForm
oSomething()
Now i will use the same Form like "batch-processing", starting
oSomething() in my code:
It'c clear to me that the following code can not work:
myForm:ShowDialog();
myForm
oSomething()
--> what is the best way to do this ?
- Is there a "AfterShowEvent" ?, or which event is fired after dotnet
is "to be done doing everything with myDialog()"
- As well I think to use a timer....
Thanks
Peter
I have a Windows Form (myForm()) doing somethig.
myForm() should be modal.
Normaly the action initated by user - pressing a Button, callling
myForm

Now i will use the same Form like "batch-processing", starting

It'c clear to me that the following code can not work:
myForm:ShowDialog();
myForm

--> what is the best way to do this ?
- Is there a "AfterShowEvent" ?, or which event is fired after dotnet
is "to be done doing everything with myDialog()"
- As well I think to use a timer....
Thanks
Peter