I'm creating a drawing program, but I can't find a way to make my wacom tablet work with Visual Studio.
I have already tried out every event handler like StylusDown/TouchDown (which seems to work only on tablet PCs but not with Wacom). Do I need an SDK from Wacom (if so, which one)? What should my code use (like: using Wacom.Stylus / using System.Drawing)?