handwriting character recognition Programming Software Development by ParPau … came across a theory of using dictionaries as database. The HCR would read the first character then start to narrow down… problems. If the word is "rose", but the HCR mistakenly reads the first letter as an "H"… Re: How to get id(user_id or manager_id) of currently logged in user in c# Programming Software Development by vishal anand.s … (conn.State != ConnectionState.Open) { conn.Open(); } SqlCommand hcr = new SqlCommand(project, conn); dt.Load(hcr.ExecuteReader()); cboProject.DataSource = dt; cboProject.ValueMember = "… Re: handwriting character recognition Programming Software Development by LaxLoafer I'm not aware of any closed or open source software that can manage to recognize handwriting with any reasonable degree of accuracy. Even clearly printed text can present a challenge for today's OCR engines, with none of them achieving 100% accuracy. Postal services have been using OCR for a number of years to recognize zip codes and automate …