Results 1 to 5 of 5

Thread: 2 projects in one

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Posts
    184
    You know when you
    have 2 programs in the
    same project?
    how do you switch programs
    when running? (with code)
    Evan Duffield --------
    --- [email protected]
    - -
    VB6 - Learning Edition
    - -


  2. #2
    Addicted Member Mih_Flyer's Avatar
    Join Date
    Mar 2000
    Location
    some place there
    Posts
    241

    Exclamation

    what do you mean by 2 programs in one project????

  3. #3
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    You can't run 2 exe projects at the same time.
    However, you can add a dll/ocx project together with an exe project, and let the exe use the dll/ocx (please read the help, it's all in there)
    Hope this helps

    Crazy D

  4. #4
    New Member
    Join Date
    May 2000
    Posts
    13
    You mean switch with a button or what?

    Osborn

  5. #5
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    I think I'm missing the point of this thread...
    But, if you're program is using an ocx or dll you wrote yourself, and you want to debug it, open the exe project. Add the ocx or dll project, you have 2 projects now.
    Run the program (make sure yuo set the exe project as startup), and the program should use the ocx/dll project you just added. That way you can easily debug the ocx/dll.
    Something like that... I believe there's a better explanation in MSDN.
    Hope this helps

    Crazy D

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