Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralImage Comparison Pin
Shaji.S.Nair27-Aug-00 2:48
sussShaji.S.Nair27-Aug-00 2:48 
QuestionLaunch program when window starts? Pin
Eq26-Aug-00 22:11
Eq26-Aug-00 22:11 
AnswerRe: Launch program when window starts? Pin
HP28-Aug-00 20:00
HP28-Aug-00 20:00 
QuestionLaunch program when window starts? Pin
Eq26-Aug-00 22:11
Eq26-Aug-00 22:11 
AnswerRe: Launch program when window starts? Pin
trey27-Aug-00 6:30
trey27-Aug-00 6:30 
GeneralSeemingly unbelievable menu problem Pin
David Bates30-Aug-00 12:35
David Bates30-Aug-00 12:35 
GeneralEdit Box Problem!! Pin
sunny30-Aug-00 11:35
sunny30-Aug-00 11:35 
GeneralRe: Edit Box Problem!! Pin
Erik Funkenbusch30-Aug-00 13:48
Erik Funkenbusch30-Aug-00 13:48 
You need to override PreTranslateMessage for your dialog, then when you recieve a WM_KEYDOWN message that is VK_RETURN, check to see if the window handle of the message is equal to the window handle of the edit box, if so handle the message, otherwise pass it on to the base class.
GeneralRe: Edit Box Problem!! Pin
Oleg Zhuk30-Aug-00 23:12
Oleg Zhuk30-Aug-00 23:12 
GeneralRe: Edit Box Problem!! Pin
HP31-Aug-00 1:17
HP31-Aug-00 1:17 
GeneralTab Control Help Pin
sunny30-Aug-00 11:02
sunny30-Aug-00 11:02 
GeneralRe: Tab Control Help Pin
Erik Funkenbusch30-Aug-00 13:50
Erik Funkenbusch30-Aug-00 13:50 
GeneralRe: Tab Control Help Pin
jschacker31-Aug-00 9:59
jschacker31-Aug-00 9:59 
GeneralData to Printer Port Pin
Gary30-Aug-00 10:36
Gary30-Aug-00 10:36 
GeneralMultimedia Timer Class Pin
C. Hampton30-Aug-00 7:33
sussC. Hampton30-Aug-00 7:33 
GeneralRe: Multimedia Timer Class Pin
Paolo Messina30-Aug-00 8:26
professionalPaolo Messina30-Aug-00 8:26 
GeneralAcquiring PSID for ReportEvent Pin
sai30-Aug-00 5:52
sai30-Aug-00 5:52 
GeneralSocketproblem using service Pin
Andreas30-Aug-00 5:03
Andreas30-Aug-00 5:03 
GeneralGenerating COM-TypeLibraries with MIDL Pin
Sven Wiegand30-Aug-00 4:08
Sven Wiegand30-Aug-00 4:08 
QuestionHow can I use ownerdraw in a CCtrlView based on listbox Pin
Ronald L. Russell (Ron)30-Aug-00 4:00
sussRonald L. Russell (Ron)30-Aug-00 4:00 
GeneralTransparency ... Pin
Oleg Zhuk30-Aug-00 0:29
Oleg Zhuk30-Aug-00 0:29 
QuestionHow do you use the CToolTipCtrl? Pin
Newbie29-Aug-00 17:37
Newbie29-Aug-00 17:37 
AnswerRe: How do you use the CToolTipCtrl? Pin
Jeremy Davis29-Aug-00 22:23
Jeremy Davis29-Aug-00 22:23 
AnswerRe: How do you use the CToolTipCtrl? Pin
jschacker1-Sep-00 8:12
jschacker1-Sep-00 8:12 
GeneralAbout SMB (CIFS) example code Pin
Joe Huang29-Aug-00 17:18
Joe Huang29-Aug-00 17: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.