Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSize of an executable Pin
Vinaya12-Apr-05 1:54
Vinaya12-Apr-05 1:54 
GeneralRe: Size of an executable Pin
Joel Holdsworth12-Apr-05 2:02
Joel Holdsworth12-Apr-05 2:02 
GeneralRe: Size of an executable Pin
Mike Dimmick12-Apr-05 2:28
Mike Dimmick12-Apr-05 2:28 
GeneralRe: Size of an executable Pin
Maximilien12-Apr-05 2:37
Maximilien12-Apr-05 2:37 
GeneralRe: Size of an executable Pin
Nitron12-Apr-05 3:38
Nitron12-Apr-05 3:38 
GeneralRe: Size of an executable Pin
Bob Stanneveld12-Apr-05 3:56
Bob Stanneveld12-Apr-05 3:56 
GeneralRe: Size of an executable Pin
Vini Deep12-Apr-05 18:14
Vini Deep12-Apr-05 18:14 
GeneralRe: Size of an executable Pin
Rahim Rattani12-Apr-05 21:05
Rahim Rattani12-Apr-05 21:05 
GeneralRe: Size of an executable Pin
Vinaya12-Apr-05 21:27
Vinaya12-Apr-05 21:27 
GeneralProblem with CListCtrl Pin
Neeranjan12-Apr-05 1:47
Neeranjan12-Apr-05 1:47 
GeneralHttpURLConnection Pin
cberam12-Apr-05 1:17
cberam12-Apr-05 1:17 
GeneralRe: HttpURLConnection Pin
ThatsAlok12-Apr-05 2:46
ThatsAlok12-Apr-05 2:46 
GeneralLogging output of ActiveX Pin
Member 147966912-Apr-05 0:25
Member 147966912-Apr-05 0:25 
GeneralOperator new and delete mechanism! Pin
HoDuc12-Apr-05 0:15
HoDuc12-Apr-05 0:15 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 0:25
Cedric Moonen12-Apr-05 0:25 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 1:17
Cedric Moonen12-Apr-05 1:17 
GeneralRe: Operator new and delete mechanism! Pin
toxcct12-Apr-05 0:32
toxcct12-Apr-05 0:32 
GeneralRe: Operator new and delete mechanism! Pin
sunit512-Apr-05 2:54
sunit512-Apr-05 2:54 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 3:06
Cedric Moonen12-Apr-05 3:06 
GeneralRe: Operator new and delete mechanism! Pin
S. Senthil Kumar12-Apr-05 5:55
S. Senthil Kumar12-Apr-05 5:55 
GeneralRe: Operator new and delete mechanism! Pin
Rick York12-Apr-05 9:24
mveRick York12-Apr-05 9:24 
GeneralRe: Operator new and delete mechanism! Pin
Ryan Binns12-Apr-05 18:37
Ryan Binns12-Apr-05 18:37 
GeneralRe: Operator new and delete mechanism! Pin
S. Senthil Kumar12-Apr-05 19:39
S. Senthil Kumar12-Apr-05 19:39 
GeneralProblem with OnNotify Pin
thanh-hai.bui12-Apr-05 0:13
thanh-hai.bui12-Apr-05 0:13 
Hi all

In my dialog, i've many objects that are a RichEditCtrl, an some buttons.

I create with ClassWizard to add OnNotify in my app.

BOOL CCEdataTextEditorDlg::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult) <br />
{<br />
	// TODO: Add your specialized code here and/or call the base class<br />
	if( wParam == IDC_RICH ) // IDC_RICH is ID of my CRichEditCtrl<br />
	{<br />
		MessageBox("Non");// Just a test<br />
                // Normally, i want to change the color of my button for example<br />
	}<br />
	MessageBox("hic");// Just a test too<br />
<br />
	return CDialog::OnNotify(wParam, lParam, pResult);<br />
}


But i get nothing!!
plz, help me! thanks for all


hzocm
GeneralRe: Problem with OnNotify Pin
Joel Holdsworth12-Apr-05 2:07
Joel Holdsworth12-Apr-05 2:07 

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.