PDA

Click to See Complete Forum and Search --> : running project to test activeX control


tppradeep18
Dec 6th, 2000, 04:48 AM
I was going throught the tutorial given in vbworld for creating activeX control. After creating the activeX control I added another project in the same project. Now when I run the project, internet explorer is opening up with just the activeX control and no other controls that I have added to the form. Can somebody tell me what am I doing wrong. thanks in advance

Wak
Dec 6th, 2000, 09:09 PM
Create a new Project using Visual Basic, and on the Project Menu, choose Add File, or just press ctrl + D. Add the Active X control that you wish to your current project.

Make sure the actual view window for the control is closed, then add the component to the a form, using the controls toolbar. Make sure the Startup Object is set to Form1, or whatever the form is called, then run the project as usual.

Need anymore help, email me. :)