Message 1 of 6
ShowModelessDialog problem
Not applicable
05-21-2013
12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I showed a form with ShowModelessDialog in this way:
MyForm fr = new MyForm();
Application.ShowModelessDialog(null, fr, true);
But when I use this.Hide() in control event, It usually jump to another window. AutoCAD is not active.
How to fix this, pls help.
Thanks.