November 9th, 1999, 05:12 PM
How can I make a form a model form for my application? Like how a message box and be set to vbApplicationModal.
|
Click to See Complete Forum and Search --> : Model Form November 9th, 1999, 05:12 PM How can I make a form a model form for my application? Like how a message box and be set to vbApplicationModal. November 9th, 1999, 07:39 PM Try this: 'frmAbout will be always on the top of MDIMain frmAbout.Show vbModal, MDIMain Vlad codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |