![]() |
How do I create a docking Html window? |
Post Reply
|
| Author | |
Lucien
Newbie
Joined: 21 May 2004 Location: Canada Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Topic: How do I create a docking Html window?Posted: 16 September 2004 at 4:26pm |
|
How do I declare a CXTHtmlView that is a CXTDockWindow? Thanks for the help |
|
![]() |
|
xred
Groupie
Joined: 24 August 2004 Location: China Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 September 2004 at 10:47pm |
|
There is an example:GUI_VisualStudio7!
|
|
![]() |
|
Lucien
Newbie
Joined: 21 May 2004 Location: Canada Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 September 2004 at 10:42am |
|
Good. I have checked GUI_ViusalStudio7 and I have included from the sample project the following .cpp and .h to my project and it working fine PropertiesBarHelpFrame.cpp and .h PropertiesBarHelpView.cpp and .h In my html preview window .cpp, I have the following to create the view area: ----------------- CPropertiesBarHelpFrame* pHelpFrameWnd; pHelpFrameWnd = (CPropertiesBarHelpFrame*)CreateFrameDocView(RUNTIME_CLASS(C PropertiesBarHelpFrame), RUNTIME_CLASS( CPropertiesBarHelpView ) );SetChild(pHelpFrameWnd); ------------ I have kept the sample name functions to be more clear.
|
|
![]() |
|
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 |