|
-
Feb 28th, 2002, 03:10 PM
#1
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
-
Feb 28th, 2002, 03:39 PM
#2
Good Ol' Platypus
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)
-
Feb 28th, 2002, 07:37 PM
#3
Addicted Member
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
-
Mar 1st, 2002, 01:40 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|