I'm currently using the HTMLControl in a PocketPC 2002/2003
application and I'm having trouble loading pages that contain a
frameset. Once I tell the HTML control to navigate to a page that
defines a frameset it seems that the control adds support for a
context menu that allows a user to navigate to a specific frame. I
don't want this context menu to appear so I tried trapping the
NM_CONTEXTMENU notification but I no longer seem to receive
notification messages from the Webview window at all once a frameset
page is loaded.
I believe that what's happening is that the Webview window is spawning
1 new version of itself for every frame and the messages from those
spawned windows go to their immediate parent (the previous Webview
control) and no further up the chain. Is there a way for me to get
access to these notifications or is there any way at all to disable
the frame options context menu?
Thanks,
Greg