hello. i am trying to write a very simple handwriting recognition algorithm using c#(visual studio 2008). my goal is to write something that can recognize a single letter at a time. you know start small. i write my letter onto a bitmap. so i have access of the bitmap that containing the letter, so i am hoping that i can look through the bitmap and figure out what the letter is. i googled a little before posting this, but what i found was too hard and abstract for me to understand. can someone point me in the right direction and give me some suggestion as how i should go about this?