Basu Biswas

Basu Biswas

  • NA
  • 55
  • 0

A simple remoting question ...plz help...

Apr 2 2007 12:45 PM

Hi,

    How to read and write a variable of one application from another application...

let me explain a little...

I am building an c# windows application which has two parts...actually two saparate project with little saparate functionality..

now there is two login in this application one for each project...user can open both the application at the same time...if a user logs in from any one project then while opening other project the user should not be ask for login again...

for this purpose i want to keep the login status in a variable in any one project and through remoting i want to access the status...if status is say false ...i ve to write new status to that variable...


Can any one plz help me regarding this...

Actually there r some other way to accomplish this task like keeping status in a file or in database...

bt actually i want to learn some basics of remoting....

tnx 4 givin ur valuable time...