Tagged Questions
The remoteapp tag has no wiki summary.
2
votes
2answers
458 views
Finding the Child Window inside a Microsoft RemoteApp Programmatically
Background
I'm using SendKeys() to send keyboard commands to the active window, but I'm not having any luck finding the child window when the application is running through RemoteApp. It all works ...
2
votes
9answers
3k views
ClickOnce Online-Only Application as a TS RemoteApp
I've attempted just about everything to get our ClickOnce VB.NET app to run under Terminal Services as a RemoteApp. I have a batch file that runs the .application file for the app.
This works fine ...
1
vote
1answer
34 views
Is it possible to run programs locally from a terminal services remote app?
First, I guess I'd have to figure out if I'm running remotely and second I'd have to figure out whether my remote connection is a standalone remote app or an app running on a terminal server (that may ...
1
vote
0answers
269 views
Reporting services font problem when using remote app
I have an application that runs as a remote app on Windows Server 2008. The application has a print form and it is viewed on a report viewer 10 control.
For eg. We would use computer A and computer B ...
1
vote
1answer
505 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 takes about 2 seconds ...
0
votes
0answers
147 views
RemoteApp RDP does not work in another shell than explorer
I are new to remote apps.
I have a Windows Server 2008R2 server, I created a RDP file for our app, put RDP on my win7 machines, start it by cmd line or double-clicking. My app starts correctly as a ...
0
votes
0answers
37 views
Differences in creating RemoteApp
I have to create an application which will be running on Windows Server 2003 as a RemoteApp. What does the application do? To simplify - program connects to MS SQL Server and makes some queries ...
0
votes
0answers
187 views
Web Based RemoteApp (Make A Windows Based Application Available via Web Browsers)
Our Windows based .NET application is using SQL Server databases as data storage at the background. We want to provide a trial version of our software for interested people to play with. In order to ...
0
votes
1answer
251 views
Why doesn't the tray icon context menu work for my RemoteApp?
I have an application which adds an icon to the notification area (aka the "system tray") using Shell_NotifyIcon. The icon has a context menu with various important commands. When the app runs on the ...
0
votes
2answers
137 views
Help creating a remoteapp installer(msi) in VS2008
Hi guys I have coded an application that need to support remote install, can anyone guide me on how to create the msi? Thanks