-
I have made an Active X Control in VB. It works great on my computer, but I can't get it to show up on any other computers. I have never used them before, so I have no idea what the problem is. If anyone can help me with this, please do... I really need help.
Thanks
Ben
[email protected]
http://www.geocities.com/foreverhoku/
-
visual basic automatically registers the activeX control in the system in which it is created. if you want to use it in another system you have to register it in that system. you can do it by going to the dos prompt and typing regsrv32 followed by the name of your activeX control.
bommi