Changes

VB Component Registration for Distribution

925 bytes added, 06:45, 30 November 2011
The following lines were added (+) and removed (-):
== Windows 2000 / XP ==== Windows Vista / 7 ==All Visual Basic 6.0 runtime components are supported under Windows 7.When trying to register a component such as MSCOCMCTL.OCX in Windows 7 you get an error such as  DLLRegisterserver error code 0x08002801cUse the following work around: (you will need administrator privilege account)1. Place mscomctl.ocx in c:\windows\system2. Create a batch file on the windows desktop called runme.bat and put the following command in the batch file:  REGSVR32 MSCOMCTL.OCX3. Copy runme.bat into the c:\windows\system directory (you will be nagged to do as administrator)4. Right click on the runme.bat and choose "Run as administrator"Your com object will be successfully registered.  Reference source: [http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/a6d06695-87b8-4fa6-8b9c-a3547829ab76 Can't figure out how to register MSCOMCTL.OCX in Windows 7] 
Bureaucrat, administrator
16,192
edits