Results 1 to 13 of 13

Thread: PictureBox question...

Threaded View

  1. #8

    Thread Starter
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Worked perfectly! Thanks for the help!


    If anyone's interested, I created a Class Module which has both a DC and a picture property, which was what I needed, you can use it like this:

    Code:
    Dim cTest As New clsDC
    
    cTest.CreateDC Me.hdc
    Set cTest.Picture = LoadPicture("D:\Projects\Setup.bmp")
    cTest.BltAll Me.hdc, 0, 0, vbSrcCopy
    Me.Refresh
    cTest.DestroyDC Me.hWnd
    Set cTest = Nothing
    Attached Files Attached Files
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

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