ActiveX in .net

Engine252

Regular
Joined
Jan 8, 2003
Messages
99
i have a ActiveX control (myactive.ocx) but i can't put it in my .net application
i looked in the enviornment of the visual studio.net but there no thing like add component only add reference but that dosn't do the thing i tryed importing the source of the activeX in .net but that only gives errors so is there a way to use my activeX in .net???
 
You have to right-click on the toolbox, and select Customize Toolbox. From there you can add your ActiveX control to the toolbox, under the COM heading. It will appear at the bottom of the list.
 
Back
Top