I am using the Event Handler below for the Enter Key Press Event, it is running when ever enny of the keys is pressed. This is not so much a problem when the app. is runing, unnesasirry yes. It is giving me problems when ever I am Debuging using Brakepoints.How is this giving you problems when debugging? Is it a breakpoint within the event? If it is, it's a common problem. Use Debug.Print or Console.WriteLine instead of a breakpoint.
↧
Handle Enter KeyPress
↧