CHtmlView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, I have a problem with hiding the vertical and horizontal scroll bars of the CHtmlView in a CFrameWnd or CDialog. How to do it? I did try with this code in CMyHtmlView::PeeCreateWindow function cs.dwExStyle &= ~WS_EX_CLIENTEDGE; cs.dwExStyle &= ~WS_EX_RIGHTSCROLLBAR; cs.style &= ~WS_BORDER; cs.style &= ~WS_VSCROLL; return CHtmlView::PreCreateWindow(cs); but it does not work! Ivan Cachicatari www.latindevelopers.com