if i have made a active x program
how can i run that whithout vb
Printable View
if i have made a active x program
how can i run that whithout vb
The main purpose of an active X control, is so you can add it to one of your own projects, and it will work, efficeintly and cleanly, rather than adding all the code over and over, for example your own slider control, or something. So you should just add it to a new project, of which you have added your control into, and then way you go. ;)