Results 1 to 3 of 3

Thread: IS there somthing like a picturebox that will not erase if something moves over it?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    230

    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.

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    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 .

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    230
    thank you very much!

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