Hi Developer. I have two questions. First... I want to get scrollbar handle to the Webbrowser. But i have not any method. Anybody knows that?. Second... I develop webbrowser using CHtmlView. I want to change cursor in my browser and change the mousemove event. But It is not correct solution. Because the cursor is flickering. Thanks in advance. dooly
dooly
Posts
-
Two questions(webbrowser) -
Two question(webbrowser)Hi Developer. I have two questions. First... I want to get scrollbar handle to the Webbrowser. But i have not any method. Anybody knows that?. Second... I develop webbrowser using CHtmlView. I want to change cursor in my browser and change the mousemove event. But It is not correct solution. Because the cursor is flickering. Thanks in advance. dooly
-
Webbrowser repaintThank you for your reply.
-
Webbrowser repaintThank you for your reply.
-
Webbrowser repaintI developing a webbrowser using CHtmlView. But this browser is not repaint properly. That is, i want to use CView::Invalidate() for browser repaint. But this function is not work. Anybody have sample code. Thanks in advance. dooly
-
Webbrowser repaintI developing a webbrowser using CHtmlView. But this browser is not repaint properly. That is, i want to use CView::Invalidate() for browser repaint. But this function is not work. Anybody have sample code. Thanks in advance. dooly
-
Webbrowser repaint??Hi Thanks for your reply. But i don't know how connect to the event. Have you some sample code? Or Have you method to catch scrollbar event? Thanks in advance again. dooly
-
Webbrowser repaint??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
-
Webbrowser scrollingHi Thank you for your reply. This is great information for me. Thnaks again from dooly
-
Webbrowser scrollingDear Developer I'm developing webbrowser using CHtmlView. And i want to control browser's scroll bar in my application. But this works are very hard for me. Please help. Is there any sample code? Thanks dooly