Click here to Skip to main content
15,918,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing Dialog Data in MFC Pin
Rage19-Feb-02 21:57
professionalRage19-Feb-02 21:57 
GeneralRe: Accessing Dialog Data in MFC Pin
Derek Waters20-Feb-02 11:21
Derek Waters20-Feb-02 11:21 
GeneralProblems with IMessageFilter in SDI Pin
Fredrik Skog19-Feb-02 4:42
Fredrik Skog19-Feb-02 4:42 
GeneralRe: Problems with IMessageFilter in SDI Pin
Fredrik Skog21-Feb-02 0:33
Fredrik Skog21-Feb-02 0:33 
GeneralBeginner Dialog::OnOK() Question Pin
CreekDawg19-Feb-02 4:28
CreekDawg19-Feb-02 4:28 
GeneralRe: Beginner Dialog::OnOK() Question Pin
v_krishnan19-Feb-02 4:34
v_krishnan19-Feb-02 4:34 
GeneralRe: Beginner Dialog::OnOK() Question Pin
Joaquín M López Muñoz19-Feb-02 4:35
Joaquín M López Muñoz19-Feb-02 4:35 
GeneralRe: Beginner Dialog::OnOK() Question Pin
Roger Allen19-Feb-02 4:37
Roger Allen19-Feb-02 4:37 
Put in your own OnOK(0 for the dialog, and have code liek this:

CMyDialog::OnOK()
{
if (GetFocus() != GetDlgItem(IDOK))
return ; // only allow exit if OK has the focus
}


Roger Allen
Sonork 100.10016

If I'm not breathing, I'm either dead or holding my breath.
A fool jabbers, while a wise man listens. But is he so wise to listen to the fool?
Please step to the rear of the car and make room for more victims. - John Simmons the Outlaw programmer, 1st Feb 2002, in the lounge
GeneralRe: Beginner Dialog::OnOK() Question Pin
lucy19-Feb-02 9:52
lucy19-Feb-02 9:52 
GeneralMaking a CRichEditView Readonly Pin
v_krishnan19-Feb-02 4:10
v_krishnan19-Feb-02 4:10 
GeneralRe: Making a CRichEditView Readonly Pin
Mazdak19-Feb-02 4:53
Mazdak19-Feb-02 4:53 
GeneralJet OLE DB 4 and PROPVARIANT Pin
peterchen19-Feb-02 4:06
peterchen19-Feb-02 4:06 
GeneralRe: Jet OLE DB 4 and PROPVARIANT Pin
Steen Krogsgaard19-Feb-02 23:41
Steen Krogsgaard19-Feb-02 23:41 
GeneralCString and Variant Pin
Mazdak19-Feb-02 2:51
Mazdak19-Feb-02 2:51 
GeneralRe: CString and Variant Pin
Joel Lucsy19-Feb-02 3:05
Joel Lucsy19-Feb-02 3:05 
GeneralRe: CString and Variant Pin
Mazdak19-Feb-02 5:14
Mazdak19-Feb-02 5:14 
GeneralRe: CString and Variant Pin
Joel Lucsy19-Feb-02 15:37
Joel Lucsy19-Feb-02 15:37 
GeneralRe: CString and Variant Pin
Mazdak19-Feb-02 21:04
Mazdak19-Feb-02 21:04 
GeneralProblem with CStatic SS_BITMAP Pin
19-Feb-02 2:41
suss19-Feb-02 2:41 
GeneralRe: Problem with CStatic SS_BITMAP Pin
Joaquín M López Muñoz19-Feb-02 2:54
Joaquín M López Muñoz19-Feb-02 2:54 
GeneralI find Pin
19-Feb-02 3:25
suss19-Feb-02 3:25 
GeneralRe: I find Pin
Joaquín M López Muñoz19-Feb-02 4:01
Joaquín M López Muñoz19-Feb-02 4:01 
GeneralDifference between class and struct Pin
19-Feb-02 1:49
suss19-Feb-02 1:49 
GeneralRe: Difference between class and struct Pin
Tim Smith19-Feb-02 1:46
Tim Smith19-Feb-02 1:46 
GeneralShow modal window in taskbar. Pin
Pete Bassett19-Feb-02 1:44
Pete Bassett19-Feb-02 1:44 

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.