PDA

Click to See Complete Forum and Search --> : comctl32.ocx could not be loaded


sarath_777
Jan 14th, 2000, 02:18 AM
hi,
i am trying to load a vb program and i
keep getting this error... the .ocx file
is there in \windows\system directory..
Do i have to register the .ocx again..
if so, what is the command .. to register
an ocx file ?
thanks
sarath

Jan 14th, 2000, 02:38 AM
regsvr32 comctl32.ocx

sarath_777
Jan 14th, 2000, 02:40 AM
thanks pvb..