My goal is to deploy an ActiveX Usercontrol within Internet Explorer, and I want to control the funtionality of IE from the ActiveX control (turn off the toolbar, Quit, etc.) I have added the Internet Controls reference to the project, and I can Dim a var as type InternetExplorer in the ActiveX control, but my problem is that I haven't been able to assign the current instance of IE to it so that I can do anything with it. Thoughts? Suggestions? Thanks in advance...G2