|
-
Jun 14th, 2007, 01:30 AM
#1
Thread Starter
New Member
Loading forms in a Project Group
I actually needed to create an application which supported multiple MDI forms
.So I decided to create a project group.I set-up the start-up form but I am unable to load forms which belong to other projects(which are included in the project group).Could some-one please help me with this one? Is there any other way to create a program which supports multiple MDi forms.
Note:Only one MDI form is active at a time.
-
Jun 14th, 2007, 01:49 AM
#2
Re: Loading forms in a Project Group
A project group is not going to help you. A project group is only a way to load multiple projects in the IDE, and is only used for debug purposes. It changes nothing in the projects itselve, and the executables that are created are not related in any way because they were in the same project group.
You could try if an ActiveX exe can be of help. From one project you can create an instance of the ActiveX exe, and you should be able to load forms.
-
Jun 14th, 2007, 02:02 AM
#3
Thread Starter
New Member
Re: Loading forms in a Project Group
Could I possibly independently develop the projects and later create a project which has short-cuts to their executables?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|