Print Page | Close Window

How do I create a docking Html window?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1183
Printed Date: 06 November 2025 at 4:25pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How do I create a docking Html window?
Posted By: Lucien
Subject: How do I create a docking Html window?
Date Posted: 16 September 2004 at 4:26pm

How do I declare a CXTHtmlView that is a CXTDockWindow?

Thanks for the help




Replies:
Posted By: xred
Date Posted: 17 September 2004 at 10:47pm

There is an example:GUI_VisualStudio7!

 



Posted By: Lucien
Date 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.

 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net