Board index » cppbuilder » How can I have more than one MDIForm in the same project?

How can I have more than one MDIForm in the same project?


2004-02-05 10:39:49 PM
cppbuilder91
I would like to have two MDIForm in only one project. I know that I can set
two different forms to MDIForm but
I donīt can make it works.
If someone can help me I appreciate.
Lucas Lorensi
 
 

Re:How can I have more than one MDIForm in the same project?

I would like to have two MDIForm in only one project. I know that I can set
two different forms to MDIForm but
I canīt make it works.
If someone can help me I appreciate.
Lucas Lorensi
 

Re:How can I have more than one MDIForm in the same project?

More that which forms do you mean, fsMDIForm or fsMDIChild? If you mean the
second, there is a project template that gets you started.
From the File menu, choose File | New | Other | Projects | MDI Application.
If you mean the first, I tried doing that before and was unable to get it to
work. I don't think that the MDI model is designed to allow multiple
fsMDIForms.
"Lucas Lorensi" < XXXX@XXXXX.COM >wrote in message
Quote
I would like to have two MDIForm in only one project. I know that I can
set
two different forms to MDIForm but
I canīt make it works.

If someone can help me I appreciate.

Lucas Lorensi


 

{smallsort}

Re:How can I have more than one MDIForm in the same project?

"Lucas Lorensi" < XXXX@XXXXX.COM >wrote in message
Quote
I would like to have two MDIForm in only one project.
You cannot. The VCL only supports the MainForm specifically being the only
MDI parent form available.
Gambit