PictureBox fading effect

  • Thread starter Thread starter Not Aaron
  • Start date Start date
N

Not Aaron

I am wanting to have a couple small images "fade in" a couple seconds
after a form loads. Didn't find an opacity feature for the picture
box, any ideas?

thx
 
forget it, decided to just make a flash movie and import it into
vb.net. thx for any attempts though.
 
Hi

Only forms have an opacity property. If you want to make your picture fade,
place it in a separate window that has the FormBorderStyle set to None, and
make the size of the picture = to the size of that window, then make the
window fade !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top