A
Alain Dekker
I should mention that I'm using Visual Studio 2005 and C# targetting Windows
CE 5.0 using .NET CF v2.0 in case its relevant.
I've added a System.Windows.Forms.Label control to my form, and the only
events exposed (as shown in the IDE) are:
EnabledChanged
ParentChanged
TextChanged
No "Click" event. Is there any way to hook into that?
I notice that the System.Windows.Forms.LinkLabel *does* have a Click event,
but its also got an ugly underline in the text. Is there any way to get rid
of the underline.
Thanks,
Alain
CE 5.0 using .NET CF v2.0 in case its relevant.
I've added a System.Windows.Forms.Label control to my form, and the only
events exposed (as shown in the IDE) are:
EnabledChanged
ParentChanged
TextChanged
No "Click" event. Is there any way to hook into that?
I notice that the System.Windows.Forms.LinkLabel *does* have a Click event,
but its also got an ugly underline in the text. Is there any way to get rid
of the underline.
Thanks,
Alain