| 1001010.com |
one zero zero one zero one zero dot com |
I need to find a good book on dev studio scripting.
Maybe I haven't thought this all through yet, but what I think I want is something that will automatically set my "away" status text in messenger based upon events in DevStudio.
But why would you need that?
Well, just as when your status is "away" when the screen saver starts - it would nice to do the same when a break point hits or set it to "busy" when your typing in the editor.
In my scenario as soon as a break point was hit - the status would change to "Can't talk now - I'm in the debugger baby!!"
I know that nearly everything is scripted in DevStudio, there's got to be a way to monitor user / debugger events. I would hate to hack together some solution where I monitor the child processes of MSDEV.EXE and install a DirectInput global keyboard hook - and match up keyboard input to the active window.