R
Roger Blanchard
Guest
Are you running this code on the RDP server to get the client or are you running that code on the client? We just use System.Environment:GetEnvironmentVariable to get the client name. cClientName = System.Environment:GetEnvironmentVariable("CLIENTNAME"). cSessionName = System.Environment:GetEnvironmentVariable("SESSIONNAME").
Continue reading...
Continue reading...