Search results for query: *

  • Users: wickyd
  • Content: Threads
  • Order by date
  1. W

    How to stop a textbox beeping when I press Escape key

    Hi folx I want to close a form (as if the user had clicked on the Cancel button) when the user presses the Escape button. - The form has: 1 label, 1 textbox, an OK button and a Cancel button. - The textbox has focus by default. - If I press the escape key while the textbox has focus, the...
  2. W

    Minimise to system tray by clicking minimise button

    How do I minimise an application to the system tray when I click on the minimise button? I can minimise when the user clicks on the Close button, because I can wrap the code inside ..._Closing: Private Sub FormMain_Closing(ByVal sender As Object, _ ByVal e As...
Back
Top