terminal-server

How to use Terminal Services Gateway with the IMsRdpClient6 ActiveX Control?

I am hosting the IMsRdpClient6 ActiveX control in my WinForms application in order to make connections to remote machines. I have setup a terminal services gateway machine, and I can successfully use it. I want to get my ActiveX control to use this gateway. I have set the Gateway options, but connection fails with no error that I can s...

Get RemoteApp taskbar icon to flash

I'm using FlashWindowEx to flash the taskbar icon of a .NET application. If I run the app from my local desktop, the flashing happens correctly, but if I'm running the application as a RemoteApp, the taskbar icon doesn't flash -- probably because the app is actually running on the server (even if it looks like it's running on your local ...

Javascript Msxml2.XMLHTTP terminal server access denied

Hi, var xmlHttpRequest = new ActiveXObject("Msxml2.XMLHTTP"); xmlHttpRequest.open("POST", "http://vat/_vti_bin/lists.asmx", false); How can I let this script work on a Terminal server? When I open it on my local pc, it works, but when I do the same thing in a browser on a Terminal server, I get Access Denied. I tried using ServerXMLH...