Hi Bruce. --- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > I took the idea and incorporated it right into PowerPro exe version > 4.5.06d.
Cool. Thanks. > Tab and other control keys did not > work. I don't know why. I saw this before with other embedded browsers. This seems to be the standard behaviour of the webbrowser-control. Maybe the container has to forward keys somehow to the control? I found this: "You need to explicitly forward keystroke messages to the control, by sending WM_FORWARDMSG to its hosting window with MSG pointer in lParam. You need to arrange to forward these messages from your message pump." Hope that helps... > I also implemented an embedded edit control > 1. Set label to > *control edit<id=anId> Nice. > 3. Click on edit and type text. Pressing enter executes the left > command under the edit on the button. All other clicks go to the > edit control. How do you get your keyboard input there? BTW: an edit-control without enter doesn't make much sense. Maybe use Shift-Return? > Not tested, but if you put > *control generic > in name box > and progid or GUID of control in tool tip, it should instantiate > that control. This is great! Tested it with Flash, Quicktime, etc. Mozilla-control also seems to work. Can't load anything yet of course. > There should be a way to use the COM plugin to access the controls > through adding a service that uses one of the AtlAx functions to > access the IUnknown interface, as well as getting the control > name/GUID from the button name field. Definitely. > But I am not sure; I would > leave that up to Alan C if he wants to pursue. I hope he will. Mockey 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/
