Connecting Tech Pros Worldwide Help | Site Map

how to bring monitor out of standby

Familiar Sight
 
Join Date: Nov 2007
Posts: 153
#1: May 16 '09
hi all,

I have come up with an idea of having my app loop continously through some code checking for bluetooth devices within range. I have an if statement to check if a specified bluetooth device is within range. so far so good.

There are many things i would like to learn - things like turning on rules in outlook if device is not in range, having monitor in standby if not in range, any help on either would be great, not a clue where to start with them, any classes to do the job?

regards

brendan
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: May 17 '09

re: how to bring monitor out of standby


Java is not the correct choice for this: Java is supposed to be operating system and device 'agnostic' and can't manipulate them, they differ per operating system and per computer. Try C or C++ for this task.

kind regards,

Jos
Reply


Similar Java bytes