remote-control

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 enough information so that we can know where it is, and if it’s legal. Next thing, of course, shut it down, if it’s not legit. ...

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 involve myself in such an idea. My question is, what the basic knowledge and basic structure to create a LogMeIn/CoPilot/etc product? I rem...

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 cheat sometimes because the language is not that powerful, or maybe it's just that I suck and I'm not able to do that much with it :P So... I...

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 media player? Is maybe a certain mobile OS better suited for that kind of application than others? ...

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 ...

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 class, but there is no way for me to control one application programmatically. Is there another Java library, or even another language's l...

Chrome command line remote control on Linux?

Can I control a running Google Chrome instance from the command line? I'm hoping there's something like a -remote flag that will allow me to send in some javascript or somesuch. In particular, I would like to reload the topmost document on the foremost window. ...

architecture and tools for a remote control application?

I'm working on the design of a remote control application. From my iPhone or a web browser, I'll send a few commands. Soon my home computer will perform the commands and send back results. I know there are remote desktop apps, but I want something programmable, something simpler, and something that I wrote. My current direction is to...

Remote Control Software with queue for multiple users?

Is there a remote control software or a http-server available, which has a queue implemented, so that one after another client has the chance to control the screen on the host? Thanks a lot ...

Background Audio and Remote Control Support using MPMusicPlayerController on iOS 4. Is this even possible??

I've spent two days on this and have gotten nowhere. I'm trying to use [MPMusicPlayerController applicationMusicPlayer] to play audio chosen from the user's iPod library and have it run in the background as well as support remote events. Now getting the music actually playing is the easy part. Get the instance, pick the songs, assign ...

Play iPod music while receiving remote control events

Ok, I'm trying to let a user choose songs from their iPod library to listen to, but I still want to receive remote control notifications (headphones, lock screen osd, etc.) in my app so I can do some extra things. So far I can get either iPod music playing, or headphone events, but not both simultaneously. Here's what I know so far... ...

MCE remote control and JAVA

hey i barrow an MCE remote control from a friend , i am trying to control a swing application using MCE remote control. i am listening to KeyEvent (keyboard) coming from the Remote Control i have no problem with basic buttons like up down left right ,ok pressing other buttons will process KeyEvent with a KeyCode of 0 other button will ...