<?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 : remove WS_EX_LAYOUTRTL ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : remove WS_EX_LAYOUTRTL ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 03:26:57 +0000</pubDate>
  <lastBuildDate>Sun, 02 Dec 2007 05:27:18 +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=8973</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[remove WS_EX_LAYOUTRTL ? : yes ,also use SetWindowLong and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29096&amp;title=remove-ws-ex-layoutrtl#29096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3451">omid</a><br /><strong>Subject:</strong> 8973<br /><strong>Posted:</strong> 02 December 2007 at 5:27am<br /><br /><P><FONT face="Arial, Helvetica, sans-serif" size=2>yes ,&nbsp;also use <FONT size=2>SetWindowLong and it work .</P><DIV></DIV><DIV></DIV>thanks .</FONT></FONT>]]>
   </description>
   <pubDate>Sun, 02 Dec 2007 05:27:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29096&amp;title=remove-ws-ex-layoutrtl#29096</guid>
  </item> 
  <item>
   <title><![CDATA[remove WS_EX_LAYOUTRTL ? : Hi,  Neveradd WS_EX_LAYOUTRTL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29081&amp;title=remove-ws-ex-layoutrtl#29081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8973<br /><strong>Posted:</strong> 01 December 2007 at 3:00am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Never&nbsp;add WS_EX_LAYOUTRTL for edit control - it doesn't support it.</DIV><DIV>&nbsp;</DIV><DIV>Use these flags : </DIV><DIV>WS_EX_RIGHT | WS_EX_LEFTSCROLLBAR | WS_EX_RTLREADING</DIV>]]>
   </description>
   <pubDate>Sat, 01 Dec 2007 03:00:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29081&amp;title=remove-ws-ex-layoutrtl#29081</guid>
  </item> 
  <item>
   <title><![CDATA[remove WS_EX_LAYOUTRTL ? : Hi . Can anyone help meto remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29074&amp;title=remove-ws-ex-layoutrtl#29074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3451">omid</a><br /><strong>Subject:</strong> 8973<br /><strong>Posted:</strong> 30 November 2007 at 4:38pm<br /><br /><P>Hi .</P><P align=left>Can anyone help me&nbsp;to remove <FONT size=2>WS_EX_LAYOUTRTL from an editcontrol dynamically&nbsp;at runtime?</FONT></P><P align=left><FONT size=2>I have an editcontrol in my&nbsp;mfc dialog from&nbsp; that&nbsp;can&nbsp;change&nbsp;&nbsp;it's layouts &nbsp;to&nbsp; RTL(right to left mirror ) at run time but tired to remove this ExStyle and return it to LTR layout . . .<img src="http://forums.microsoft.com/MSDN/WebResourced=NySzF1eivP_rMoc50GQJzcvS4MHMOEKwYrCIgDtzuzlw7GsNki3H_INlfYaLgkxFL0PPoa0rCDFqtyG35ZPaHQ2&ampt=633263991144971555" border="0"></FONT></P><P align=left><FONT size=2></FONT>&nbsp;</P><P align=left><FONT size=2>here is the code :</FONT></P><P align=left><FONT size=2></FONT>&nbsp;</P><FONT size=2><FONT size=2><FONT color=#0000ff size=2><P>if</FONT><FONT size=2>(isRTL)</P><P>{</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>GetDlgItem(IDC_ENFA_TEXT)-&gt;ModifyStyleEx(0,WS_EX_LAYOUTRTL);</P><P>GetDlgItem(IDC_ENFA_TEXT)-&gt;SetFocus();</P></BLOCKQUOTE><P>}</P><P></FONT><FONT color=#0000ff size=2>else</P></FONT><FONT size=2><P>{</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>&nbsp;</P><P>GetDlgItem(IDC_ENFA_TEXT)-&gt;ModifyStyleEx(WS_EX_LAYOUTRTL,0); </P><P align=left><FONT color=#339966>//<FONT size=2>GetDlgItem(IDC_ENFA_TEXT)-&gt;ModifyStyleEx(WS_EX_LAYOUTRTL,0,SWP_FRAMECHANGED); </P></FONT></FONT><P><FONT color=#339966>//RedrawWindow(NULL,NULL,RDW_INVALIDATE | RDW_UPDATENOW |RDW_ERASE|RDW_ALLCHILDREN);</FONT></P><P>GetDlgItem(IDC_ENFA_TEXT)-&gt;SetFocus();</P></BLOCKQUOTE><P>}</P><FONT size=2><P>UpdateWindow();</P></FONT></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Fri, 30 Nov 2007 16:38:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8973&amp;PID=29074&amp;title=remove-ws-ex-layoutrtl#29074</guid>
  </item> 
 </channel>
</rss>