Can't handle Label click event

  • Thread starter Thread starter Rafael Pivato
  • Start date Start date
R

Rafael Pivato

Don't know why but my labels events are not reaching their handlers!!!
I used only the VS.NET 2003 IDE to do the smart device application! No
manual coding!

What should be wrong?

(events tried: Click, Mouse[Up][Down][Mouse])
 
nothing is wrong, the event simply never et fired.
saved for Control, Form and ...... well save for this 2, most of CF Control
fire no event (save essential one, like click for button, etc...)
 
oh! the CF is really compact!
:-)


can I do a sum with it ?

:-D


Lloyd Dupont said:
nothing is wrong, the event simply never et fired.
saved for Control, Form and ...... well save for this 2, most of CF Control
fire no event (save essential one, like click for button, etc...)

Rafael Pivato said:
Don't know why but my labels events are not reaching their handlers!!!
I used only the VS.NET 2003 IDE to do the smart device application! No
manual coding!

What should be wrong?

(events tried: Click, Mouse[Up][Down][Mouse])
 
http://www.intelliprog.com/articles/index.html

The example in the article is a clickable label control.

-----Original Message-----
oh! the CF is really compact!
:-)


can I do a sum with it ?

:-D


Lloyd Dupont said:
nothing is wrong, the event simply never et fired.
saved for Control, Form and ...... well save for this
2, most of CF
Control
fire no event (save essential one, like click for button, etc...)

Rafael Pivato said:
Don't know why but my labels events are not reaching their handlers!!!
I used only the VS.NET 2003 IDE to do the smart device application! No
manual coding!

What should be wrong?

(events tried: Click, Mouse[Up][Down][Mouse])


.
 
Back
Top