Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi.

I am trying to make a handwriting recognizer application. I don't know any SDK or API that are helpful to me.

I am trying to develop an application in VS2010 C# in Win7.

I have read about Microsoft Pen input, Ink and recognition. But just can find proper SDK or API to start it.
Posted
Updated 12-Nov-11 8:22am
v2

 
Share this answer
 
Comments
RaviRanjanKr 12-Nov-11 14:27pm    
My 5+
Waleed_Hassan 12-Nov-11 14:28pm    
The second lost link was good i have read it. tell me how to get it running i mean any example code with app???????
Sergey Alexandrovich Kryukov 12-Nov-11 19:46pm    
A 5.
--SA
Waleed_Hassan 13-Nov-11 2:44am    
Pen Input, Ink, and Recognition

I have read this link.
But how do we start it! i mean any sample code and app??????????
Any SDK API needed to install??????
Yvan Rodrigues 13-Nov-11 17:39pm    
In order to write WPF (managed) applications, you need at least Visual Studio 2008 and .NET 3.0.

There used to be an add-on for Visual Studio 2005 called Visual Studio 2005 extensions for .NET Framework 3.0 but from what I understand it is no longer available. This is the API you're talking about. You could probably find it unofficially somewhere. If you're building a single-project solution you could install VS2010 Express (for free)

Without WPF you would need to write to the native Win32 API and I think that might be too much for you unless you have experience with interop.

Another option would be a third-party component like http://www.infragistics.com/dotnet/netadvantage/winforms/wininkprovider.aspx

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