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
Printable View
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
regsvr32 comctl32.ocx
thanks pvb..