Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open a vbmodal form in a MDI

Status
Not open for further replies.

baggio7

Programmer
Jun 23, 2004
14
0
0
CA
Hi, is it possible to open a MDIchild form as vbmodal?
I'm running in VB6.

i know that it is impossible to do Form.show vbmodal since you can't have a modal form in a child. But is there maybe a code i can do to make it modal???

thanks,
Rob
 
Why are u trying to display a MDIChild as modal?

There might be an easier solution, if you provide more details.

And yes, there is code you can add to your program to make MDIChild act as Modally.
 
well, i need to make my mdichild modal because
i want users to complete a form before switching to another.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top