hi
i have created a project group and i am trying to call the form_load sub of a project from the main sub in the first project!!
is this possible can anyone help me ???
Sanj
Printable View
hi
i have created a project group and i am trying to call the form_load sub of a project from the main sub in the first project!!
is this possible can anyone help me ???
Sanj
Have you referenced the other project from the first project then as long as the method you want to call is public then you will be able to call it.
hi
no how can i do that???
Give the projectname.formname......
You can very well call the procedures from one form to another but there scope should be visible in the entire group ie,public
cheers anil
i'll give it ago!!