views:

152

answers:

3

Does anyone know of any libraries for .net that allow you to use graphics tablets?

specifically i am after the pressure sensitivity of the pen, but the 'eraser' and buttons on the pen would be useful too.

thanks

+1  A: 

Have a look at the source for Paint.NET

EDIT: There should also be a DLL there...

Lucas Jones
+1  A: 

I have also discovered that WPF also has an InkCanvas, which has everything built into it.

Pondidum
A: 

http://sourceforge.net/projects/vbtablet/ It worked for me. At least for a while. Now I'm having some problems with it, and trying to find another one. If my search fails, I'm going to use the Windows API directly.

Guilherme Miotto