A simple tab question
-
I have a dialog with about 5 CEdit fields, CEdit1, CEdit2,..... CEdit5. Currently, when I clicked the TAB key, the cursor will jump from CEdit1 to CEdit3 instead of CEdit2. Can someone tell how to fix it? Thanks, Kevin
-
I have a dialog with about 5 CEdit fields, CEdit1, CEdit2,..... CEdit5. Currently, when I clicked the TAB key, the cursor will jump from CEdit1 to CEdit3 instead of CEdit2. Can someone tell how to fix it? Thanks, Kevin
You need to set the tab order in the dialog editor.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
I have a dialog with about 5 CEdit fields, CEdit1, CEdit2,..... CEdit5. Currently, when I clicked the TAB key, the cursor will jump from CEdit1 to CEdit3 instead of CEdit2. Can someone tell how to fix it? Thanks, Kevin
open dialog in resouce editor for which you want to change tab order. Then in the menu you will see format, there is taborder option in it, click it and you will be able to change tab order by clicking controls in the order we you them to be selected when pressing tab. -Saurabh
-
open dialog in resouce editor for which you want to change tab order. Then in the menu you will see format, there is taborder option in it, click it and you will be able to change tab order by clicking controls in the order we you them to be selected when pressing tab. -Saurabh
Great! I fixed it. Thanks for your help! Kevin
-
Great! I fixed it. Thanks for your help! Kevin
you are welcome. Saurabh