show your main form next (i.e., Form1.Show) On Error Resume Next ' error? Requires IEv3 or above lngICC = ICC_ALL_CLASSES ' you really should customize this value from the available constants Private Declare Function InitCommonControlsEx Lib "comctl32.dll" (iccex As InitCommonControlsExStruct) As Booleanĭim iccex As InitCommonControlsExStruct, hMod As LongĬonst ICC_ALL_CLASSES As Long = &HFDFF& ' combination of all known values Private Declare Function FreeLibrary Lib "kernel32.dll" (ByVal hLibModule As Long) As Long Private Declare Function LoadLibrary Lib "kernel32.dll" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long Private Declare Function InitCommonControls Lib "comctl32" () As Long Main_zTABCT元2.bas - Sub Main - frmzTABCT元2.show.
#Tabctl32.ocx missing windows 8 software
Non-system processes like tabctl32.ocx originate from software you installed on your system. Tabctl32.ocx is an ActiveX control module which contains SSTab control used for Tabbed Dialog Control. It turns out that other user's PCs, not used for VB6 Programming Development and with newer versions of Windows, do not immediately understand what to do with this 'new fangled' Tab control. I am programming with Visual Basic 6.0 (SP6).
#Tabctl32.ocx missing windows 8 Pc
My Development PC is a virtual PC running Windows XP (32bit) Service Pack 3. Tab controls are pretty handy to group different categories for the various configurations to be managed.
In not so recent years, I have added Configuration forms to some of my VB6 programs.