-
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
[email protected]
ICQ# 47799046
-
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
-
Ok, and then how would you set the MDI "parent"?
-
Do you mean so it comes up instead of form1? It should on it's own, at least on mine it did.
Steve