Need help with transparency.

Discuss anything programming related.
Post Reply
xxpenguinxx
Posts: 1974
Joined: Sun Jan 27, 2008 4:50 am

Need help with transparency.

Post by xxpenguinxx »

I need know how to load partially transparent images in VB and have them work properly with a transparent form. So far all I've found that may help used the API-Guide's alpha blend but I can't get that function to work because vbpixels is not declared in any visual studio editions I have (vb.net 2003, vb express 2005, visual studio 2008).
DemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh baby
A cat was licking itself to the sound of potato chips.
User avatar
JacksonCougar
Huurcat
Posts: 2460
Joined: Thu Dec 06, 2007 11:30 pm
Location: Somewhere in Canada

Re: Need help with transparency.

Post by JacksonCougar »

Why are so many people using Basic? C# Really is not that hard to learn...
As to your problem: I could not really offer any help because it is Basic your using ;p
Make sure your using an Alpha channel possessing image ;p
Post Reply