Friday, November 19, 2010

How Can i show a diffirent form in VB 2008 (Read Discription)?

Ok so i added a existing project to my current one and i cant seem to launch forms from the other project please helpHow Can i show a diffirent form in VB 2008 (Read Discription)?
If you added the old project to a solution containing the new project, you'll also have to add a reference to the project.In the project that you want to display the forms from, right click the references folder in the solution manager and add one pointing to the other project If you are calling these forms in code, add the correct Imports line at the top of the code file as well.



If you just added the files, make sure the namespace on the files are all correct.

No comments:

Post a Comment