A Atley Dec 12, 2004 #1 Is there any way to transfer information (User Name, ID) from a program that logs users into a system to other programs?
Is there any way to transfer information (User Name, ID) from a program that logs users into a system to other programs?
H Herfried K. Wagner [MVP] Dec 12, 2004 #2 Atley said: Is there any way to transfer information (User Name, ID) from a program that logs users into a system to other programs? Click to expand... Some keywords: Remoting, sockets, 'WM_COPYDATA'.
Atley said: Is there any way to transfer information (User Name, ID) from a program that logs users into a system to other programs? Click to expand... Some keywords: Remoting, sockets, 'WM_COPYDATA'.
A Atley Dec 12, 2004 #3 What can I use in VB? Herfried K. Wagner said: Some keywords: Remoting, sockets, 'WM_COPYDATA'. Click to expand...
What can I use in VB? Herfried K. Wagner said: Some keywords: Remoting, sockets, 'WM_COPYDATA'. Click to expand...
H Herfried K. Wagner [MVP] Dec 12, 2004 #4 Atley said: What can I use in VB? Click to expand... All of them ;-).