retaining focus
-
using .net compact framework *************************************************************** My form must load and the first field must be focused upon. I can do this just fine. However, I'm working on a project where the user has a bar-code reader sleeve on his iPaq. This simply acts like a SIP and saves him time entering data, it reads it in for him. This scanner software shows a quick popup message upon the first scan, all subsequent scans are normal with no popups. When this popup occurs it takes the focus off of my form and the form field I want focused. How do I force the form to stay on top regardless of any other programs that decide to run/popup? I've tried the LostFocus event, can't seem to get it to do anything (calling this.Focus() or formField.Focus()) Thanks! **************************** V. Jenks www.scientifik.com