Can't handle Label click event

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])
 
L

Lloyd Dupont

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...)
 
R

Rafael Pivato

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])
 
M

Michel Renaud

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])


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top