Im playing round with an ActiveX control and ive made it work in IE, but how do i get it to work inside another program i have written??
how do i create this user control from another project??
Printable View
Im playing round with an ActiveX control and ive made it work in IE, but how do i get it to work inside another program i have written??
how do i create this user control from another project??
If you've made an Active-X control (.OCX) you should be able to go to PROJECT / COMPONENTS and pick it off the list - if it isn't on the list click on the BROWSE button and go and find the .OCX file.
The problem is, im not all that well versed when it comes to active X.
It told me to create an activeX control so i made it with an activeX exe. but the file it saved as was a .ctl
does this mean i should be able to add it like a compnent? or as user control?? (which i tried and failed)