It's not a secret anymore!
The moose likes Swing / AWT / SWT and the fly likes Robot Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Robot" Watch "Robot" New topic
Author

Robot

Jon Coleman
Greenhorn

Joined: Apr 11, 2008
Posts: 1
Hi,

I have an application that uses teh Robot class to control the mouse. It works fine on my regualr Windows XP workstation.

When I deploy to a remote Windows 2003 server, the application only seems to be able to control the mouse when I have a Remote Desktop Connection attached. When I disconnect the client, the application no longer seems to receive the mouse events.

Is there a setting in Windows server to enable it to process these mouse events even when I disconnect the RDC session?

TIA,
John


John Coleman, MSTA<br />Sun Certified Programmer for the Java� 2 Platform
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Robot
 
Similar Threads
java.awt.Robot
java.awt.Robot
Listeners vs. Low-level processing
Is there a way to listen to mouse events without a window (or outside a window)?
About KeyEvent