|
I'm not a programmer by trade, but I occasionally dabble in scripting, using VB for Excel, Perl, and whatnot. I looked for a Windows utility on the web and couldn't find one that did what I wanted, so I decided, screw it, why not just write one? It can't be that hard. I looked briefly at Java, but was told it wasn't possible in Java, and to look at C++ instead. So here I am. Before I start any tutorials in earnest, though, I'd love to get some advice about whether it's actually possible/easy using managed C++ code in .NET, and if not, should I use native C++, or what platform should I be learning? Let me describe the simple utility I'm imagining. It displays an ordered pair of numbers representing the current mouse absolute screen position relative to the desktop, even when the mouse is not over its window. It operates in the background while other applications are active, which means I want it to continue to display the current desktop mouse position even when it's not the currently active Windows program. Thanks for your help.
|