I'm relatively new to programming, I've been developing a lot lately in the eclipse environment and had the idea to build a small application for windows 7 that when I remove the power cord from my laptop it will enable my touch-pad and when the power is reconnected disable the touch-pad.
- My question is how exactly do I go about building such an application?
- Is there a package I can import that gives me access to the Windows 7 API?
- And is it possible to compile a java application so I can have it run at startup?