<?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 : Usage of BS_XT_SEMIFLAT in CFileDialog?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Usage of BS_XT_SEMIFLAT in CFileDialog?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 19 May 2026 04:27:42 +0000</pubDate>
  <lastBuildDate>Sun, 19 Oct 2003 03:21:47 +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=180</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[Usage of BS_XT_SEMIFLAT in CFileDialog? :  1. Create CFileDialogEx inherited...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=180&amp;PID=367&amp;title=usage-of-bs-xt-semiflat-in-cfiledialog#367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 180<br /><strong>Posted:</strong> 19 October 2003 at 3:21am<br /><br /><P>&nbsp;</P><P><FONT color=#000000>1. Create CFileDialogEx inherited from CFileDialog</FONT></P><FONT color=#0000ff><P><FONT color=#000000>2.Add WM_INITDIALOG handler:</FONT></P><FONT color=#0000ff><P><FONT size=1>BOOL</FONT></FONT><FONT size=1><FONT color=#000000> </FONT><FONT color=#0000ff>CFileDialogEx</FONT><FONT color=#000000>::</FONT><FONT color=#880000>OnInitDialog</FONT><FONT color=#000000>() </FONT></FONT></P><P><FONT size=1>{</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=1><FONT color=#0000ff>CFileDialog</FONT>::<FONT color=#880000>OnInitDialog</FONT>();</FONT></P><P><FONT size=1></FONT></P><P><FONT size=1><FONT color=#808080>m_wndDialog</FONT>.<FONT color=#a000a0>SubclassWindow</FONT>(<FONT color=#880000>GetParent</FONT>()-&gt;<FONT color=#808080>m_hWnd</FONT>);</FONT></P><P><FONT size=1></FONT></P><P><FONT size=1><FONT color=#808080>m_wndOk</FONT>.<FONT color=#880000>SubclassDlgItem</FONT>(<FONT color=#a000a0>IDOK</FONT>, &amp;<FONT color=#808080>m_wndDialog</FONT>);</FONT></P><P><FONT size=1><FONT color=#808080>m_wndOk</FONT>.<FONT color=#880000>SetXButtonStyle</FONT>(<FONT color=#808080>BS_XT_SEMIFLAT</FONT>);</FONT></P><P><FONT size=1></FONT></P><P><FONT size=1><FONT color=#808080>m_wndCancel</FONT>.<FONT color=#880000>SubclassDlgItem</FONT>(<FONT color=#a000a0>IDCANCEL</FONT>, &amp;<FONT color=#808080>m_wndDialog</FONT>);</FONT></P><P><FONT size=1><FONT color=#808080>m_wndCancel</FONT>.<FONT color=#880000>SetXButtonStyle</FONT>(<FONT color=#808080>BS_XT_SEMIFLAT</FONT>);</FONT></P><P><FONT size=1></FONT></P><P><FONT size=1></FONT></P><P><FONT size=1><FONT color=#0000ff>return</FONT> <FONT color=#a000a0>TRUE</FONT>; </FONT></P></BLOCKQUOTE><P dir=ltr><FONT size=1>}</FONT></P><P dir=ltr>&nbsp;</P><P dir=ltr><FONT color=#000000>3. Add members to the header</FONT></P><P dir=ltr>&nbsp;</P><P><FONT color=#0000ff>CXTButton</FONT> <FONT color=#808080>m_wndOk</FONT>;</P><P><FONT color=#0000ff>CXTButton</FONT> <FONT color=#808080>m_wndCancel</FONT>;</P><P><FONT color=#0000ff>CWnd</FONT> <FONT color=#808080>m_wndDialog</FONT>;</P></FONT><span style="font-size:10px"><br /><br />Edited by oleg</span>]]>
   </description>
   <pubDate>Sun, 19 Oct 2003 03:21:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=180&amp;PID=367&amp;title=usage-of-bs-xt-semiflat-in-cfiledialog#367</guid>
  </item> 
  <item>
   <title><![CDATA[Usage of BS_XT_SEMIFLAT in CFileDialog? : Hi,   I&amp;#039;m using codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=180&amp;PID=366&amp;title=usage-of-bs-xt-semiflat-in-cfiledialog#366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=199">sureshalways</a><br /><strong>Subject:</strong> 180<br /><strong>Posted:</strong> 18 October 2003 at 2:25am<br /><br /><P>Hi, </P><P>&nbsp;&nbsp; I'm using codejock software&nbsp;for giving more enhancement to the user.&nbsp; I'm using CXTButton style for all the Buttons instead of CButton.&nbsp; I'm using BS_XT_SEMIFLAT style for all buttons.&nbsp; Now I'm facing a problem in CFileDialog.&nbsp; In Open/Save As CFileDialog having Open/Save and Close Button, how do I&nbsp;change the buttons style using CXTButton?</P><P>&nbsp;</P><P>Any idea please <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>&nbsp;</P><P>Suresh</P>]]>
   </description>
   <pubDate>Sat, 18 Oct 2003 02:25:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=180&amp;PID=366&amp;title=usage-of-bs-xt-semiflat-in-cfiledialog#366</guid>
  </item> 
 </channel>
</rss>