![]() |
UpdateContents need to be Virtual |
Post Reply
|
| Author | |
andre
Groupie
Joined: 09 March 2005 Status: Offline Points: 27 |
Post Options
Thanks(0)
Quote Reply
Topic: UpdateContents need to be VirtualPosted: 19 May 2005 at 9:38am |
|
Hi, I need a html view as a background of my app, since i'm using CXTPCTabClient, html view needs to be a child of this client, but the problem is that CXTPTabClient assumes that all child windows ( visible ) are workspace windows( tabbed ) This is not what I want, I want a HTML view to be someting like the FillBackground feature. To do it, I had to change UpdateContents function and compile the Lib again. void CXTPTabClientWnd::UpdateContents() <...> if((pChildWnd->GetStyle()&WS_VISIBLE) == WS_VISIBLE) if ( pFoundItem ) { pFoundItem->m_hWnd = pChildWnd->GetSafeHwnd(); pFrameWnd->SendMessage(WM_X TP_NEWTABITEM, (WPARAM)pNewItem); } <...> } But may be there is another way to do this. Thank You.
|
|
![]() |
|
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 |