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

C / C++ / MFC

 
GeneralRe: Opening a new document Pin
Roger Allen29-Nov-02 2:24
Roger Allen29-Nov-02 2:24 
GeneralRe: Opening a new document Pin
Jamie Hale29-Nov-02 9:04
Jamie Hale29-Nov-02 9:04 
GeneralClassWizard Not Working Properly Pin
Steven M Hunt28-Nov-02 11:29
Steven M Hunt28-Nov-02 11:29 
GeneralRe: ClassWizard Not Working Properly Pin
Anatari28-Nov-02 15:13
Anatari28-Nov-02 15:13 
GeneralFloating CControlbar Question ... Pin
Maximilien28-Nov-02 11:19
Maximilien28-Nov-02 11:19 
GeneralRe: Floating CControlbar Question ... Pin
Maximilien29-Nov-02 3:25
Maximilien29-Nov-02 3:25 
Questionhow to tab to next edit box by pressing 'return (enter key)' Pin
IrishSonic28-Nov-02 11:18
IrishSonic28-Nov-02 11:18 
AnswerRe: how to tab to next edit box by pressing 'return (enter key)' Pin
Chris Losinger28-Nov-02 17:27
professionalChris Losinger28-Nov-02 17:27 
you can use GetNextDlgTabItem to find the next control in the tab order. so, override OnKeyDown, when you get a VK_RETURN, find the CWnd for the control that currently has focus, then use GetNextDlgTabItem to find the 'next' control.

-c



There's one easy way to prove the effectiveness of 'letting the market decide' when it comes to environmental protection. It's spelt 'S-U-V'.
--Holgate, from Plastic

AnswerRe: how to tab to next edit box by pressing 'return (enter key)' Pin
Roger Allen29-Nov-02 4:39
Roger Allen29-Nov-02 4:39 
GeneralLinking Pin
Anthony988728-Nov-02 11:05
Anthony988728-Nov-02 11:05 
Generala non rectangular splash screen class with Alpha blending (Article discussions) Pin
yary28-Nov-02 9:30
yary28-Nov-02 9:30 
GeneralRe: a non rectangular splash screen class with Alpha blending (Article discussions) Pin
Christian Graus28-Nov-02 11:20
protectorChristian Graus28-Nov-02 11:20 
QuestionIs there a function in C++ that will split a char array delimited by a specific character? Pin
Redeemer-dk28-Nov-02 9:05
Redeemer-dk28-Nov-02 9:05 
AnswerRe: Is there a function in C++ that will split a char array delimited by a specific character? Pin
Maximilien28-Nov-02 9:19
Maximilien28-Nov-02 9:19 
GeneralRe: Is there a function in C++ that will split a char array delimited by a specific character? Pin
David Salter29-Nov-02 0:15
David Salter29-Nov-02 0:15 
AnswerRe: Is there a function in C++ that will split a char array delimited by a specific character? Pin
Carlos Antollini28-Nov-02 9:24
Carlos Antollini28-Nov-02 9:24 
AnswerRe: Is there a function in C++ that will split a char array delimited by a specific character? Pin
Joe Woodbury30-Nov-02 6:29
professionalJoe Woodbury30-Nov-02 6:29 
GeneralOperPrinter for network-printer Pin
---iLYA---28-Nov-02 8:55
---iLYA---28-Nov-02 8:55 
Generaltreeview node deletion question. Pin
trustno128-Nov-02 8:53
trustno128-Nov-02 8:53 
GeneralRe: treeview node deletion question. Pin
Gary R. Wheeler30-Nov-02 2:53
Gary R. Wheeler30-Nov-02 2:53 
Questionhow do u add an item to start menu? Pin
devvvy28-Nov-02 8:53
devvvy28-Nov-02 8:53 
AnswerRe: how do u add an item to start menu? Pin
Malibu28-Nov-02 9:45
Malibu28-Nov-02 9:45 
GeneralRe: how do u add an item to start menu? Pin
devvvy29-Nov-02 17:10
devvvy29-Nov-02 17:10 
AnswerRe: how do u add an item to start menu? Pin
Mike Nordell29-Nov-02 16:43
Mike Nordell29-Nov-02 16:43 
GeneralRe: how do u add an item to start menu? Pin
devvvy29-Nov-02 17:10
devvvy29-Nov-02 17:10 

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.