P
Philip Gray
Hello all,
Think I posted on this subject before, but I'm still none the wiser so here
we go again.
I've been trying to apply transparent backgrounds to labels and panels on my
form, and even after applying sp2, I'm still having issues.
I have a series of 240x268 panels and I want to drop a picturebox behind
them all and have it show through - no joy.
I've also tried creating a panel with a picturebox in it and positioning
labels over the top of it, then changing the label backcolor to transparent
using the following code:
Me.Label8.BackColor = System.Drawing.Color.Transparent
and still the label shows up as white! Whats even stranger is that the
background color for the form is not even white - its silver. Where is
white being inherited from?
Can anyone shed any light on this because its driving me nuts... I just want
to put a pretty picture at the back of my form and have it show through the
labels above it.
How hard can this be? Am I missing something obvious? Surely it must be
possible, or are all of my pocketpc apps destined to look like helloworld
projects? I can only use vb.net for this - can it be done? Can anyone
provide me code, or a link, or anything?
Please!?!?
Think I posted on this subject before, but I'm still none the wiser so here
we go again.
I've been trying to apply transparent backgrounds to labels and panels on my
form, and even after applying sp2, I'm still having issues.
I have a series of 240x268 panels and I want to drop a picturebox behind
them all and have it show through - no joy.
I've also tried creating a panel with a picturebox in it and positioning
labels over the top of it, then changing the label backcolor to transparent
using the following code:
Me.Label8.BackColor = System.Drawing.Color.Transparent
and still the label shows up as white! Whats even stranger is that the
background color for the form is not even white - its silver. Where is
white being inherited from?
Can anyone shed any light on this because its driving me nuts... I just want
to put a pretty picture at the back of my form and have it show through the
labels above it.
How hard can this be? Am I missing something obvious? Surely it must be
possible, or are all of my pocketpc apps destined to look like helloworld
projects? I can only use vb.net for this - can it be done? Can anyone
provide me code, or a link, or anything?
Please!?!?