Results 1 to 3 of 3

Thread: Loading forms in a Project Group

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    2

    Question 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.

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    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.
    Frans

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width