Can someone give me some pointers on how to detect if an active-x control or DLL is installed on a PC? (e.g. MYCONTROL.OCX or CEUTIL.DLL)
I am trying to prevent the open dialog box and the error "OLE class is not registered" from occuring if a user runs a particular option in my program and hasn't got the correct controls installed. Instead I would like to display a more user friendly dialog box to avoid scareing the user.
Thanks in advance.
I am trying to prevent the open dialog box and the error "OLE class is not registered" from occuring if a user runs a particular option in my program and hasn't got the correct controls installed. Instead I would like to display a more user friendly dialog box to avoid scareing the user.
Thanks in advance.