PDA

Click to See Complete Forum and Search --> : MDI forms


Gimpster
Nov 10th, 1999, 05:06 AM
I'm currently starting to write an application for a database front-end and I was thinking about using an MDI form format. But I was wondering if programming these forms is much different than a standard form setup. Or is the only difference in the appearance? Thanks.

------------------
Ryan
corneslen@hotmail.com
ICQ# 47799046

SteveCRM
Nov 10th, 1999, 05:29 AM
My experiences show that it should be the same programming, just put the regular form's properties to to "MDIChild = True"

Hope It Helps

Steve

Gimpster
Nov 10th, 1999, 05:40 AM
Ok, and then how would you set the MDI "parent"?

SteveCRM
Nov 10th, 1999, 06:58 AM
Do you mean so it comes up instead of form1? It should on it's own, at least on mine it did.

Steve