Signature / scatchpad capture vb.net

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top