P
pascal
Hi,
If I remove from a C# program the line
Application.Run(new Form)
with the line
(new Form).ShowDialog()
the program runs without any changes.
Why is that?
The form shouldn't process any messages, but it does!
Where is the message loop?
Thanks,
Diablo
If I remove from a C# program the line
Application.Run(new Form)
with the line
(new Form).ShowDialog()
the program runs without any changes.
Why is that?
The form shouldn't process any messages, but it does!
Where is the message loop?
Thanks,
Diablo