<?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 : Textbox right click (Solved)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Textbox right click (Solved)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 07:35:52 +0000</pubDate>
  <lastBuildDate>Sun, 01 Feb 2009 10:07:55 +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=13253</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[Textbox right click (Solved) : I have the issue solved. Setting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13253&amp;PID=45045&amp;title=textbox-right-click-solved#45045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 13253<br /><strong>Posted:</strong> 01 February 2009 at 10:07am<br /><br />I have the issue solved.&nbsp;&nbsp; Setting the FlatEdit.Enabled to False the standard menu will not be displayed<DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>Example:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Button = vbRightButton Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Avoid the 'disabled' gray text by locking updates<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LockWindowUpdate FlatEdit1.hWnd</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' A disabled TextBox will not display a context menu<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FlatEdit1.Enabled = False</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Give the previous line time to complete<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DoEvents</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Display our own context menu<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PopupMenu mnuPopup</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Enable the control again<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FlatEdit1.Enabled = True</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Unlock updates<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LockWindowUpdate 0&amp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR></pre></td></tr></table></DIV>]]>
   </description>
   <pubDate>Sun, 01 Feb 2009 10:07:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13253&amp;PID=45045&amp;title=textbox-right-click-solved#45045</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox right click (Solved) : I would like to be able to disable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13253&amp;PID=44868&amp;title=textbox-right-click-solved#44868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 13253<br /><strong>Posted:</strong> 25 January 2009 at 2:10pm<br /><br />I would like to be able to disable the right click menu popup on the flat edit control.&nbsp;&nbsp; I need to use my own pop up menu on right click but Code Jocks menu pops up.&nbsp;&nbsp; How can I stop/disable Code Jocks right click menu on a text box? ]]>
   </description>
   <pubDate>Sun, 25 Jan 2009 14:10:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13253&amp;PID=44868&amp;title=textbox-right-click-solved#44868</guid>
  </item> 
 </channel>
</rss>