aplication passing user id to another aplication

  • Thread starter Thread starter Abhijit Taur
  • Start date Start date
A

Abhijit Taur

hi
i am using vb.net 2005
i have created an login exe
from that exe i call another exe(application)
here i want userid to be passed to that other exe
which is currently logged to that exe
so that i can record tarnsaction in his acct
 
I agrree with Peter, this is an excellent way to handle this scenario. You
can have several properies within the class for any information you want
available anywhere within the application. Its the closest thing to a
Global variable you will find, but still obeys OOP rules.

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top