Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow To: Bold the Text on the Property Page Tab when the page is active Pin
Lori6-Jul-00 4:47
Lori6-Jul-00 4:47 
AnswerRe: How To: Bold the Text on the Property Page Tab when the page is active Pin
Mike Dunn6-Jul-00 9:32
Mike Dunn6-Jul-00 9:32 
GeneralBackStyle (ATL) Pin
Chris6-Jul-00 4:31
Chris6-Jul-00 4:31 
GeneralAbout CHttpFile Pin
Tenacious6-Jul-00 0:17
Tenacious6-Jul-00 0:17 
GeneralExchanging DLLs Pin
Thomas Freudenberg5-Jul-00 23:36
Thomas Freudenberg5-Jul-00 23:36 
GeneralRe: Exchanging DLLs Pin
Alvaro Mendez6-Jul-00 4:44
Alvaro Mendez6-Jul-00 4:44 
GeneralRe: Exchanging DLLs Pin
Mike Dunn6-Jul-00 9:37
Mike Dunn6-Jul-00 9:37 
QuestionWebbrowser repaint?? Pin
dooly5-Jul-00 20:51
dooly5-Jul-00 20:51 
Dear Developer

I'm developing webbrowser using CHtmlView.
But i don't know handler that received WM_PAINT message.

For example

LRESULT CMainFrame::WindowProc(UINT message, WPARAM wParam, LPARAM lParam)
{
// TODO: Add your specialized code here and/or call the base class
if( message == WM_NOTIFY ||
message == WM_PAINT ) {
// paint code here
}
}

return CFrameWnd::WindowProc(message, wParam, lParam);
}

Above example does not repaint properly.
For example "Scroll event"

When i draw in my program and scroll the window then doesn't repaint.

Please help.

Thanks in advance

dooly

AnswerRe: Webbrowser repaint?? Pin
pba_5-Jul-00 23:35
pba_5-Jul-00 23:35 
GeneralRe: Webbrowser repaint?? Pin
dooly6-Jul-00 16:19
dooly6-Jul-00 16:19 
GeneralRe: Webbrowser repaint?? Pin
pba_6-Jul-00 22:42
pba_6-Jul-00 22:42 
GeneralAutoBld Add-In Pin
GeVanCo5-Jul-00 20:12
GeVanCo5-Jul-00 20:12 
GeneralRe: AutoBld Add-In Pin
Mike Melnikov4-Aug-00 3:37
Mike Melnikov4-Aug-00 3:37 
GeneralSTL Pin
Member 43215-Jul-00 7:52
Member 43215-Jul-00 7:52 
GeneralRe: STL Pin
pba_5-Jul-00 23:39
pba_5-Jul-00 23:39 
Generalimporting default menu items Pin
Ryan Gates5-Jul-00 7:44
Ryan Gates5-Jul-00 7:44 
GeneralRe: importing default menu items Pin
Sam Hobbs5-Jul-00 19:26
Sam Hobbs5-Jul-00 19:26 
GeneralCSliderControl Pin
Member 40325-Jul-00 5:37
Member 40325-Jul-00 5:37 
GeneralRe: CSliderControl Pin
Philip Nicoletti6-Jul-00 9:23
Philip Nicoletti6-Jul-00 9:23 
GeneralWindows Installer Problem... Pin
James R. Twine5-Jul-00 4:50
James R. Twine5-Jul-00 4:50 
GeneralDeveloper studio becomes slow... Pin
Member 13565-Jul-00 4:07
Member 13565-Jul-00 4:07 
GeneralRe: Developer studio becomes slow... Pin
Alvaro Mendez5-Jul-00 4:16
Alvaro Mendez5-Jul-00 4:16 
GeneralRe: Developer studio becomes slow... Pin
Sam Hobbs5-Jul-00 6:59
Sam Hobbs5-Jul-00 6:59 
Questionhow to disable mouse click from web browser control Pin
Muhammad Atif5-Jul-00 4:02
Muhammad Atif5-Jul-00 4:02 
AnswerRe: how to disable mouse click from web browser control Pin
pba_5-Jul-00 23:09
pba_5-Jul-00 23:09 

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.