Results 1 to 5 of 5

Thread: picturebox invisible?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Posts
    21

    picturebox invisible?

    I'm trying to figure out how to make a picturebox invisible and later visible again.
    I want to do it with a small counter. Counter is working good but now the visible/invisible picturebox.
    Anyone got an idea how to handle this?

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    What do you want to do exactly with the counter? Can you be more explicit?
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3
    Junior Member
    Join Date
    Sep 2004
    Location
    Far Far Away
    Posts
    28
    hi dude
    ok plz explain to me what this counter does
    and if you have any code you can display for it then please do

    i have used the visible property for picture boxes often.

    if you want it to show upon an event such as click or something
    then set the visible property of the picture box to false

    and then within the code you put in:

    picPictureWhatever.visible = true

    PictureWhatever been the picture you have
    ..::Knoyali::..
    Life is a game

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Sep 2004
    Posts
    21
    I wanted to 3 seconds per minute a picture to appear.
    picPictureWhatever.visible = true works!
    Thanks all for the help!

  5. #5
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by Saskia
    I wanted to 3 seconds per minute a picture to appear.
    To make it visible/invisible as time goes by use a Timer control.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

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