ocx control tabctl32 on a windows 7
-
hi all, im trying to register a ocx control tabctl32 on a windows 7 machines to run vb6. if i run this command regsvr32 command, it finishes succesfully but if i go on a tab its still returnig the error message that the control is missing. im running as an administrator. is there anything else i must do. Regards
-
hi all, im trying to register a ocx control tabctl32 on a windows 7 machines to run vb6. if i run this command regsvr32 command, it finishes succesfully but if i go on a tab its still returnig the error message that the control is missing. im running as an administrator. is there anything else i must do. Regards
It's probably missing a dependancy. Google for "Dependancy Walker" and use that to open the tabctl32.ocx file and it'll show you the .DLL's it's trying to load.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak