I'm currently trying to put inkedit and peninputpanel together. I understand that i need sdk 1.5 for this. But i've tried it with 1.5 but it does not work. So i'm now using sdk 1.7
Here is my codes.
-----------------------------------------------------------------------
Imports
Public
thePenInputPanel.AttachedEditWindow = TextBox1.Handle
thePenInputPanel.AttachedEditWindow = InkEdit1.Handle
End
---------------------------------------------------------------------------------------------------------------
The 1st one is for a textbox and the secong is for inkedit. But i keep getting errors such as innerException for Com Class or asking me to use the 'new' Keyword to create an object instance.
Where did i go wrong?
Thanks all.