Hi,
Is it possible to run two window forms in an application without one beeing a child form of the main form?
Thank you
malg
Printable View
Hi,
Is it possible to run two window forms in an application without one beeing a child form of the main form?
Thank you
malg
Yes. You can create multiple frames, popups, and modeless dialog windows.
-rick