|
-
Jan 12th, 2001, 07:49 AM
#1
I'm going through the ActiveX tutorials but am having problems getting the examples to work as they should. When I place a simple component onto a form and run the project, the result is opened up Internet Explorer rather than on a form. I've tried changing the project properties so that the StartUp Object is Form1 but to no avail. Does anyone have any ideas?
btw I'm using vb6.
-
Jan 15th, 2001, 01:32 AM
#2
You need to have two projects in a group - one is the ActiveX control or DLL, and the second is a normal EXE project. Set the EXE project to be the startup project, and pop your control onto the form.
- gaffa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|