• How do i get each letter as it is typed in an entry field?

    Hi, I have an entry field that I want the user to type in what they are looking for, in this case, a customer name. I want the program to receive each letter as it is typed. Right now, I can get the previous letter as it is typed from the event, but…
  • Can windows entry-field control return left/right arrow keys as exception?

    I'm posting this mostly to let others know about my findings. If anyone knows a way around this, please, post a reply! As it turns out, my research shows that a format-1 accept (even in gui) can be controlled by the keystroke variable, so you can set…