
Control webbrowser ActiveX control in composit ActiveX control
Question: I created a simple atl based ActiveX control project and added a
composite control. The resource view
presented me an empty space on which to add controls. I right click and
select "insert ActiveX control". I select the
Microsoft Web Browser control. Compiling and using testing using ActiveX
Control Test Container are both
successful. Now I would like to navigate to a URL programmatically. I've
seen the Navigate method when using this control in VB. But I'm not sure
how to invoke/call this method in this context. There doesn't seem to be a
class wrapper for this control that provides all the methods available. I'm
probably going to kick myself when I hear the answer but as of now, I'm
stuck. Any help appreciated.
gkelly