This is a Kiosk application. I need to block the user with a form, such that he cannot pass through it. I am doing this using WindowsSetPos() function. Which is working fine.
The problem is, There are two 4 Textboxes in the form which i block. TabIndex is not working !!!
Every time is enter a value in the textbox, i need to click using the mouse on the next text box to fill in. Tab is not working to switch between the controls.