Search results for query: *

  1. K

    Odd Error on binding combobox

    I have an MDI application that is giving me an unusual error related to binding comboboxes to a local dataset (initialized on app open for lookup tables storage). The issue is related to how I open the form. form.show() works as expected and the combobox displays the list. But if I open the...
  2. K

    ?Form Control Navigation

    That didn't work because I am running through several control types, but it did point me into the right direction. I created a boolean CheckKey function and pass in the event keypress args, check for keychar 13 there and return true or false. In the indvidual control keypress "e.Handled =...
  3. K

    ?Form Control Navigation

    I am attempting to implement enter key navigation on some forms in vb.net using the keypreview on and setting a sub to handle mybase.keyup. I am trapping the enter key to move from the active control to the next control. It works fine but the app beeps upon hitting the enter key. Any ideas...
Back
Top