Results 1 to 5 of 5

Thread: Multiple Projects within a Project????

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Multiple Projects within a Project????

    I'm using VB6 and I have a project that has other projects listed in the Object Explorer. In the primary project (which contains a MDI form), I put a statement in the MDI Form that tries to reference another form from within another project and it won't let me do it. What am I doing wrong?

    Thanks,
    Blake

  2. #2
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Multiple Projects within a Project????

    A group is just a set of projects that go together. If you want to reference another project, then you'd need to shell that project and tell it what to do. After that, you get into remote inputs and the like... stuff beyond my level.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Multiple Projects within a Project????

    I initially used the "Shell" command, however, what I was trying to accomplish was keeping the called program within the MDI form at all times until the user exited the called program....kinda like calling a form in vbModal. Unfortunately I don't know how to do that...do you?
    Blake

  4. #4
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Multiple Projects within a Project????

    If it's another program, then you can't nest it within the current form. The best way to do that would be to add what you need to the current project so you can pass everything around quickly and easily.

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Multiple Projects within a Project????

    Yes, I know I can do that but I want to keep the projects separate and not include a form here and there.
    Blake

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