We’re using the IEHtmlWindow to display some help text in our app. We would like to add some text search capability in that window, but there doesn’t appear to be a way to programatically search the contents of the window. The IE search dialog can be utilized by pressing Ctrl-F when focus is on the window.
Because I don’t see any other way to perform searching, I would like to programatically display the IE search dialog by sending a key press event to the window. Can someone outline the steps involved in doing this?
My approach was to contruct the key press event and then post it to the window (wx.PostEvent), but I’m having a hard time constructing the event. Any ideas?
Hi all,
We're using the IEHtmlWindow to display some help text in our app. We would like to add some text search capability in that window, but there doesn't appear to be a way to programatically search the contents of the window. The IE search dialog can be utilized by pressing Ctrl-F when focus is on the window.
Because I don't see any other way to perform searching, I would like to programatically display the IE search dialog by sending a key press event to the window. Can someone outline the steps involved in doing this?
My approach was to contruct the key press event and then post it to the window (wx.PostEvent), but I'm having a hard time constructing the event. Any ideas?