Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Hi guys, ive seen this project in [^] and ive been trying to do it in vb.net 2010 but ive been getting an error in importing Microsoft.Ink.
anyone please help me? the error correction options isnt suggesting anything. :(
Posted
Comments
ZurdoDev 27-Feb-12 8:18am    
Please provide the error so we might have a clue as to what is wrong.
kimsnap 28-Feb-12 3:09am    
the error correction options isnt suggesting anything.

Without the exact error message, we can only guess. Chances are you didn't set a reference to the Microsoft.Ink.dll file. Without the reference, any namespaces therein won't be known to Visual Studio or the compiler.

Oh, and you have to install the Microsoft Ink SDK to get it.

Read the forum posts at the bottom of that article for the links to get it and the update.
 
Share this answer
 
Comments
kimsnap 28-Feb-12 3:12am    
thank you sir Dave Kreskowiak! sorry for the late reply. I will do what you said and will come back when i get a result.

and, im running on Windows 7. Would that be a problem(as for installing the MS Ink SDK, i mean.)
Hi. here i am again. I followed what MR. Dave Kreskowiak said and it worked!! thank you sir!!

So here's what i did:
1. I downloaded Microsoft Ink SDK at http://www.microsoft.com/download/en/details.aspx?id=20039
2. Install
3. Open Project menu at Visual Basic
4. On the .NET tab in the Add Reference dialog box, on the components list, select Microsoft Tablet PC API, version 1.7.xxxx.x
5. If its not there, just browse the Microsoft.Ink.dll file from where you installed the Reference. Probably at Program Files-Microsoft Tablet PC Platform SDK-Include.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900