The terminal-services tag has no wiki summary.
3
votes
2answers
352 views
Emulate terminal services
I am a seasoned Delphi developer and would like to create something like seamless terminal services where an application is executed on a server but appears on the the desktop of the client.
To ...
1
vote
1answer
2k views
How to use terminal services programmatically
I want to access remote server using my program (C# .NET) and execute there a program in the context of connected user, just like using Remote Desktop.
I don't want just run a program using some user ...
0
votes
1answer
29 views
Can I send data to a RemoteApp using Remote Desktop Services?
When I launch a RemoteApp via Remote Desktop Web Access, is there a way to send data to the remote app?
Desired senario:
A user logs into a website with their credentials. They also provide ...
0
votes
1answer
34 views
Disabling an input device which is used in current session
I'm developing a filter driver which works on top of an input device. Notably I'm testing it on my development machine (and yes, I know this is a bad idea).
On Windows XP whenever I needed to reload ...
0
votes
0answers
35 views
How do I retrieve the TS session ID of the user that submitted a print job?
I'm writing a port monitor, and want to display some UI to the end user.
This port monitor must run under Terminal Services.
I can get the username of the logged on user from the JOB_INFO_1 ...
0
votes
0answers
156 views
RD Web Access Default Document
I am trying to set up remote desktop web access on my domain (gateway.wonderind.com). I am using Windows Server 2008 R2 Standard and IIS7. I can run the app locally by visiting ...
0
votes
2answers
270 views
Terminal Services
HI,
Im using Delphi and I want to make an application that can do the following
When started from within Terminal services (remote desktop), if another user logs into another terminal services ...