If a ActiveX control use in IE, can I accsee cnotrol of IE from ActiveX control?
Before useing vc, I use VB to develop ActiveX control.
I know how to do it in VB, just write code:
UserControl.Parent.Script.Document.Forms(0).Birthday.Value
the code above can obtain the value of a text field named "Birthday" in IE
But I don't know how to do this in Visual C++!

