Page 1 of 1

Is driver installed

Posted: Fri 05 Nov 2004 04:11
by HardTech
Is it possible to see if the driver has been installed using Delphi code?

Thanks
Darren

Re: Is driver installed

Posted: Fri 05 Nov 2004 13:18
by Ikar
HardTech wrote:Is it possible to see if the driver has been installed using Delphi code?
You can do it in several ways but the most correct one is try to execute LoadLibrary.

Worked

Posted: Sat 06 Nov 2004 04:06
by HardTech
Thanks, that worked.