passing a parameter to a vb project from anothe vb project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mra
    New Member
    • Sep 2006
    • 15

    passing a parameter to a vb project from anothe vb project

    I need to pass a parameter from a vb project to anothe one. is there any solution. can i use vb project group
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    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
    Veena

    Comment

    • mra
      New Member
      • Sep 2006
      • 15

      #3
      Originally posted by QVeen72
      Hi,

      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
      Veena
      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.

      Comment

      Working...