Results 1 to 3 of 3

Thread: Label blinking in PictureBox

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    7
    I´ve PictureBox with jpg image. There is also some labels in same pictureBox. When I make labels visible and non-visible I see very annoying blinking. Labels have transparent background and when all of them are hided and when I make them again visible their background areas appears to be visible for a while. I don´t want that! What I must to do?
    Jani T

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    blink

    if the labels are over the background and not the picture then just set the background of the lable to match the background of the picture box.

    Other than that..I've no idea of what to try.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    you're probably better doing it manually. use

    Code:
    Picture1.CurrentX = 100
    Picture1.CurrentY = 100
    Picture1.Print "hello"

    to print at coordinates 100,100

    to clear the picturebox use
    Code:
    Picture1.Cls
    you will need a lot of labels to notice any flickering at all, even just turning one off


    hope this helps

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