PDA

Click to See Complete Forum and Search --> : Pset


Apr 22nd, 2000, 07:47 AM
Can someone tell me how to draw on a picture box?

Fox
Apr 22nd, 2000, 08:22 AM
Just a few ways:

Picture1.PSet(10,10)
Pixture1.Line(20,10)-(100,20)
Pixture1.Line(20,10)-(100,20),,B
BitBlt(Picture1.hDC,0,0,32,32,Picture2.hDC,0,0,vbSrcCopy)
... ;)