P
Phill Shaw
I have a couple questions about labels...
1. I understand that labels are, by default, transparent and therefore show
the backcolor of the parent control. So when I change the backcolor
(label1.backcolor = system.drawing.color.blue) how do I actually show the
background?
2. I have the following code in my label1_Click event msgbox("hello
world")
When I run the code in the PocketPC 2003 emulator, the event never seems to
fire. Is that because I'm in the emulator or is there something 'special'
about the label's click event?
Thanks All -
ps
1. I understand that labels are, by default, transparent and therefore show
the backcolor of the parent control. So when I change the backcolor
(label1.backcolor = system.drawing.color.blue) how do I actually show the
background?
2. I have the following code in my label1_Click event msgbox("hello
world")
When I run the code in the PocketPC 2003 emulator, the event never seems to
fire. Is that because I'm in the emulator or is there something 'special'
about the label's click event?
Thanks All -
ps