9
votes
9answers
501 views
What is the best way to stop an application being copied and used without the owner’s permission?
What is the best way to avoid that an application is copied and used without the owner’s knowing?
Is there any way to trace the usage? Meaning periodically the application communicates back, with …
2
votes
1answer
66 views
How do I remote control a GUI application?
I can easily control a console based app with the input and output streams from Java's Runtime.exec() method. How would I control a GUI based application in the same manner. I have looked at the Robot …
1
vote
2answers
499 views
How To start/stop IIS 6.0/7.0 remotely using PowerShell Scripts ?
I have two servers Server A and Server B i want to Stop server A from Server B remotely using powershell script
Can anybody help me on this its urgent.
Thank you in advance
1
vote
6answers
269 views
Make your program USE a gui.
I'd like to write a program able to "use" other programs by taking control of the mouse/keyboard and being able to "see" what's on the screen.
I used AutoIt to do something similar, but I had to …
1
vote
3answers
168 views
Remote Control API or how to start?
Hi guys,
If, by any change I want to develop my own remote assistance/screen sharing tool to include in my own CRM, where should I go?
I understand nothing about communication but I would want to …
0
votes
1answer
177 views
How to programmatically use the mobile phone’s IrDA to remote control a media player?
Hi,
which API or library on which mobile OS is to be used when one needs to write a code to use the phone's IrDA to create the necessary impulses to remote control consumer electronics e.g. a HDD …
