VC++ 6.0 TAB problem

Hi All,

I am new in VC++ programming world. I ahve added ont text box on existing Form . I want when this form open the cursor control should be go to new textBox.
I have tried a lot but couldn't find any solution.Still control goes on older textbox.

Please help .
You need to set the resource order. If you want a particular control to have focus, make it the first one in the resource table.

It it's a dialog box, you can edit the resource file in a text editor. If you have the Resource Wizard, open the dialog and Press Ctrl-D. That will show the tab order and allow you to redifine it.
Topic archived. No new replies allowed.