Guest colquhounb Posted August 8, 2005 Posted August 8, 2005 (edited) Hi I am having trouble setting the way the user interacts with a GUI. I want to make the GUI, which involves Input Boxs and Radio Buttons, to be able to be completed without using the mouse. That is I want the user, for example, to complete the Input box, hit tab, the cursor then moves to the next radio button, hit tab, goes to another Inputbox etc. How do I set this order? Is it possible? Any help appreciated! Cheers Edited August 8, 2005 by colquhounb
quaizywabbit Posted August 8, 2005 Posted August 8, 2005 (edited) use $WS_TABSTOP in each controls optional style parameters i think the order is set by the order they're created in... Edited August 8, 2005 by quaizywabbit [u]Do more with pre-existing apps![/u]ANYGUIv2.8
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now