--- In [email protected], Alan Martin <[EMAIL PROTECTED]> wrote:
> It should be possible for you to work it out using the info > which is already available in my document and/or this thread. > Ooops that could sound rude but it's not meant to be - really > the info is all there. > > That's two questions: > 1: how to program that particular key to do anything, other than > what Logitech does by default or allows you to set in their config gui > 2: how to replicate that MSN feature using PowerPro commands. it is a little more complicated than a scripting powerpro (unless there is someone [and usually the knowledge bank available here blows my socks off] knows differently) to give you an idea first of all the status of the messenger service needs to be assertained (online/offline/etc etc.) then toggling of "appear offline"/"online"; this is not mediated through any registry entry or commandline rather specifically communicating with MSN's servers, so knowlegde of the MSN's protocols needs to be known/utilized simple mouse/menu manipulation is ineffective for getting the current state so moving the cursor to set the alternate state would be difficult to implement Realistically though as i look at it - it could be done by calling the window, sending menu commands (alt-f etc etc) and have the first press automatically set for "appear offline" and then set a flag someplace that any additional press would have it set "appear online" - sort of a make shift toggle BUT it would be nice to do all of this without calling the window in the first place and directly communicate with the servers Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
