I remember this being really easy to do in VB6, but for some reason, I can't get it right in VB.NET. Basically, I want to be able to drag a PictureBox around that's ...
</pre><BR><BR>I added this control to a sample application, and then set the Ink field to some data. As soon as Ink is set, my custom PictureBox control updates itself correctly via my OnPaint method, ...