<?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 : Make CXTPControlEdit resize-able and align-able</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Make CXTPControlEdit resize-able and align-able]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 21:51:38 +0000</pubDate>
  <lastBuildDate>Tue, 05 Apr 2011 12:26:51 +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=18142</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[Make CXTPControlEdit resize-able and align-able :    oleg wrote:TrypControlEdi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63722&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63722</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6694">zeiga</a><br /><strong>Subject:</strong> 18142<br /><strong>Posted:</strong> 05 April 2011 at 12:26pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Try&nbsp;<span ="apple-style-span"="" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">pControlEdit-&gt;</span>SetFlags(xtpFlagRightAlign);</td></tr></table><div><br></div><div>Thanks, but it does not work unfortunately.&nbsp;<img src="http://forum.codejock.com/smileys/smiley6.gif" border="0" alt="Unhappy" title="Unhappy" /></div>]]>
   </description>
   <pubDate>Tue, 05 Apr 2011 12:26:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63722&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63722</guid>
  </item> 
  <item>
   <title><![CDATA[Make CXTPControlEdit resize-able and align-able : TrypControlEdit-&amp;gt;SetFlags(xtpFlagRightAlign);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63703&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18142<br /><strong>Posted:</strong> 05 April 2011 at 4:04am<br /><br />Try&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">pControlEdit-&gt;</span>SetFlags(xtpFlagRightAlign);]]>
   </description>
   <pubDate>Tue, 05 Apr 2011 04:04:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63703&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63703</guid>
  </item> 
  <item>
   <title><![CDATA[Make CXTPControlEdit resize-able and align-able : Hi,I created a search bar with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63641&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6694">zeiga</a><br /><strong>Subject:</strong> 18142<br /><strong>Posted:</strong> 30 March 2011 at 2:27pm<br /><br />Hi,<div><br></div><div>I created a search bar with CXTPToolBr which contains a CXTPControlEdit text box. Like the code shown below:</div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">	</span>CXTPToolBar* pToolBarSearch = pCommandBars-&gt;Add(_T("Search"), xtpBarTop);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;ShowExpandButton(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;SetCloseable(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;SetShowGripper(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;EnableDocking(xtpFlagHideWrap);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;EnableCustomization(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;SetButtonSize(CSize(20, 20));</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pToolBarSearch-&gt;ShowTextBelowIcons(FALSE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>CXTPControlEdit *pControlEdit = (CXTPControlEdit*) pToolBarSearch-&gt;GetControls()-&gt;Add(xtpControlEdit, ID_QUICKSEARCH);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>CString strEditHint((LPCTSTR) IDS_SEARCHHINT);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pControlEdit-&gt;SetWidth(m_bUseSmallIcons? SEARCHBAR_SMALLWIDTH : SEARCHBAR_BIGWIDTH);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pControlEdit-&gt;SetStyle(xtpButtonCaption);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pControlEdit-&gt;SetBeginGroup(TRUE);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pControlEdit-&gt;SetCaption(IDS_SEARCH);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pControlEdit-&gt;SetEditHint(strEditHint);</div></div><div><br></div><div>Now I want to make the text box (CXTPControlEdit) resize-able and can be aligned to the right of its parent dialog. Can anyone suggest a way to do it?</div><div><br></div><div>Thanks.</div>]]>
   </description>
   <pubDate>Wed, 30 Mar 2011 14:27:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18142&amp;PID=63641&amp;title=make-cxtpcontroledit-resizeable-and-alignable#63641</guid>
  </item> 
 </channel>
</rss>