Click here to Skip to main content
15,909,651 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralC++ exe displayed using java Pin
IGeorgeI16-Aug-02 8:45
IGeorgeI16-Aug-02 8:45 
GeneralRe: C++ exe displayed using java Pin
Nish Nishant16-Aug-02 10:21
sitebuilderNish Nishant16-Aug-02 10:21 
GeneralRe: C++ exe displayed using java Pin
includeh1017-Aug-02 3:01
includeh1017-Aug-02 3:01 
QuestionHow to set Quota Limit on a disk in VC++? Pin
Tida16-Aug-02 8:13
Tida16-Aug-02 8:13 
AnswerRe: How to set Quota Limit on a disk in VC++? Pin
Tomasz Sowinski16-Aug-02 8:43
Tomasz Sowinski16-Aug-02 8:43 
GeneralBitmap question Pin
Chun Te, Ewe16-Aug-02 8:11
Chun Te, Ewe16-Aug-02 8:11 
GeneralEdit Box Scrolling Pin
Ken Mazaika16-Aug-02 7:38
Ken Mazaika16-Aug-02 7:38 
GeneralRe: Edit Box Scrolling Pin
Ken Mazaika16-Aug-02 8:43
Ken Mazaika16-Aug-02 8:43 
I tried this...is there a reason it didn't work?


//headerFile.h<br />
class CMsgBox : public CEdit<br />
{<br />
protected:<br />
	LESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);<br />
};<br />
<br />
<br />

and in the module:


#include "headerFile.h"<br />
<br />
LRESULT CMsgBox::DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)<br />
{<br />
LRESULT result = CEdit::DefWindowProc(message, wParam, lParam);<br />
	if (message == WM_SETTEXT)<br />
		SendMessage(EM_SCROLL, SB_BOTTOM, 0);<br />
	return result;<br />
}<br />


Is there something I'm going wrong? Thanks.


-Ken Mazaika
Generalrelease vs debug builds problem Pin
ns16-Aug-02 5:49
ns16-Aug-02 5:49 
GeneralRe: release vs debug builds problem Pin
PJ Arends16-Aug-02 5:59
professionalPJ Arends16-Aug-02 5:59 
GeneralRe: release vs debug builds problem Pin
ns16-Aug-02 6:12
ns16-Aug-02 6:12 
GeneralRe: release vs debug builds problem Pin
Roger Allen16-Aug-02 6:33
Roger Allen16-Aug-02 6:33 
GeneralRe: release vs debug builds problem Pin
ns16-Aug-02 7:20
ns16-Aug-02 7:20 
GeneralRe: release vs debug builds problem Pin
Michael Dunn16-Aug-02 9:41
sitebuilderMichael Dunn16-Aug-02 9:41 
GeneralRe: release vs debug builds problem Pin
ns16-Aug-02 10:09
ns16-Aug-02 10:09 
GeneralRe: release vs debug builds problem Pin
Tomasz Sowinski16-Aug-02 6:58
Tomasz Sowinski16-Aug-02 6:58 
GeneralWM_KILLFOCUS Pin
Anonymous16-Aug-02 5:37
Anonymous16-Aug-02 5:37 
GeneralRe: WM_KILLFOCUS Pin
PJ Arends16-Aug-02 5:41
professionalPJ Arends16-Aug-02 5:41 
GeneralRe: WM_KILLFOCUS Pin
NC16-Aug-02 7:22
NC16-Aug-02 7:22 
GeneralRe: WM_KILLFOCUS Pin
PJ Arends16-Aug-02 14:58
professionalPJ Arends16-Aug-02 14:58 
GeneralRe: WM_KILLFOCUS Pin
NC19-Aug-02 1:49
NC19-Aug-02 1:49 
QuestionIs there a way to see if a SOCKET is connected? Pin
Le centriste16-Aug-02 4:40
Le centriste16-Aug-02 4:40 
AnswerRe: Is there a way to see if a SOCKET is connected? Pin
Masaaki Onishi16-Aug-02 7:21
Masaaki Onishi16-Aug-02 7:21 
Questionhow to idenitify whether process is running or not Pin
tongc16-Aug-02 3:58
tongc16-Aug-02 3:58 
AnswerRe: how to idenitify whether process is running or not Pin
Tomasz Sowinski16-Aug-02 4:04
Tomasz Sowinski16-Aug-02 4:04 

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.