Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Tab order in MFC dialog with CTabCtrl Pin
Anand Todkar9-Sep-10 4:04
Anand Todkar9-Sep-10 4:04 
Andreas,

You can hold Ctrl+D and you will see the tab order of all controls with their numbers. Now to modify it, click on control on which you want a tab to start at first, now go on clicking on controls as per your need and the tab order will get set for you. Alternately, you can also modify the .rc file of your application to set the tab order but that is a tricky and dangereous way of doing it.
Better to follow the first approach and the Visual Studio will make things for you. Smile | :)
Thanks,
Anand.

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 
GeneralRe: Spliiting a DWORD Pin
Richard MacCutchan16-Sep-10 22:37
mveRichard MacCutchan16-Sep-10 22:37 

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.