Darc Posted November 16, 2003 Posted November 16, 2003 I have one image that I want to slowly draw over another (slowly increase its opaqueness) but I have absolutely no idea how to do it. Any help (preferably in VB .NET, but I can probably make heads or tails of C# or C++ .NET)? Quote
dirfttog Posted November 28, 2003 Posted November 28, 2003 The Opacity property is bound to forms. You could use a borderless second form, which you dock the second image on. Then u use a timer to increase the opacity until desired effect is achieved! Quote
Darc Posted November 28, 2003 Author Posted November 28, 2003 I got it (had to use a ColorMatrix and imageAttributes) could someone tell me how this ColorMatrix works? I'm just going by some tutorials to set opacity Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.