I have a developed a vbUserDocument = the document when compiled produces an ActiveX DLL. The UserDocument contains standard controls on it - no references to anything non-vb or third party controls.
On my development machine the control works fine.
Now I need to know how to distribute it - there are only two files (other than the vb runtime files) - the DLL and the VBD file.
How do I install there on users machines as they go to use the new control ?
Well written articles and examples are what I am lookin for here and everyones input will be appreciated.