Click to See Complete Forum and Search --> : Modal Forms
Xelion
January 25th, 2000, 12:49 AM
When I show a modal form (that's it - Form1.Show vbModal) from a control, actually this form doesn't become modal (for example, I can push buttons on control and so on). How may I create a true modal form?
Thanks in advance.
January 26th, 2000, 07:55 AM
Suggestion,
1. Check that all the references are correct.
2. Check that the variable vbModal has a value of 1
3. Are you using option explicit in your program, if not, you should be.
Xelion
January 27th, 2000, 12:08 AM
These conditions all satisfied. The form I trying to show as modal, in fact is always displayed over control (in contrast to modeless form). But that strange form can lose focus (when I click on parent control) and as a result - I can work with controls on parent control even if that form is opened.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.