Results 1 to 4 of 4

Thread: Graphical help needed...you here Janus?

  1. #1
    CoachG
    Guest

    Graphical help needed...you here Janus?

    Janus was a big help in getting me started with this problem so hopefully he (or someone else) can help me out again.

    I have a picturebox that I am using the PRINT method on to display numbers in different positions. The only problem is that I have a frame that pops-up and a form that can be called up and they are displayed over my picturebox and when I close them down, everything I "printed" onto the picture box is gone and I don't want it to be. Is there any work around this. I'm a newbie so I don't know API and stuff like that and the PRINT statement is working perfectly for what I need, I just don't want the things to dissapear until I am ready for them to. Thanks

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Set the AutoRedraw property to true, and use .Refresh to view the contents of the picturebox (I think ).
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    Addicted Member Janus's Avatar
    Join Date
    Aug 2001
    Location
    California
    Posts
    221
    Yep, set the PictureBox.AutoRedraw to True before you draw the text, and then call PictureBox.Refresh to make your changes visible, and it should stay there when frames and forms cover it up.
    "1 4m 4 1337 #4xz0r!'
    Janus

  4. #4
    CoachG
    Guest
    Thank you guys! You are my heroes

    It worked perfectly. Stick around..I'll be back with more problems for you to solve

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