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

C / C++ / MFC

 
QuestionHow do I fix this? Pin
ns8-Oct-02 7:47
ns8-Oct-02 7:47 
AnswerRe: How do I fix this? Pin
Chris Losinger8-Oct-02 7:55
professionalChris Losinger8-Oct-02 7:55 
GeneralRe: How do I fix this? Pin
ns8-Oct-02 8:02
ns8-Oct-02 8:02 
AnswerRe: How do I fix this? Pin
mariuszpopiolek8-Oct-02 8:02
mariuszpopiolek8-Oct-02 8:02 
GeneralRe: How do I fix this? Pin
ns8-Oct-02 8:08
ns8-Oct-02 8:08 
GeneralRe: How do I fix this? Pin
mariuszpopiolek8-Oct-02 8:15
mariuszpopiolek8-Oct-02 8:15 
GeneralRe: How do I fix this? Pin
ns8-Oct-02 8:21
ns8-Oct-02 8:21 
GeneralRe: How do I fix this? Pin
mariuszpopiolek8-Oct-02 8:42
mariuszpopiolek8-Oct-02 8:42 
Now I tried this in VC to be sure Smile | :) . I double-clicked ok button so I obtain such autogenerated code:

void CMy123testappDlg::OnOK()
{
// TODO: Add extra validation here

CDialog::OnOK();
}

And after commenting CDialog::OnOK(); pressing Ok button does nothing! (dialog doesn't close). So it must help, or maybe we have a little misunderstanding Smile | :) (maybe your problem is a bit different).

Greetings

Mariusz Popiolek
GeneralRe: How do I fix this? Pin
ns8-Oct-02 9:12
ns8-Oct-02 9:12 
GeneralRe: How do I fix this? Pin
mariuszpopiolek8-Oct-02 10:04
mariuszpopiolek8-Oct-02 10:04 
GeneralRe: How do I fix this? Pin
l a u r e n8-Oct-02 13:42
l a u r e n8-Oct-02 13:42 
AnswerRe: How do I fix this? Pin
Roger Allen9-Oct-02 1:56
Roger Allen9-Oct-02 1:56 
Generalgreat! Thanks! Pin
ns9-Oct-02 2:53
ns9-Oct-02 2:53 
GeneralControl Panel Pin
Anonymous8-Oct-02 7:14
Anonymous8-Oct-02 7:14 
GeneralRe: Control Panel Pin
Michael P Butler8-Oct-02 7:56
Michael P Butler8-Oct-02 7:56 
GeneralRe: Control Panel Pin
Anonymous8-Oct-02 10:19
Anonymous8-Oct-02 10:19 
GeneralRe: Control Panel Pin
Michael P Butler8-Oct-02 12:50
Michael P Butler8-Oct-02 12:50 
GeneralLink problem Pin
algruber8-Oct-02 6:41
algruber8-Oct-02 6:41 
GeneralRe: Link problem Pin
Paul M Watt8-Oct-02 7:11
mentorPaul M Watt8-Oct-02 7:11 
GeneralRe: Link problem Pin
JT Anderson8-Oct-02 12:00
JT Anderson8-Oct-02 12:00 
Generalpermission denied --- Pin
ns8-Oct-02 6:21
ns8-Oct-02 6:21 
GeneralRe: permission denied --- Pin
Carlos Antollini8-Oct-02 6:28
Carlos Antollini8-Oct-02 6:28 
GeneralRe: permission denied --- Pin
ns8-Oct-02 6:34
ns8-Oct-02 6:34 
GeneralRe: permission denied --- Pin
ns8-Oct-02 6:45
ns8-Oct-02 6:45 
GeneralRe: permission denied --- Pin
Carlos Antollini8-Oct-02 6:50
Carlos Antollini8-Oct-02 6:50 

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.