Not sure how many of you have needed to use the Microsoft.Ink SDK, but I am currently learning how to use the SDK on my current project. I have to say, that the reconizition that they provide is really, really good. The Ink SDK comes with a TextBox and a PictureBox, but I only need the Text Box, so that...
So one of the nice new feature in .net 2.0 is the enhanced support for binding business objects to UI controls. This is very nice because it will allow you to write a single line of code that allows the business object and the UI control (text box) to exchange data both upstream and downstream. Setting...