Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi and citrix

Status
Not open for further replies.

runswithscissors

Programmer
Oct 13, 2004
2
US
I am running a program written in Delphi 5 on a citrix server. How do I get the username from a citrix metaframe session? Thanks.
 
HI.
The same way as you retrieve the username from the NT session I suppose...


//Nordlund
 
Try the environment variables (GetEnvironmentVariable function). You can't get passwords.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top