Click here to Skip to main content
16,010,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ending SDI application Pin
Stlan27-Jan-04 0:46
Stlan27-Jan-04 0:46 
GeneralRe: ending SDI application Pin
Drawil27-Jan-04 2:08
Drawil27-Jan-04 2:08 
GeneralDialog edit control & Enter key Pin
Ashman26-Jan-04 23:11
Ashman26-Jan-04 23:11 
GeneralRe: Dialog edit control & Enter key Pin
CodeBrain26-Jan-04 23:30
CodeBrain26-Jan-04 23:30 
GeneralRe: Dialog edit control & Enter key Pin
Drawil26-Jan-04 23:50
Drawil26-Jan-04 23:50 
GeneralRe: Dialog edit control & Enter key Pin
Diddy26-Jan-04 23:54
Diddy26-Jan-04 23:54 
GeneralRe: Dialog edit control & Enter key Pin
SiddharthAtw27-Jan-04 0:58
SiddharthAtw27-Jan-04 0:58 
GeneralRe: Dialog edit control & Enter key Pin
toxcct27-Jan-04 2:54
toxcct27-Jan-04 2:54 
hi Ashman,

all you have to do is to set the focus on the specific control... you can use
(CEdit*)GetDlgItem(YOUR_Edit_ID))->SetFocus();
to avoid you to move explicitly your mouse upon the EditBox, and in the OnInitDialog(), you tell which button to be pressed when the user presses Enter key by giving it the property Default


TOXCCT
GeneralProblem in SearchPath Pin
SiddharthAtw26-Jan-04 22:49
SiddharthAtw26-Jan-04 22:49 
GeneralDo not post always the same question ! Pin
Stlan26-Jan-04 23:09
Stlan26-Jan-04 23:09 
GeneralRe: Do not post always the same question ! Pin
Anonymous27-Jan-04 0:21
Anonymous27-Jan-04 0:21 
GeneralMultilingual resource strings Pin
Kannan Ramanathan26-Jan-04 22:30
Kannan Ramanathan26-Jan-04 22:30 
GeneralRe: Multilingual resource strings Pin
Alberto Giannetto27-Jan-04 4:46
Alberto Giannetto27-Jan-04 4:46 
QuestionHow to make a Wizard? Pin
Jay.Jay26-Jan-04 22:18
Jay.Jay26-Jan-04 22:18 
AnswerRe: How to make a Wizard? Pin
Stlan26-Jan-04 22:45
Stlan26-Jan-04 22:45 
AnswerRe: How to make a Wizard? Pin
Joe Woodbury27-Jan-04 5:32
professionalJoe Woodbury27-Jan-04 5:32 
GeneralDLL debugging Pin
JeyKey26-Jan-04 22:12
JeyKey26-Jan-04 22:12 
GeneralRe: DLL debugging Pin
Stlan26-Jan-04 23:01
Stlan26-Jan-04 23:01 
QuestionCould somebody please help??? Pin
Einly26-Jan-04 22:08
Einly26-Jan-04 22:08 
AnswerRe: Could somebody please help??? Pin
Steve S26-Jan-04 22:34
Steve S26-Jan-04 22:34 
GeneralRe: Could somebody please help??? Pin
Einly27-Jan-04 19:06
Einly27-Jan-04 19:06 
GeneralRe: Could somebody please help??? Pin
Einly27-Jan-04 19:06
Einly27-Jan-04 19:06 
GeneralGDI+ : construct Image from an IStream Pin
sstoyan26-Jan-04 21:55
sstoyan26-Jan-04 21:55 
GeneralRe: GDI+ : construct Image from an IStream Pin
Jörgen Sigvardsson27-Jan-04 1:16
Jörgen Sigvardsson27-Jan-04 1:16 
GeneralRe: GDI+ : construct Image from an IStream Pin
sstoyan27-Jan-04 2:18
sstoyan27-Jan-04 2:18 

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.