Form_MouseDown

Aspire89

Member
Licensed User
Hi.
There is a problem.
If you create an event Form_MouseDown() and if the form is Label, when you click on the Label event is not triggered. This problem can be solved as something? :sign0085:



Happy New Year to all!
 

twisted

Member
Licensed User
Longtime User
hi,
i think there is no event in label control.

regards,
mike
 

agraham

Expert
Licensed User
Longtime User
If you create an event Form_MouseDown() and if the form is Label, when you click on the Label event is not triggered.
This is normal .NET Windows Forms behaviour. Unfortunately, in the Compact Framework, Labels support no Mouse events so you cannot add them with the Door library. On the desktop however Label does support a full set of events that are available to the Door library.
 

Aspire89

Member
Licensed User
Help me to realize the event on the pressure in the places indicated in the image.
mde.PNG
 

mjcoon

Well-Known Member
Licensed User
Do you have to have "Label"s at all? Can you use a button instead but just ignore events? Your screen-shot appears to have three buttons anyway...

Mike.
 
Top