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

C / C++ / MFC

 
GeneralRe: The DLL is made in C++ or in C# ? Pin
Uma Mahes17-Jun-03 0:32
Uma Mahes17-Jun-03 0:32 
GeneralRe: The DLL is made in C++ or in C# ? Pin
SD317-Jun-03 0:41
SD317-Jun-03 0:41 
GeneralRe: The DLL is made in C++ or in C# ? Pin
Uma Mahes17-Jun-03 0:50
Uma Mahes17-Jun-03 0:50 
AnswerRe: The DLL is made in C++ or in C# ? Pin
Nathan Blomquist17-Jun-03 2:32
Nathan Blomquist17-Jun-03 2:32 
GeneralRe: The DLL is made in C++ or in C# ? Pin
SD317-Jun-03 3:54
SD317-Jun-03 3:54 
AnswerRe: The DLL is made in C++ or in C# ? Pin
Toni7817-Jun-03 19:41
Toni7817-Jun-03 19:41 
GeneralWith Style WS_THICKFRAME a Button Can be Resized,but I Want Only resizing behavior and not the thick frame Pin
Vikrant Vikrant16-Jun-03 21:49
Vikrant Vikrant16-Jun-03 21:49 
GeneralDialog + Document question Pin
RubenJ16-Jun-03 21:19
RubenJ16-Jun-03 21:19 
Confused | :confused: Confused | :confused:
I have an SDI project which has a dialog. I want to write the code for one of the buttons (MyButton) in the dialog in CMyProjectDoc class. I can create the function by going to classwizard then selecting the CMyProjectDoc class and then MyButton BN_Click. And clearly I have a function for the button in CMyProjectDoc class (see below).

void CMyProjectDoc::OnMyButton() <br />
{<br />
	// TODO: Add your control notification handler code here<br />
 	COtherDlg dlg;<br />
	dlg.DoModal();<br />
}


However, there is no communication apparent between the button and the function. That is, I click the button and nothing happens. Does anyone know why?

Thanks,
Ruben
GeneralRe: Dialog + Document question Pin
Uma Mahes16-Jun-03 22:03
Uma Mahes16-Jun-03 22:03 
GeneralRe: Dialog + Document question Pin
Zdeslav Vojkovic16-Jun-03 22:24
Zdeslav Vojkovic16-Jun-03 22:24 
GeneralVC++ 6 mouseover tooltip addin Pin
Fahr16-Jun-03 21:10
Fahr16-Jun-03 21:10 
GeneralSave file error in MSVC 6.0 Pin
workerant16-Jun-03 20:56
workerant16-Jun-03 20:56 
GeneralRe: Save file error in MSVC 6.0 Pin
Abin16-Jun-03 23:18
Abin16-Jun-03 23:18 
GeneralRe: Save file error in MSVC 6.0 Pin
John M. Drescher17-Jun-03 7:01
John M. Drescher17-Jun-03 7:01 
GeneralBug: NM_RDBLCLK msg in TreeView Control Pin
Partha Kr. Chakraborti16-Jun-03 20:49
Partha Kr. Chakraborti16-Jun-03 20:49 
GeneralRe: Bug: NM_RDBLCLK msg in TreeView Control Pin
PJ Arends16-Jun-03 21:43
professionalPJ Arends16-Jun-03 21:43 
GeneralRe: Bug: NM_RDBLCLK msg in TreeView Control Pin
Partha Kr. Chakraborti16-Jun-03 23:18
Partha Kr. Chakraborti16-Jun-03 23:18 
GeneralPainting window question Pin
Cedric Moonen16-Jun-03 20:18
Cedric Moonen16-Jun-03 20:18 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 20:21
Cedric Moonen16-Jun-03 20:21 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 20:34
professionalPJ Arends16-Jun-03 20:34 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 20:48
Cedric Moonen16-Jun-03 20:48 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 21:20
professionalPJ Arends16-Jun-03 21:20 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 21:28
Cedric Moonen16-Jun-03 21:28 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 21:46
professionalPJ Arends16-Jun-03 21:46 
Generalquestion about dialog Pin
gucy16-Jun-03 19:41
gucy16-Jun-03 19:41 

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.