I need to pass a parameter from a vb project to anothe one. is there any solution. can i use vb project group
passing a parameter to a vb project from anothe vb project
Collapse
X
-
thanks ur suggession. but i need to pass usertype to the second project. different users will be login same project. user type means clerk, administrative officer etc. each users can have different menu.Originally posted by QVeen72Hi,
You can write The parameter to a TEXT file Which is saved in a specific location say "C:\MyTextFile. txt"
and from the Destination projects, you can read from the same text file..
Regards
VeenaComment
Comment