Results 1 to 2 of 2

Thread: Pset

  1. #1
    Guest

    Question

    Can someone tell me how to draw on a picture box?

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Just a few ways:
    Code:
    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)
    ... ;)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width