Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Print a FormView Pin
Shivanand Gupta11-Sep-10 8:31
Shivanand Gupta11-Sep-10 8:31 
GeneralRe: Print a FormView Pin
bob1697214-Sep-10 3:23
bob1697214-Sep-10 3:23 
GeneralRe: Print a FormView Pin
Shivanand Gupta14-Sep-10 5:31
Shivanand Gupta14-Sep-10 5:31 
QuestionCComboBox lost focus! Pin
Arrin10-Sep-10 2:21
Arrin10-Sep-10 2:21 
AnswerRe: CComboBox lost focus! Pin
Shivanand Gupta10-Sep-10 2:30
Shivanand Gupta10-Sep-10 2:30 
GeneralRe: CComboBox lost focus! Pin
Arrin10-Sep-10 3:32
Arrin10-Sep-10 3:32 
GeneralRe: CComboBox lost focus! Pin
MicroVirus10-Sep-10 13:00
MicroVirus10-Sep-10 13:00 
QuestionHow to exchange Layers in Tiff File Format.? Pin
002comp9-Sep-10 23:25
002comp9-Sep-10 23:25 
AnswerRe: How to exchange Layers in Tiff File Format.? Pin
Chris Losinger10-Sep-10 3:49
professionalChris Losinger10-Sep-10 3:49 
GeneralRe: How to exchange Layers in Tiff File Format.? Pin
002comp13-Sep-10 18:10
002comp13-Sep-10 18:10 
QuestionList View Dragging win32 Pin
arun_pk9-Sep-10 4:43
arun_pk9-Sep-10 4:43 
AnswerRe: List View Dragging win32 Pin
Richard MacCutchan9-Sep-10 4:51
mveRichard MacCutchan9-Sep-10 4:51 
GeneralRe: List View Dragging win32 Pin
arun_pk9-Sep-10 4:53
arun_pk9-Sep-10 4:53 
GeneralRe: List View Dragging win32 Pin
Richard MacCutchan9-Sep-10 5:13
mveRichard MacCutchan9-Sep-10 5:13 
QuestionWindows Driver Kit (WDK) Pin
Coder-1234569-Sep-10 2:21
Coder-1234569-Sep-10 2:21 
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 
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 

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.