Semi modal dialog?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi there, I would like to show a modal dialog and still be able to close/minimize/maximize my main form. Is there a way to accomplish this? I'm thankful for your help.
Run your Model dialog in a saperate thread instead of running it from main application. YOu have to start a new thread to show your model dialog box.
Regards, Amit Kumar HDISM, PGDCA, MCP, MCAD, MCSD amit_chikara2002@hotmail.com
-
Hi there, I would like to show a modal dialog and still be able to close/minimize/maximize my main form. Is there a way to accomplish this? I'm thankful for your help.