Form enter event not working
C#
4
Posts
4
Posters
0
Views
1
Watching
-
I did not get you when you mean Form Enter event not working. Do u mean to say, that the form load event is not working for some reason, or the enter key event is not working. could you please describe a little more?
Keshav Kamat :) India
-
you can either use Form_KeyPress event or set form's AcceptButton property
Chatura Dilan
-
The
Enter
andLeave
events are suppressed by theForm
class. The equivalent events in theForm
class are theActivated
andDeactivate
events.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook