0
votes
1answer
12 views
Generating RDP file on the fly
I want to create a web application similar to TS Web Access, where I can create rdp files on the fly for Remote Apps configured on the server. Any idea??
0
votes
0answers
19 views
Microsoft Terminal Services
I am doing MsRdpClient.MsRdpClientShell.Launch(), it is opening the remote app in a new shell(window), I want it to open in my form or MDI form...?? Thanks in advance.!!
0
votes
0answers
9 views
Microsoft Terminal Services
Any idea about opening a remote app (Microsoft Terminal Services) on client through .Net?
1
vote
6answers
152 views
Which free tools can I use to transfer files over a terminal services session? (win 2003)
Is there a free (as in free beer) software to send files over a terminal services session ?
I'm already aware of non-free tools like TSFTP for example
I'm using windows server 20 …
0
votes
2answers
44 views
ASP .NET - Get username on Windows Server 2003 (Terminal Service)?
On a intranet ASP .NET (C#) page I am trying to retrieve the current username.
From my local machine (Firefox 3.5) I can see results (from my local login) for the following possib …
3
votes
4answers
1k views
How do I stop Windows applications from stealing focus
I know this isn't strictly a programming question but y'all must have experienced this.
So...you have four or five RDP sessions open over the corp VPN, you're bashing away inside …
0
votes
1answer
36 views
How to Know If I am in a Terminal Service (TS) Session?
Is there any windows API function to check if I am in a terminal service session?
0
votes
0answers
30 views
How to use Terminal Services EasyPrint from a Server 2003 client
I'm trying to get EasyPrint to work from workstations running Windows Server
2003, connecting to a Server 2008 TS pool.
I noticed that there is a RDP 6.1 client for XP clients. …
0
votes
2answers
76 views
Terminal Services on Windows Mobile - “Paste” doesn’t preserve punctuation?
I have here a Windows Mobile-based PDA (Mobile Compia M3 Sky) equipped with a barcode scanner. This barcode scanner works by reading the data from the scanner into the Clipboard an …
0
votes
3answers
459 views
How to read TermainsServices IADsTSUserEx Property from LDAP in C#?
I have read the following properties from AD,
TerminalServicesProfilePath
TerminalServicesHomeDirectory
TerminalServicesHomeDrive
I've tried DirectoryEntry and DirectorySearcher …
1
vote
4answers
374 views
Enumerate mapped printers for a specific Terminal Server session
I am looking for a way to see what printers a specific user has mapped into his or her TS session.
How can I achieve this with WMI (via PowerShell) or VB-Script? Is there a built- …
0
votes
2answers
195 views
What would cause my application to lose access to the resource (.resx) file
Winforms c# application running on terminal server. All images for buttons and menu items are stored as resources in the .resx file. After some heavy use, opening and closing win …
3
votes
2answers
423 views
Keep alive code fails with new RDP client
Hello -
For our Secure Terminal Server project, we have a need to keep the RDP session open, that is, to prevent the remote computer from timing out and locking the session. A li …
0
votes
2answers
82 views
Prevent lock of windows detecting user idle time
I work in a Windows Terminal Server enviroment where if you left the computer for a while, windows lock the session and terminal is power off.
What i need is the code needed to se …
0
votes
1answer
69 views
Excel programming module running slow on Terminal Server 2008
I have a Windows application that exports to Excel using the Excel Object Module (programming module). It has worked fine on all Winodws versions except Windows Server 2008. It tak …
