Posts

Showing posts from February 2, 2014

Visual Basic Online Course - VB .NET Faded Image

Image
Fade Image in VB 2010 VB 2010 Fade Image How to fade image in Visual Basic 2010 It doesn’t matter if you are a photographer or a graphic designer, chances are that you have come across the need to fade or blend images in Visual Basic 2010 . You can always use Photoshop to create faded images and then use them in your VB 2010 applications , but as a developer you also have to know what does it take to do so, not just to fade an Image but also as a general, after all it's your job to come up with answers. In our demonstration here well will use ordinary common tools in VB 2010 to be able to fade an Image. Project Design   VB 2010 Example to Fade Image Form Name : Form1 Text : Fade Image in VB 2010 PictureBox Name : PicToFade BackColor : Transparent Dock : Full