I've a bundle of CEdit controls in my client (CView) area, how would I define tab order for these CEdit controls like they do in the dialog box.
Printable View
I've a bundle of CEdit controls in my client (CView) area, how would I define tab order for these CEdit controls like they do in the dialog box.
tab order is defined by order of creation and the WS_TABSTOP window style
miked