Fade PictureBox

B

Ben

Hi everyone I'm new to winforms from asp.net and I'm trying to fade in/out
an image in a picturebox on a winform. I'm doing research and I've found
things like opacity for the winform, but I haven't had any luck with a
picture box.

Can someone please point me in the right direction?

Thanks,
Ben
 
P

Publicjoe

Hi Ben

Well I do not know much myself, but here are a couple of good articles with
code for you to look at, one is C#, the other is VB. (there are plenty of
places where you can convert VB to C# on the web).

C# - http://www.codeproject.com/cs/media/CsTranspTutorial3.asp
VB - http://www.codeguru.com/vb/gen/vb_graphics/article.php/c2385/

Hope this helps

Publicjoe

C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html - 72
Chapters
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html - 28
Chapters
C++ Ebook at http://www.publicjoe.f9.co.uk/cppt/samples/ebook.html - 8
Chapters
Java Ebook at http://www.publicjoe.f9.co.uk/java/samples/ebook.html - 2
Chapters
Mirrors at http://dowhileloop.com/publicjoe/ and
http://publicjoe.justbe.com/
 

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

Top