Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB transfer data into bitmap file

Status
Not open for further replies.

pangct

Technical User
Oct 30, 2003
3
0
0
MY
Hi, I'm doing a project entitled, signature recognition system. I have built a touch screen capture device with PIC. The data is transfered from PIC to PC through RS232 serial comm. I need to write a program in VB to transfer the data signal into bitmap (to display the signature).
The signal will be x and y coordinate, and each (x,y) represent the touch on my device.
I'm very fresh in VB, i try to search for VB reference book on transformation into bitmap file, but failed. i really appreciate to get any help or comment from you all. Thank you very much!!
 
You could set up a picture box to represent the screen capture, then use the Setpixel() function to change pixels based on your x,y input. Be sure to set the scale of the picture box accordingly, the default is +y in the down direction; this may not correspond to your x,y input.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top