If a ActiveX control use in IE, can I accsee cnotrol of IE from ActiveX control?

For example, My ActiveX control( develop by MFC ActiveX control wizard) want to obtain a text field value in IE dynamically, How to do it?

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++!
[468 byte] By [aluzi] at [2007-11-20 0:40:23]
# 1 Re: If a ActiveX control use in IE, can I accsee cnotrol of IE from ActiveX control?
no one know?
aluzi at 2007-11-10 23:20:44 >