-
I have a computer with VB5 enterprise addition installed.
When I try and draw the common dialog component on a form I get the message:
"License information for this component not found.You do not have an appropriate license to use this functionality in the design enviroment."
I know that vb5 enterprise adition does support this component and I have the comdlg32.ocx and .oca and .dll files in c:\windows\system.
Is there a way to fix this error???
(I already tried to reinstall VB and office).
Thanks.
Danny.
-
Try registering those ocx and oca. To do so run the following "regsvr32 <ocx filename>".
HTH :)
-