|
-
Jan 24th, 2005, 12:02 PM
#1
Thread Starter
New Member
project in project
hello
i have project in vb and i add to this project another project
in the first project by the clicking button event i want to open the second project/form
how can i do it???
t h a n k s
-
Jan 24th, 2005, 02:55 PM
#2
Re: project in project
make them separate projects, compile them, and use SHELL to call the other one.
-
Jan 24th, 2005, 04:54 PM
#3
Re: project in project
 Originally Posted by orent
hello
i have project in vb and i add to this project another project
in the first project by the clicking button event i want to open the second project/form
how can i do it???
t h a n k s
What type of project is your "second project" ? If it's a standard then you might be able to do what dglienna suggested but I would try to create an ActiveX dll so you can load individual form(s) from it.
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
|