Can anyone tell me how i would load a form from a different project that is in the same project group?
thnx
Printable View
Can anyone tell me how i would load a form from a different project that is in the same project group?
thnx
Quote:
Originally Posted by dannyg
File ---> Add Project
thnx but ive already added the projects i need to know how to open them via a form in another projectQuote:
Originally Posted by Mark Gambo
Assuming that the form has a unique name I think that if you right click on the particular project that you want to add the form to and then select form, click the Existing Tab then navigate to the directory where the new form is and then add it.
I have added the forms and project to the project group, i wanted to know if i can open a form within that project group by a command button , that is in a different project but still in the same project group.Quote:
Originally Posted by Mark Gambo
I have tried the code below:
load project1.frmMain
bump
Please don't bump your threads.
The answer to your question is no you can't. Projects in a group are only a visual convenience and you can't programmatically refer to them.