System.Windows.Forms.TextBox_Enter event doesn't fire up ???

  • Thread starter Thread starter genc ymeri
  • Start date Start date
G

genc ymeri

Hi,
I have a TextBox and I want that everytime it gets the focus etc,,, in the
other words, everytime I "enter" to this control no matter how I want this
event to be fire poping up a message "hello".

I tried but it doesn't happen and the event doesn't fire at all no matter
what I do with the TextBox control.

Any idea ?

Thanks in advance.
 
Amazing, now is working. I deleted all the events and I rewrote them and
voila, it works....
 
Back
Top