|
-
Oct 26th, 2002, 02:59 PM
#1
Thread Starter
Addicted Member
IS there somthing like a picturebox that will not erase if something moves over it?
I like the way I can add things in a picture box but I don't like how if some other form or any other program moves over it the text goes away. Is there something else I can use that will not do this or a way to make it so it doesn’t disappear? I need to be able to add info line by line. I was thinking of a listbox but I don't want the user to be able to highlight the text.
-
Oct 26th, 2002, 03:00 PM
#2
The picture isn't missing
if you set autoredraw to true, and ue picture1.refresh when you are done drawing the items, it will not erase the stuff when you cover it.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Oct 26th, 2002, 03:02 PM
#3
Thread Starter
Addicted Member
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
|