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