Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Apr : Sharing Login Information Among Multiple Programs
| Subject: | Sharing Login Information Among Multiple Programs |
| Posted by: | "Johnnie Norsworthy" (jln2..@verizon.net) |
| Date: | Sun, 22 Apr 2007 08:58:54 |
Could someone recommend a good way to share a small amount of data among a
few programs? What I want is when a program is first started, it shows a
login dialog and then stores the current user, allowing them to run other
programs that recognize the login data. If all of my program group are
closed or Windows is shut down/restarted, the login information goes away.
I can't just use Windows Login information because I have yet to find a
customer that enforces required logins for all their computers. So I have to
have my own login dialog.
The system would have to work on Windows 2000+ with no admin rights
necessary.
Thanks for any ideas!
-Johnnie