<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Wizard dialog class?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Wizard dialog class?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 23:49:47 +0000</pubDate>
  <lastBuildDate>Tue, 09 Sep 2014 16:03:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11516</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Wizard dialog class? : Is there support for this now?  Toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=72757&amp;title=wizard-dialog-class#72757</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5359">link</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 09 September 2014 at 4:03pm<br /><br />Is there support for this now?<DIV>&nbsp;</DIV><DIV>Toolkit Pro 15.2.1</DIV><DIV>XP</DIV><DIV>C++ in VS2008</DIV>]]>
   </description>
   <pubDate>Tue, 09 Sep 2014 16:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=72757&amp;title=wizard-dialog-class#72757</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? : Is there any better way of doing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=64964&amp;title=wizard-dialog-class#64964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6849">snidelys4</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 20 June 2011 at 8:48am<br /><br /><P>Is there any better way of doing this now? Any sample?</P>]]>
   </description>
   <pubDate>Mon, 20 Jun 2011 08:48:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=64964&amp;title=wizard-dialog-class#64964</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? : Okay, fair enough. The reason...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41112&amp;title=wizard-dialog-class#41112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4529">DLewanda</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 17 September 2008 at 5:32pm<br /><br />Okay, fair enough.&nbsp; The reason I was pursuing this was to be able to leverage the resizability of the CXTPPropertyPage to avoid having to maintain that all the pages are fixed to the same size.&nbsp; I don't believe I can use the CXTPPropertyPage without putting it in a CXTPPropertySheet.&nbsp; Is this correct?&nbsp; Is the easiest solution to accomplish the resizing question just to have my CPropertyPage derivative inherit from XTResize directly?&nbsp; If so, does my CPropertySheet derivative need to do the same?&nbsp; Or is there another way to leverage the resize feature?]]>
   </description>
   <pubDate>Wed, 17 Sep 2008 17:32:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41112&amp;title=wizard-dialog-class#41112</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? : CXTPPropertySheet can&amp;#039;t work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41070&amp;title=wizard-dialog-class#41070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 17 September 2008 at 2:09am<br /><br />CXTPPropertySheet can't work with Wizard Mode. Use standard CPropertySheet.]]>
   </description>
   <pubDate>Wed, 17 Sep 2008 02:09:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41070&amp;title=wizard-dialog-class#41070</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? :  I was looking to convert a class...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41062&amp;title=wizard-dialog-class#41062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4529">DLewanda</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 16 September 2008 at 3:24pm<br /><br />I was looking to convert a class derived from CPropertySheet that is used in a wizard to instead be derived from CXTPPropertySheet.&nbsp; Upon doing so, however, I noticed that CXTPPropetySheet derives from CDialog, not CPropertySheet as I expected.&nbsp; This would be okay except that CPropertySheet provides a function SetWizardButtons for enabling and disabling the BACK and NEXT buttons.&nbsp; How would I do this if I derive from CXTPPropertySheet?]]>
   </description>
   <pubDate>Tue, 16 Sep 2008 15:24:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=41062&amp;title=wizard-dialog-class#41062</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? : Hello,  We don&amp;#039;t have wizard...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=38630&amp;title=wizard-dialog-class#38630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 21 July 2008 at 11:53am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>We don't have wizard class. think standard CPropertySheet + Wizard mode can do most of work.</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 11:53:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=38630&amp;title=wizard-dialog-class#38630</guid>
  </item> 
  <item>
   <title><![CDATA[Wizard dialog class? : Is there any sort of wizard dialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=38627&amp;title=wizard-dialog-class#38627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2435">ibmldev</a><br /><strong>Subject:</strong> 11516<br /><strong>Posted:</strong> 21 July 2008 at 11:18am<br /><br />Is there any sort of wizard dialog class in ToolkitPro? I am making a wizard application that will guide the user through various steps, with "Next" and "Back" buttons, etc. Has Codejock made such a class already?<br><br>I have written wizards by hand before, but it would be nice to have a neat class to base this on.<br><br>I saw a post in this forum about making the tab control "hideable", so you could effectively tab between pages but hide the actual tabs, so the effect is much like a wizard. Was that implemented (I have 12.0.0) already? If so, can you furnish a small example on adding tabs and hiding the control?<br>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 11:18:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11516&amp;PID=38627&amp;title=wizard-dialog-class#38627</guid>
  </item> 
 </channel>
</rss>