<?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 : FormExtender Feature Requests</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : FormExtender Feature Requests]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:52:19 +0000</pubDate>
  <lastBuildDate>Sun, 08 May 2011 09:36:33 +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=13008</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[FormExtender Feature Requests :   jpbro wrote:Okay, I spent a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=64260&amp;title=formextender-feature-requests#64260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 08 May 2011 at 9:36am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jpbro" alt="Originally posted by jpbro" style="vertical-align: text-bottom;" /> <strong>jpbro wrote:</strong><br /><br /><FONT color=#666666>Okay, I spent a couple of hours to get some of the functionality I've been looking for...It would be great if similar code could be added to the FormExtender to reduce the number of dependencies I require, and because the features should be of general use. I've created a control with the following events:<BR><BR>1) <B>AppGotFocus, AppLostFocus </B>(fired when the entire application gets focus from another application or loses focus to another application)<BR></FONT><FONT color=#ff0000>2) <B>BeginUserMove</B> - fired when the user is about to begin moving the form (e.g. mouse down on title bar).<BR></FONT><FONT color=#666666>3) <B>BeforeUserMove</B> - fired before the new position of a form is drawn on-screen, so you can change the position or cancel the movement. Useful for preventing a form from being moved off-screen (for example)<BR>4) <B>UserMove</B> - fired after a change of form position has been drawn on-screen (useful for moving other forms with a form). Doesn't fire when using the Move method, or Left, Right, Top, Bottom properties in code.<BR>5) <B>EndUserMove</B> - fired when the user has stopped moving the form.<BR>6) <B>BeginUserResize</B> - fired when the user is about to begin resizing the form.<BR>7) <B>EndUserResize </B>- fired when the user has stopped resizing the form.<BR>8) <B>BeforeUserMinimize</B> - fired when the user clicks the minimize button, but before completing the minimization (can be cancelled). Useful for minimizing to the tray instead of the taskbar. Doesn't fire when setting WindowState in code.<BR>9) <B>BeforeUserMaximize</B> - fired when the user clicks the maximize button, but before completing the maximization (can be cancelled). Not sure if this has much of a use since you can disable the maximize button. Doesn't fire when setting WindowState in code.<BR>10) <B>BeforeUserRestore</B> - fired when the user clicks the restore button, but before completing the restoration (can be cancelled). Not sure if this has much of a use. Doesn't fire when setting WindowState in code.<BR>11) <B>FirstActivate</B> - fired the first time a form is activated, and never again. Useful for getting rid of ugly Static variable dependent code in the regular Form_Activate event.<BR>12) <B>BeforeShowSystemMenu </B>- fired before the system menu is shown (can be cancelled to not show the menu). This was a request of Aaron's. You can also modify the menu items in this event.<BR><BR>I know you can't use the VB6 code directly for the FormExtender code, but it could be useful for study purposes. You will need to register the SL5Subclass.dll to use the demo, otherwise you can just look at the source code for ideas.<BR></FONT><a href="uploads/20090104_180817_SizeMove.zip" target="_blank"></A></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hi Oleg,</DIV><DIV>&nbsp;</DIV><DIV>Please, please, please add red marked request into next version <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" />&nbsp;I would be very pleased if you are going to implement it. Of course it would be&nbsp;wonderfull if you would add them all... </DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot in advance&nbsp;&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 08 May 2011 09:36:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=64260&amp;title=formextender-feature-requests#64260</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : My preliminary research seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=62080&amp;title=formextender-feature-requests#62080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 04 January 2011 at 11:30pm<br /><br />My preliminary research seems to indicate that it is either impossible or at least very difficult to change the tooltip for the built-in form controls. <br><br>However, if you are using the Ribbon (and possibly even for the SkinFramework), then it is possible that CJ is drawing their own form controls, and they may have control over the tooltip that is displayed. So maybe some from CJ can answer whether or not it is possible to have properties exposed for tooltip elements?<br>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 23:30:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=62080&amp;title=formextender-feature-requests#62080</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : Hi,  I would like to add another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=62049&amp;title=formextender-feature-requests#62049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 03 January 2011 at 1:49am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I would like to add another one to your list... What I would like to accomplish is,&nbsp;changing&nbsp;tooltips of Close, Max. &amp; Min. in the titlebar. I didn't succeed (yet) in finding solution and maybe you guys have an idea to do so. Any help would be greatly appreciated <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot in advance</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 03 Jan 2011 01:49:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=62049&amp;title=formextender-feature-requests#62049</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : But the hard work has been done...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44730&amp;title=formextender-feature-requests#44730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 20 January 2009 at 11:30am<br /><br />But the hard work has been done Oleg! <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br><br>Just kidding, I understand. Thanks for the update though.<br>]]>
   </description>
   <pubDate>Tue, 20 Jan 2009 11:30:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44730&amp;title=formextender-feature-requests#44730</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : Sorry I not sure now. There a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44456&amp;title=formextender-feature-requests#44456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 12 January 2009 at 1:14am<br /><br />Sorry I not sure now. There a lot of more priority work :-(]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 01:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44456&amp;title=formextender-feature-requests#44456</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : So how about it Oleg? Any chance...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44423&amp;title=formextender-feature-requests#44423</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 10 January 2009 at 10:19am<br /><br />So how about it Oleg? Any chance of these features being implemented in the next release?<br><br>]]>
   </description>
   <pubDate>Sat, 10 Jan 2009 10:19:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44423&amp;title=formextender-feature-requests#44423</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : Hi Aaron,Thanks, and happy new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44157&amp;title=formextender-feature-requests#44157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 05 January 2009 at 1:44pm<br /><br />Hi Aaron,<br><br>Thanks, and happy new year to you! <br><br>I guess we'll just have to wait and see if any of these get implemented. The WndProc isn't too compicated, so we'll keep our fingers crossed that CJ can stick similar code into the FormExtender source...<br>]]>
   </description>
   <pubDate>Mon, 05 Jan 2009 13:44:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44157&amp;title=formextender-feature-requests#44157</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : HiJason,  First of all, Best...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44125&amp;title=formextender-feature-requests#44125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 05 January 2009 at 6:13am<br /><br />Hi&nbsp;Jason,<DIV>&nbsp;</DIV><DIV>First of all, Best wishes for 2009 <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>You have been a busy bee during the holidays, that's for sure <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;If this could be implemented in FormExtender control, this control would be getting a few <img src="https://forum.codejock.com/smileys/smiley10.gif" border="0"><img src="https://forum.codejock.com/smileys/smiley10.gif" border="0">&nbsp;extra hehehe.&nbsp;This would&nbsp;really upgrade the standard form&nbsp;to a higher level :)</DIV><DIV>&nbsp;</DIV><DIV>Thanks&nbsp;a lot</DIV><DIV>&nbsp;&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 05 Jan 2009 06:13:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44125&amp;title=formextender-feature-requests#44125</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests : Updated source code for better...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44095&amp;title=formextender-feature-requests#44095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 04 January 2009 at 10:50pm<br /><br />Updated source code for better behaviour in edge cases (some Windows message weirdness). Also added PreventSystemMenu and CloseOnControlBoxDblClick properties.<br><br><a href="uploads/20090104_225010_SizeMove.zip" target="_blank">uploads/20090104_225010_SizeMove.zip</a><br>]]>
   </description>
   <pubDate>Sun, 04 Jan 2009 22:50:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44095&amp;title=formextender-feature-requests#44095</guid>
  </item> 
  <item>
   <title><![CDATA[FormExtender Feature Requests :  Okay, I spent a couple of hours...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44092&amp;title=formextender-feature-requests#44092</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13008<br /><strong>Posted:</strong> 04 January 2009 at 6:08pm<br /><br />Okay, I spent a couple of hours to get some of the functionality I'vebeen looking for...It would be great if similar code could be added tothe FormExtender to reduce the number of dependencies I require, andbecause the features should be of general use. I've created a controlwith the following events:<br><br>1) <b>AppGotFocus, AppLostFocus </b>(fired when the entire application gets focus from another application or loses focus to another application)<br>2) <b>BeginUserMove</b> - fired when the user is about to begin moving the form (e.g. mouse down on title bar).<br>3) <b>BeforeUserMove</b> - fired before the new position of a form isdrawn on-screen, so you can change the position or cancel the movement.Useful for preventing a form from being moved off-screen (for example)<br>4) <b>UserMove</b> - fired after a change of form position has beendrawn on-screen (useful for moving other forms with a form). Doesn'tfire when using the Move method, or Left, Right, Top, Bottom propertiesin code.<br>5) <b>EndUserMove</b> - fired when the user has stopped moving the form.<br>6) <b>BeginUserResize</b> - fired when the user is about to begin resizing the form.<br>7) <b>EndUserResize </b>- fired when the user has stopped resizing the form.<br>8) <b>BeforeUserMinimize</b> - fired when the user clicks the minimizebutton, but before completing the minimization (can be cancelled).Useful for minimizing to the tray instead of the taskbar. Doesn't fire when setting WindowState in code.<br>9) <b>BeforeUserMaximize</b> - fired when the user clicks the maximizebutton, but before completing the maximization (can be cancelled). Notsure if this has much of a use since you can disable the maximizebutton. Doesn't fire when setting WindowState in code.<br>10) <b>BeforeUserRestore</b> - fired when the user clicks the restorebutton, but before completing the restoration (can be cancelled). Notsure if this has much of a use. Doesn't fire when setting WindowState in code.<br>11) <b>FirstActivate</b> - fired the first time a form is activated,and never again. Useful for getting rid of ugly Static variabledependent code in the regular Form_Activate event.<br>12) <b>BeforeShowSystemMenu </b>- fired before the system menu is shown(can be cancelled to not show the menu). This was a request of Aaron's.You can also modify the menu items in this event.<br><br>I know you can't use the VB6 code directly for the FormExtender code,but it could be useful for study purposes. You will need to registerthe SL5Subclass.dll to use the demo, otherwise you can just look at thesource code for ideas.<br><a href="uploads/20090104_180817_SizeMove.zip" target="_blank"></a>]]>
   </description>
   <pubDate>Sun, 04 Jan 2009 18:08:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13008&amp;PID=44092&amp;title=formextender-feature-requests#44092</guid>
  </item> 
 </channel>
</rss>