<?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 : Problems with modal forms</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problems with modal forms]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 04:39:43 +0000</pubDate>
  <lastBuildDate>Thu, 07 Aug 2008 06:18:50 +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=8565</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[Problems with modal forms : Hi,  One more issue on the similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=39558&amp;title=problems-with-modal-forms#39558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4314">satyakvv</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 07 August 2008 at 6:18am<br /><br />Hi, <DIV>One more issue on the similar lines. Using the&nbsp;disabled property, we could stop the commandbars execute method. But, in this case, if the user pressed Alt+F4, windows responds to this event and closes the application even though the modal form is still on. But, the exe remains in the Task Manager. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 07 Aug 2008 06:18:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=39558&amp;title=problems-with-modal-forms#39558</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with modal forms : Hi, I sure it was fixed after...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=37936&amp;title=problems-with-modal-forms#37936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 08 July 2008 at 6:29am<br /><br /><P>Hi,</P><DIV>I sure it was fixed after 10.4 release.</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 06:29:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=37936&amp;title=problems-with-modal-forms#37936</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with modal forms : Hi, Is there a fix available...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=37905&amp;title=problems-with-modal-forms#37905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4314">satyakvv</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 07 July 2008 at 11:50am<br /><br /><P>Hi,</P><P>Is there a fix available from CodeJock for this issue ? I do not find this issue mentioned in the release notes. Please specifiy which version.</P><DIV>Meanwhile, we tested with 11.2.1 CommandBars. We also use SkinFrameWork 11.2.1 in the same module.&nbsp; </DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 11:50:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=37905&amp;title=problems-with-modal-forms#37905</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with modal forms : Thanks! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27842&amp;title=problems-with-modal-forms#27842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2405">rkaupins</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 29 October 2007 at 8:40pm<br /><br />Thanks!]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 20:40:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27842&amp;title=problems-with-modal-forms#27842</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with modal forms : Thanks, you are right.  Easy...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27783&amp;title=problems-with-modal-forms#27783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 29 October 2007 at 2:50am<br /><br />Thanks, you are right.<DIV>&nbsp;</DIV><DIV>Easy solution is in Execute method check WS_DISABLED style of form.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long</DIV><DIV>#define GWL_STYLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (-16)<BR>#define WS_DISABLED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x08000000</DIV><DIV>&nbsp;</DIV><DIV>we will change it in our sources.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 02:50:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27783&amp;title=problems-with-modal-forms#27783</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with modal forms : We&amp;#039;re using the CodeJock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27771&amp;title=problems-with-modal-forms#27771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2405">rkaupins</a><br /><strong>Subject:</strong> 8565<br /><strong>Posted:</strong> 29 October 2007 at 1:58am<br /><br /><DIV>We're using the CodeJock Command Bar version 10.4.1 with VB6.</DIV><DIV>&nbsp;</DIV><DIV>We've found that if a form is show modally from another form with a Command Bar, the parent form can be selected from the Windows Taskbar and accelarators on the parent form can be run from the keyboard.</DIV><DIV>&nbsp;</DIV><DIV>For example, say i have Form1 with a Command Bar. I then show Form2 modally from Form1. I can then select Form1 from the Windows Taskbar and hit F2 (an accelerator we've set on the command bar) which then shows another modal form. </DIV><DIV>&nbsp;</DIV><DIV>This causes problems with our application as we don't expect the user to be able to execute other events when a form is displayed modally.</DIV><DIV>&nbsp;</DIV><DIV>Is there a way to stop this from happening?</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 01:58:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8565&amp;PID=27771&amp;title=problems-with-modal-forms#27771</guid>
  </item> 
 </channel>
</rss>