DockingPane with CHtmlView |
Post Reply |
Author | |
HendSameer
Newbie Joined: 01 April 2008 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 22 April 2010 at 4:49am |
Hello, I use a MDI application with view of type CHtmlView. Using a docking pane with a CTree object. On handling the message of TVN_SELCHANGED the content of the view is changed.
The problem is:
when the docking pane is used in auto hide state and changing the selection of the tree, the content of the view is changed correctly actually the view is redrawed but the part of the pane that overlaped with the view disappeared.
I tried to redraw the pane using RedrawWindow() with no effect.
thanx,
|
|
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
|
Hi;
Try to set WS_CLIPSIBLINGS|WS_CLIPCHILDREN to the HTML view and its parents. |
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |