Avatar of tirbanqs
tirbanqs
Flag for Philippines

asked on 

Delphi checking if Microsoft Tablet SDK is installed

Hi guys,

What's the best way to check if the Microsoft Tablet SDK is installed in the machine? I encountered a 'Class not registered' error in my delphi program because the Microsoft Tablet SDK is not installed.

delphi code that encounters error:
InkCollector.hwnd := Panel1;
InkCollector.Enabled := True;     *** class not register ***

Any idea guys?
Thanks
Delphi

Avatar of undefined
Last Comment
tirbanqs

8/22/2022 - Mon