-
ActiveX Registeration
I developed some ActiveX Components. Problem is that I always have to compile and re-register the component and also have to compile the original project again and again on different machines. EXE compiled on one PC didn't work on the other due to my ActiveX Component.. Please help me...
-
How do you copy the EXE to another machine? You should be okay if you packaged your EXE (InstallShield, P&D Wizard). You can't just copy the EXE over because of the dependencies for VB application.
-Cool Bizs