Ok, I made a simple HelloWorld type control in VB6, and just left it with the default name Project1.ocx. I would like to know how to embed my control in a webpage. Does the OCX file have to be in the same folder as my index.html file? Do I have to install it on the server computer? Does the person browsing the web and wanting to use it need to download a copy and install it on their client computer? Can it run straight from the OCX file without being installed (normally it can't when using an OCX in another program in VB6, but is the way the internet handles it different than the way an EXE handles it)?