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

C / C++ / MFC

 
GeneralRe: CInternetSession Problem Pin
Mark Salsbery6-Dec-07 3:31
Mark Salsbery6-Dec-07 3:31 
GeneralRe: CInternetSession Problem Pin
Amar Sutar6-Dec-07 4:15
Amar Sutar6-Dec-07 4:15 
QuestionStruct or class? Pin
George_George5-Dec-07 0:50
George_George5-Dec-07 0:50 
AnswerRe: Struct or class? Pin
CPallini5-Dec-07 1:08
mveCPallini5-Dec-07 1:08 
AnswerRe: Struct or class? Pin
toxcct5-Dec-07 2:25
toxcct5-Dec-07 2:25 
AnswerRe: Struct or class? Pin
followait5-Dec-07 16:05
followait5-Dec-07 16:05 
QuestionHow to add a ComboBox to Browseinfo? Pin
moye25015-Dec-07 0:11
moye25015-Dec-07 0:11 
QuestionRe: How to add a ComboBox to Browseinfo? Pin
David Crow15-Jan-08 3:09
David Crow15-Jan-08 3:09 
Questionhow to add check boxes in multiple colums of a list ctrl Pin
Member 38696824-Dec-07 23:35
Member 38696824-Dec-07 23:35 
AnswerRe: how to add check boxes in multiple colums of a list ctrl Pin
followait5-Dec-07 0:29
followait5-Dec-07 0:29 
GeneralRe: how to add check boxes in multiple colums of a list ctrl Pin
Member 38696825-Dec-07 0:51
Member 38696825-Dec-07 0:51 
GeneralRe: how to add check boxes in multiple colums of a list ctrl Pin
followait5-Dec-07 16:19
followait5-Dec-07 16:19 
AnswerRe: how to add check boxes in multiple colums of a list ctrl Pin
David Crow5-Dec-07 2:35
David Crow5-Dec-07 2:35 
Questiontrace error Pin
keyto4-Dec-07 23:17
keyto4-Dec-07 23:17 
GeneralRe: trace error [modified] Pin
Nelek4-Dec-07 23:33
protectorNelek4-Dec-07 23:33 
One possibility is deriving your dialog from CDialog

The other one is establishing it by yourself

//in header
//{{AFX_MSG(CDaishi)
virtual void OnOK();


//in cpp
void CDaishi::OnOK()
{
//do whatever you need
}


Forget about it. I didn't pay attention, you are not in MFC.

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

modified on Wednesday, December 05, 2007 5:45:52 AM

JokeRe: trace error Pin
CPallini4-Dec-07 23:41
mveCPallini4-Dec-07 23:41 
GeneralRe: trace error Pin
Nelek4-Dec-07 23:46
protectorNelek4-Dec-07 23:46 
GeneralRe: trace error Pin
vasarlajagadish15-Oct-09 4:02
vasarlajagadish15-Oct-09 4:02 
GeneralRe: trace error Pin
ThatsAlok4-Dec-07 23:40
ThatsAlok4-Dec-07 23:40 
Generalabout send function!! Pin
Laurence4-Dec-07 22:35
Laurence4-Dec-07 22:35 
GeneralRe: about send function!! Pin
Laurence4-Dec-07 22:44
Laurence4-Dec-07 22:44 
GeneralRe: about send function!! Pin
SandipG 4-Dec-07 22:59
SandipG 4-Dec-07 22:59 
GeneralRe: about send function!! Pin
Laurence5-Dec-07 1:45
Laurence5-Dec-07 1:45 
GeneralRe: about send function!! Pin
followait4-Dec-07 23:24
followait4-Dec-07 23:24 
GeneralRe: about send function!! Pin
ktm TechMan5-Dec-07 0:13
ktm TechMan5-Dec-07 0:13 

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.