Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IWebBrowser2 focus problem with IE6 Pin
YaronNir1-Dec-08 22:06
YaronNir1-Dec-08 22:06 
QuestionArray of Pointers to Functions & Math [modified] Pin
evdoxus30-Nov-08 0:04
evdoxus30-Nov-08 0:04 
AnswerRe: Array of Pointers to Functions & Math Pin
Richard Andrew x6430-Nov-08 3:44
professionalRichard Andrew x6430-Nov-08 3:44 
QuestionWM_CTLCOLOREDIT with Multiline Dialog Edit control Pin
ForNow29-Nov-08 15:53
ForNow29-Nov-08 15:53 
AnswerRe: WM_CTLCOLOREDIT with Multiline Dialog Edit control Pin
PJ Arends30-Nov-08 7:05
professionalPJ Arends30-Nov-08 7:05 
GeneralRe: WM_CTLCOLOREDIT with Multiline Dialog Edit control Pin
ForNow30-Nov-08 7:35
ForNow30-Nov-08 7:35 
GeneralRe: WM_CTLCOLOREDIT EM_POSFROMCHAR&TextOut Pin
ForNow30-Nov-08 9:18
ForNow30-Nov-08 9:18 
QuestionA Question about Input Fields Pin
BobInNJ29-Nov-08 13:46
BobInNJ29-Nov-08 13:46 
I am currently writing a Windows application using MFC and C++. My main window has numerous objects of type CEdit and CComboBox used to create input fields. In addition, depending on the user’s data, additional fields may be created by the program.

I would like to implement the program such that hitting the tab character in one field advances to the next field and hitting shift tab takes you to the previous field. Is there any easy way to do this?

I am thinking that the best way to do this is have a linked list of pointers to the fields in main window. However, it seems like a fair amount of work. Is there an easier and/or better way to do this?


Thanks
Bob
AnswerRe: A Question about Input Fields Pin
Christian Graus29-Nov-08 14:36
protectorChristian Graus29-Nov-08 14:36 
GeneralRe: A Question about Input Fields Pin
Code-o-mat29-Nov-08 22:29
Code-o-mat29-Nov-08 22:29 
GeneralRe: A Question about Input Fields Pin
BobInNJ30-Nov-08 13:43
BobInNJ30-Nov-08 13:43 
GeneralRe: A Question about Input Fields Pin
Code-o-mat30-Nov-08 21:30
Code-o-mat30-Nov-08 21:30 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 5:55
BobInNJ1-Dec-08 5:55 
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 7:02
Code-o-mat1-Dec-08 7:02 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 9:35
BobInNJ1-Dec-08 9:35 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 9:59
BobInNJ1-Dec-08 9:59 
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 11:14
Code-o-mat1-Dec-08 11:14 
GeneralRe: A Question about Input Fields Pin
BobInNJ1-Dec-08 12:59
BobInNJ1-Dec-08 12:59 
GeneralRe: A Question about Input Fields Pin
Code-o-mat1-Dec-08 21:24
Code-o-mat1-Dec-08 21:24 
GeneralRe: A Question about Input Fields Pin
BobInNJ2-Dec-08 5:47
BobInNJ2-Dec-08 5:47 
GeneralRe: A Question about Input Fields Pin
Code-o-mat2-Dec-08 6:25
Code-o-mat2-Dec-08 6:25 
QuestionHow to Update IOlkAccount Properties of Outlook Account Management API Pin
sanjaykumar982681535329-Nov-08 5:22
sanjaykumar982681535329-Nov-08 5:22 
QuestionUI for embedded device connected to computer via com port. Pin
Karmendra Suthar29-Nov-08 3:42
Karmendra Suthar29-Nov-08 3:42 
AnswerRe: UI for embedded device connected to computer via com port. Pin
BobInNJ29-Nov-08 14:03
BobInNJ29-Nov-08 14:03 
GeneralRe: UI for embedded device connected to computer via com port. Pin
Karmendra Suthar29-Nov-08 19:01
Karmendra Suthar29-Nov-08 19:01 

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.