Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Managed Code vs Unmanaged code Pin
Nemanja Trifunovic2-Aug-05 2:17
Nemanja Trifunovic2-Aug-05 2:17 
GeneralRe: Managed Code vs Unmanaged code Pin
David Crow2-Aug-05 4:17
David Crow2-Aug-05 4:17 
GeneralRe: Managed Code vs Unmanaged code Pin
Nemanja Trifunovic2-Aug-05 4:39
Nemanja Trifunovic2-Aug-05 4:39 
GeneralRe: Managed Code vs Unmanaged code Pin
D_code_writer3-Aug-05 15:27
D_code_writer3-Aug-05 15:27 
GeneralRe: Managed Code vs Unmanaged code Pin
David Crow7-Aug-05 8:18
David Crow7-Aug-05 8:18 
Generalassociating static fields with edit fields Pin
Ista1-Aug-05 13:45
Ista1-Aug-05 13:45 
GeneralRe: associating static fields with edit fields Pin
Christian Graus1-Aug-05 14:11
protectorChristian Graus1-Aug-05 14:11 
GeneralRe: associating static fields with edit fields Pin
Jose Lamas Rios1-Aug-05 15:32
Jose Lamas Rios1-Aug-05 15:32 
You can check their positions, as C. Graus suggested, or you can check the tab order of the controls.

If you enumerate the dialog controls using GetNextDlgTabItem, each static control should be right before its corresponding edit field, because that's what you need to make the shortcuts on the static controls activate the appropriate edit controls. I think it makes sense for a test script, because if the controls aren't ordered that way you have a design problem, anyway.

--
jlr
http://jlamas.blogspot.com/[^]
GeneralCString to LPCTSTR Pin
jerome_data1-Aug-05 13:21
jerome_data1-Aug-05 13:21 
GeneralRe: CString to LPCTSTR Pin
Christian Graus1-Aug-05 13:24
protectorChristian Graus1-Aug-05 13:24 
GeneralRe: CString to LPCTSTR Pin
jerome_data1-Aug-05 13:40
jerome_data1-Aug-05 13:40 
GeneralRe: CString to LPCTSTR Pin
Tom Archer1-Aug-05 13:59
Tom Archer1-Aug-05 13:59 
GeneralRe: CString to LPCTSTR Pin
jerome_data1-Aug-05 14:05
jerome_data1-Aug-05 14:05 
GeneralRe: CString to LPCTSTR Pin
Jose Lamas Rios1-Aug-05 16:12
Jose Lamas Rios1-Aug-05 16:12 
GeneralRe: CString to LPCTSTR Pin
John M. Drescher1-Aug-05 18:48
John M. Drescher1-Aug-05 18:48 
GeneralRe: CString to LPCTSTR Pin
David Crow2-Aug-05 4:21
David Crow2-Aug-05 4:21 
Generalresize a property page Pin
alkaly1-Aug-05 13:02
alkaly1-Aug-05 13:02 
GeneralRe: resize a property page Pin
Jose Lamas Rios1-Aug-05 16:38
Jose Lamas Rios1-Aug-05 16:38 
GeneralURL in Dialog box Pin
Sridhar Sanikommu1-Aug-05 11:21
Sridhar Sanikommu1-Aug-05 11:21 
GeneralRe: URL in Dialog box Pin
Christian Graus1-Aug-05 11:52
protectorChristian Graus1-Aug-05 11:52 
GeneralRe: URL in Dialog box Pin
Anonymous1-Aug-05 12:10
Anonymous1-Aug-05 12:10 
GeneralRe: URL in Dialog box - clickety police Pin
Tom Archer1-Aug-05 13:59
Tom Archer1-Aug-05 13:59 
GeneralRe: URL in Dialog box - clickety police Pin
Sridhar Sanikommu1-Aug-05 14:32
Sridhar Sanikommu1-Aug-05 14:32 
GeneralDifferentiate Windows Pin
Ista1-Aug-05 9:32
Ista1-Aug-05 9:32 
GeneralRe: Differentiate Windows Pin
David Crow1-Aug-05 10:28
David Crow1-Aug-05 10:28 

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.