Click here to Skip to main content
15,903,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Custom title bar Pin
Owner drawn16-Oct-06 19:20
Owner drawn16-Oct-06 19:20 
GeneralRe: Custom title bar Pin
Waldermort16-Oct-06 20:04
Waldermort16-Oct-06 20:04 
GeneralRe: Custom title bar Pin
Waldermort17-Oct-06 16:53
Waldermort17-Oct-06 16:53 
Questiona simple question Pin
minihotto16-Oct-06 18:02
minihotto16-Oct-06 18:02 
AnswerRe: a simple question Pin
With_problem16-Oct-06 18:29
With_problem16-Oct-06 18:29 
AnswerRe: a simple question Pin
ThatsAlok16-Oct-06 18:35
ThatsAlok16-Oct-06 18:35 
AnswerRe: a simple question Pin
Steve S16-Oct-06 21:41
Steve S16-Oct-06 21:41 
Questionerror....with oledb connection string Pin
With_problem16-Oct-06 17:31
With_problem16-Oct-06 17:31 
AnswerRe: error....with oledb connection string Pin
Hamid_RT16-Oct-06 19:21
Hamid_RT16-Oct-06 19:21 
GeneralRe: error....with oledb connection string Pin
With_problem16-Oct-06 19:29
With_problem16-Oct-06 19:29 
AnswerRe: error....with oledb connection string Pin
prasad_som16-Oct-06 19:38
prasad_som16-Oct-06 19:38 
AnswerRe: error....with oledb connection string Pin
Mark Salsbery17-Oct-06 7:16
Mark Salsbery17-Oct-06 7:16 
QuestionLive Redirection Pin
rupert_durans16-Oct-06 16:54
rupert_durans16-Oct-06 16:54 
AnswerRe: Live Redirection Pin
Owner drawn16-Oct-06 19:28
Owner drawn16-Oct-06 19:28 
GeneralRe: Live Redirection Pin
rupert_durans16-Oct-06 22:00
rupert_durans16-Oct-06 22:00 
QuestionDll Loading Visual Studio 6.0 VC++ Pin
ccp99916-Oct-06 14:30
ccp99916-Oct-06 14:30 
AnswerRe: Dll Loading Visual Studio 6.0 VC++ Pin
prasad_som16-Oct-06 19:45
prasad_som16-Oct-06 19:45 
Questioncreating a thread Pin
xJorDyx16-Oct-06 10:21
xJorDyx16-Oct-06 10:21 
AnswerRe: creating a thread Pin
Mark Salsbery16-Oct-06 10:36
Mark Salsbery16-Oct-06 10:36 
GeneralRe: creating a thread Pin
xJorDyx18-Oct-06 11:51
xJorDyx18-Oct-06 11:51 
GeneralRe: creating a thread Pin
Mark Salsbery18-Oct-06 12:03
Mark Salsbery18-Oct-06 12:03 
GeneralRe: creating a thread [modified] Pin
xJorDyx19-Oct-06 9:08
xJorDyx19-Oct-06 9:08 
GeneralRe: creating a thread Pin
xJorDyx24-Oct-06 7:13
xJorDyx24-Oct-06 7:13 
QuestionImage Pin
messages16-Oct-06 8:52
messages16-Oct-06 8:52 
I have a Image on my dialog this picture is on the WM_ERASEBKGND and its work fine but I have a problem
when I move my program or if I move a program on my program then Mem Usage of my program increase How can I solve this problem. And I have another question
if I use of a code like this on WM_PAINT It increase PF Usage and Mem Usage of my program or no
<br />
void CMyPicture::OnPaint()<br />
{<br />
CPaintDC dc(this); <br />
	CRect rect(0,650,830,520);<br />
	CBrush m_Brush2;<br />
m_Brush2.CreateSolidBrush(RGB(255,255,255));<br />
	dc.FillRect(&rect,&m_Brush2);<br />
	m_Brush2.DeleteObject();<br />
}<br />

Thanks
AnswerRe: Image Pin
Mark Salsbery16-Oct-06 9:01
Mark Salsbery16-Oct-06 9:01 

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.