|
-
Jun 15th, 2000, 01:37 AM
#1
Thread Starter
Addicted Member
You know when you
have 2 programs in the
same project?
how do you switch programs
when running? (with code)
-
Jun 15th, 2000, 08:51 AM
#2
Addicted Member
what do you mean by 2 programs in one project????
-
Jun 15th, 2000, 01:37 PM
#3
Hyperactive Member
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)
-
Jun 15th, 2000, 03:40 PM
#4
New Member
You mean switch with a button or what?
Osborn
-
Jun 15th, 2000, 05:48 PM
#5
Hyperactive Member
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.
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
|