Treminal Server Client

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

I'm going to have my program reside on a Win 2003 terminal Server, and will
be accessed from thin clients. How can I tell in my VB code what client
workstation is requesting the program.
Thanks
Paul
 
Hi Paul,

Check the value of the CLIENTNAME environment variable, or
call WTSQuerySessionInformation via pinvoke.

-TP
 

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