Signature / scatchpad capture vb.net

  • Thread starter Thread starter james.wilson
  • Start date Start date
J

james.wilson

Hi
I am trying to develop an app that will capture a basic signature or
drawing and save it to a bmp file on the device.
I have seen dozens of examples that use c# but nothing for vb.

Idont want to convert it to text and encrypt it etc i just want to draw
on the screen and have it create a bmp from either a picturebox or
panel.

Does anyone know of any simple or easy to follow examples or have one
to post.
I can save and export the bmp once its created what i cant do is get
the mousemove to be drawn

many thanks

James
 
There are several good C# to VB converters out there. Learning to at least
be able to read C# is a good skill for exactly this reason - not all samples
will be in your language of choice.
 
Back
Top