Feb 17, 2002 #1 spacew Programmer Oct 19, 1999 16 HK I would like to register an Active X object in client workstation by using a VB program. Which Vb function should I use? Thanks.
I would like to register an Active X object in client workstation by using a VB program. Which Vb function should I use? Thanks.
Feb 18, 2002 #2 sweevo Programmer Jan 30, 2002 182 GB I think the API function for that is DllRegisterServer (with DllUnregisterServer to unregister). You can look them up at http://www.allapi.net Upvote 0 Downvote
I think the API function for that is DllRegisterServer (with DllUnregisterServer to unregister). You can look them up at http://www.allapi.net