T
Toni Perätalo
Guest
Roger Blanchard We are using that code to find out whether the application is run on RDP server or on the client. When run on RDP server, it returns the client name. Otherwise it returns empty. So we know where it is run. It seems that System.Environment:GetEnvironmentVariable("CLIENTNAME"). works similarly (well returns ? when run on client, but...). I wasn't aware of that kind of class/method, so that's good to know. Probably we start using that one later. Thank you!
Continue reading...
Continue reading...