Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Driver Kit (WDK) Pin
Eugen Podsypalnikov9-Sep-10 3:47
Eugen Podsypalnikov9-Sep-10 3:47 
GeneralRe: Windows Driver Kit (WDK) Pin
Coder-1234569-Sep-10 6:00
Coder-1234569-Sep-10 6:00 
GeneralRe: Windows Driver Kit (WDK) Pin
Eugen Podsypalnikov9-Sep-10 8:21
Eugen Podsypalnikov9-Sep-10 8:21 
AnswerRe: Windows Driver Kit (WDK) Pin
Richard MacCutchan9-Sep-10 4:44
mveRichard MacCutchan9-Sep-10 4:44 
AnswerRe: Windows Driver Kit (WDK) Pin
Iain Clarke, Warrior Programmer11-Sep-10 22:34
Iain Clarke, Warrior Programmer11-Sep-10 22:34 
QuestionCTime Pin
john56329-Sep-10 0:08
john56329-Sep-10 0:08 
AnswerRe: CTime Pin
Aescleal9-Sep-10 0:14
Aescleal9-Sep-10 0:14 
QuestionTab order in MFC dialog with CTabCtrl Pin
User 269428-Sep-10 23:53
professionalUser 269428-Sep-10 23:53 
Hello, I have a question about the tab order in a MFC dialog with a CTabCtrl or CPropertySheet with some tab pages and controls on the pages and some other controls at top and at bottom in the main dialog.

The layout of the main dialog is:

-----------------------
Button1 Button2 Button3

CTabCtrl or Sheet with Page1, Page2, Page3

Button4 Button5 Button6
-----------------------

I would expect that the tab order is (active Page is Page1):
1) Button1 -> Button2 -> Button3 -> Tab of Page1 -> All controls of Page1 -> Button4 -> Button5 -> Button6
But the tab order is:
2) Button1 -> Button2 -> Button3 -> Button4 -> Button5 -> Button6 -> All controls of Page1 -> Tab of Page1

Should it be 1) or 2) and why?

Thanks for your help,

Andreas.
AnswerRe: Tab order in MFC dialog with CTabCtrl Pin
Anand Todkar9-Sep-10 4:04
Anand Todkar9-Sep-10 4:04 
GeneralRe: Tab order in MFC dialog with CTabCtrl Pin
User 269429-Sep-10 21:40
professionalUser 269429-Sep-10 21:40 
AnswerRe: Tab order in MFC dialog with CTabCtrl Pin
David Crow10-Sep-10 3:32
David Crow10-Sep-10 3:32 
GeneralRe: Tab order in MFC dialog with CTabCtrl Pin
User 2694210-Sep-10 3:47
professionalUser 2694210-Sep-10 3:47 
QuestionTime format Pin
AbhiHcl8-Sep-10 22:02
AbhiHcl8-Sep-10 22:02 
AnswerRe: Time format Pin
Richard MacCutchan8-Sep-10 23:16
mveRichard MacCutchan8-Sep-10 23:16 
AnswerRe: Time format Pin
Eugen Podsypalnikov8-Sep-10 23:52
Eugen Podsypalnikov8-Sep-10 23:52 
QuestionRe: Time format Pin
David Crow9-Sep-10 4:01
David Crow9-Sep-10 4:01 
QuestionSpliiting a DWORD Pin
Ben Aldhouse8-Sep-10 21:39
Ben Aldhouse8-Sep-10 21:39 
AnswerRe: Spliiting a DWORD Pin
Electron Shepherd8-Sep-10 21:40
Electron Shepherd8-Sep-10 21:40 
GeneralRe: Spliiting a DWORD Pin
Ben Aldhouse8-Sep-10 21:48
Ben Aldhouse8-Sep-10 21:48 
GeneralRe: Spliiting a DWORD Pin
Ben Aldhouse16-Sep-10 21:55
Ben Aldhouse16-Sep-10 21:55 
AnswerRe: Spliiting a DWORD Pin
Ben Aldhouse8-Sep-10 21:45
Ben Aldhouse8-Sep-10 21:45 
GeneralRe: Spliiting a DWORD Pin
Richard MacCutchan8-Sep-10 23:03
mveRichard MacCutchan8-Sep-10 23:03 
GeneralRe: Spliiting a DWORD Pin
normanS11-Sep-10 18:17
normanS11-Sep-10 18:17 
GeneralRe: Spliiting a DWORD Pin
Richard MacCutchan11-Sep-10 21:37
mveRichard MacCutchan11-Sep-10 21:37 
GeneralRe: Spliiting a DWORD Pin
Ben Aldhouse16-Sep-10 21:52
Ben Aldhouse16-Sep-10 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.