Accessing the Internet Explorer Document Object Model from ActiveX (Visual Basic.NET).
I built an usercontrol in visual basic.net that I managed to include on a webpage using <object></object> I don't know however how I can access some of the elements on the html web page and read it into my usercontrol (e.g html text boxes). I guess in VB 5 one could user Usercontrol.Parent.Script...etc.. but that doens't work in VB.NET!
Appreciate your help
NaiDanac
I built an usercontrol in visual basic.net that I managed to include on a webpage using <object></object> I don't know however how I can access some of the elements on the html web page and read it into my usercontrol (e.g html text boxes). I guess in VB 5 one could user Usercontrol.Parent.Script...etc.. but that doens't work in VB.NET!
Appreciate your help
NaiDanac