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
Printable View
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
make them separate projects, compile them, and use SHELL to call the other one.
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.Quote:
Originally Posted by orent