Click here to Skip to main content
15,888,111 members
Articles / Programming Languages / C#

Using .NET Databinding to Display Ink from a Database

Rate me:
Please Sign up or sign in to vote.
4.50/5 (10 votes)
18 Aug 2004CPOL5 min read 48.8K   194   28  
This article discusses how to attach the InkPicture control to a database. The methods used will work for any ADO.NET database or Ink-enabled control, but this article will use an Access database and the InkPicture control.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Web Developer
United States United States
Rhy Mednick has been working in the field of software development professionally since 1990. The companies that he has worked for include DAK Industries, 1-800-CARSEARCH, and Microsoft. In 2003 he left Microsoft to start his own software company called Chicken Scratch Software (http://www.chickenscratchsoftware.com) to produce developer tools and end-user applications for the Tablet PC.

In 2005, Rhy returned to Microsoft and is currently working on an advanced technology team determining potential uses for new technologies in development by Microsoft Research. Any articles or comments provided here are completely independent of his relationship with Microsoft so should be treated that way. All views expressed are his personal views and all code samples provided were created independently of Microsoft.

Comments and Discussions