C
chrizl
Hi,
I am trying to create a form from an non-graphical class. This however
does not seem to work.
I can create the form just fine, and I can call functions in the form
i.e. show a messagebox. But the Form itself is not showing. When I call
Application.Run on the Form the rest of my non-graphical code is not
executed.
Is it possible to do this or do I need to have a Form as the first
class?
Thanks,
Chris Langstraat
I am trying to create a form from an non-graphical class. This however
does not seem to work.
I can create the form just fine, and I can call functions in the form
i.e. show a messagebox. But the Form itself is not showing. When I call
Application.Run on the Form the rest of my non-graphical code is not
executed.
Is it possible to do this or do I need to have a Form as the first
class?
Thanks,
Chris Langstraat