Search results for query: *

  • Users: fia
  • Content: Threads
  • Order by date
  1. F

    Why do I have to use Onkeypress to take control over the Keypress event

    Hi when I'm creating a numeric textbox I have to override the method Onkeypress to prevent a user of the control to use the control's Keypress event. For example the users of the control could write code like this. Private Sub NumericTextbox1_KeyPress(ByVal sender As Object, ByVal e As...
Back
Top