--- David wrote:

> I haven't tested, but there's a back/forward button on ms and other
> keyboards that are used for the back/forward vcode on a key.

Does PowerPro offer the ability through either itself or its plugins
(e.g. KeyTrap) to send such an event?

Actually, I think it can be done through Window.PostMessage() but I
don't know what syntax would be used�� something other than WM_COMMAND
though, obviously.

If a way can be found to do this then you may be able to verify that
the stroke on the mouse pad functions equivalently to the sent event.

--- Sean wrote:

> I don't know there exist other ways to control these functions, but
> the only one remained now I can think of is that they may use
> "SendMessage/PostMessage". If this is the case, the target window
> may be "toolbarwindow32" class where the backward/forward buttons
> reside, and you may get the message id & parameters using winspector
> and/or girder.

In my experience, SendMessage/PostMessage works on the main window and
not its controls, e.g. toolbars.

On Windows XP, the following PowerPro command toggles word wrap:
Window.PostMessage("WM_COMMAND", 32, 0, "Active")

-- 

Alex Peters / Melbourne, Australia
PowerPro v3.8.21 / Windows XP



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

 
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/
 

Reply via email to