Click here to Skip to main content
15,910,411 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 20:19
professionalPJ Arends3-May-02 20:19 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 20:56
Eugene Pustovoyt3-May-02 20:56 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
3-May-02 10:11
suss3-May-02 10:11 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 17:45
Eugene Pustovoyt3-May-02 17:45 
GeneralConverting GDI region to GDI++ path Pin
Sanju_theWizard3-May-02 0:19
Sanju_theWizard3-May-02 0:19 
GeneralRe: Converting GDI region to GDI++ path Pin
Paul M Watt3-May-02 5:15
mentorPaul M Watt3-May-02 5:15 
QuestionHow to release EMS memory of a graph in the CView? Pin
mzt3-May-02 0:13
mzt3-May-02 0:13 
QuestionHow to solve a flashing problem? Pin
mzt3-May-02 0:00
mzt3-May-02 0:00 
I draw graph in the CView,and I have overloaded OnEraseBkgnd and maken it return TRUE.But, when certain dialog move upon the CView, it flash very much.My code is following:
void CMyView::OnDraw(CDC* pDC)
{
CRect rect;
GetClientRect(&rect);
pDC->FillSolidRect(rect,ManExp.m_BackGroundColor);
}
However,when a dialog move on the frame of a window,the frame don't flash,why?
How to make it not flash?
AnswerRe: How to solve a flashing problem? Pin
Eugene Pustovoyt3-May-02 0:21
Eugene Pustovoyt3-May-02 0:21 
GeneralToolbar buttons in Dialog Box Pin
LittleYellowBird2-May-02 23:33
LittleYellowBird2-May-02 23:33 
GeneralRe: Toolbar buttons in Dialog Box Pin
Shog93-May-02 5:16
sitebuilderShog93-May-02 5:16 
GeneralRe: Toolbar buttons in Dialog Box Pin
LittleYellowBird7-May-02 1:18
LittleYellowBird7-May-02 1:18 
GeneralCapture Problem - Directx Pin
Sameer Maggon2-May-02 23:29
Sameer Maggon2-May-02 23:29 
GeneralButton with Bitmap Image Pin
John Clump2-May-02 23:12
John Clump2-May-02 23:12 
GeneralRe: Button with Bitmap Image Pin
Michael P Butler2-May-02 23:18
Michael P Butler2-May-02 23:18 
GeneralRe: Button with Bitmap Image Pin
GUEJO4-Jun-02 0:47
GUEJO4-Jun-02 0:47 
GeneralI am looking for cryptografic algorythm... Pin
2-May-02 23:05
suss2-May-02 23:05 
GeneralRe: I am looking for cryptografic algorythm... Pin
markkuk3-May-02 0:06
markkuk3-May-02 0:06 
GeneralAcquire a View HANDLE :: MFC Pin
valikac2-May-02 21:09
valikac2-May-02 21:09 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant2-May-02 21:19
sitebuilderNish Nishant2-May-02 21:19 
GeneralRe: Acquire a View HANDLE :: MFC Pin
valikac3-May-02 3:52
valikac3-May-02 3:52 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant3-May-02 4:35
sitebuilderNish Nishant3-May-02 4:35 
GeneralRe: Acquire a View HANDLE :: MFC Pin
valikac3-May-02 8:59
valikac3-May-02 8:59 
GeneralRe: Acquire a View HANDLE :: MFC Pin
Nish Nishant3-May-02 13:54
sitebuilderNish Nishant3-May-02 13:54 
GeneralGetOverlapedresult Pin
meirav2-May-02 20:41
meirav2-May-02 20: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.