<?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 : &#070;orm Disable If Show Modals</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : &#070;orm Disable If Show Modals]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:07:19 +0000</pubDate>
  <lastBuildDate>Fri, 24 Oct 2008 06:13:09 +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=12086</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[&#070;orm Disable If Show Modals : Yes, thats correct. But only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=42307&amp;title=form-disable-if-show-modals#42307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 12086<br /><strong>Posted:</strong> 24 October 2008 at 6:13am<br /><br />Yes, thats correct.<DIV>But only the mainform is visible in the tasklist, not the dialogforms.</DIV><DIV>And it's not "state of the art" to hide the application if i show a dialog.</DIV><DIV>Also, if the application is hidden from taskmanager (alt+tab) you can't switch back to your application if the dialog is hidden from an other application.</DIV>]]>
   </description>
   <pubDate>Fri, 24 Oct 2008 06:13:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=42307&amp;title=form-disable-if-show-modals#42307</guid>
  </item> 
  <item>
   <title><![CDATA[&#070;orm Disable If Show Modals :   Baldur wrote: @aaron Your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=42283&amp;title=form-disable-if-show-modals#42283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3253">Mr.Den</a><br /><strong>Subject:</strong> 12086<br /><strong>Posted:</strong> 23 October 2008 at 8:20pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Baldur" alt="Originally posted by Baldur" style="vertical-align: text-bottom;" /> <strong>Baldur wrote:</strong><br /><br />&nbsp;<DIV>@aaron</DIV><DIV>Your solution is not so good, because if i need to show a modal form to prevent input in the underlying form, i must show the form as modal.</DIV><DIV>But the picturebox does it.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>You can show your form non modal, and&nbsp;hide the calling form:&nbsp;underlyingform.visible = False </DIV><DIV>&nbsp;</DIV><DIV>Then underlyingform.visible = True when you unload the visible form.</DIV><DIV>&nbsp;</DIV><DIV>Sure way to stop user input <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 20:20:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=42283&amp;title=form-disable-if-show-modals#42283</guid>
  </item> 
  <item>
   <title><![CDATA[&#070;orm Disable If Show Modals : This is, because VB can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=41079&amp;title=form-disable-if-show-modals#41079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 12086<br /><strong>Posted:</strong> 17 September 2008 at 2:59am<br /><br />This is, because VB can't show non-modal forms over modal forms. <DIV></DIV>But popup's are shown as non-modal. <DIV>&nbsp;</DIV><DIV>Put all controls you need in the popup-form into a picturebox and assign this picturebox as popup.</DIV><DIV>&nbsp;</DIV><DIV>@aaron</DIV><DIV>Your solution is not so good, because if i need to show a modal form to prevent input in the underlying form, i must show the form as modal.</DIV><DIV>But the picturebox does it.</DIV>]]>
   </description>
   <pubDate>Wed, 17 Sep 2008 02:59:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=41079&amp;title=form-disable-if-show-modals#41079</guid>
  </item> 
  <item>
   <title><![CDATA[&#070;orm Disable If Show Modals : Hi,   Call Form2.Show 0,Form1  If...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=40904&amp;title=form-disable-if-show-modals#40904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 12086<br /><strong>Posted:</strong> 10 September 2008 at 11:38am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Call Form2.Show 0,Form1</DIV><DIV>&nbsp;</DIV><DIV>If your issue is solved, please add&nbsp;SOLVED in your Topic description&nbsp;and have a look at post <a href="http://forum.codejock.com/forum_posts.asp?TID=11225" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=11225</A><BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Sep 2008 11:38:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=40904&amp;title=form-disable-if-show-modals#40904</guid>
  </item> 
  <item>
   <title><![CDATA[&#070;orm Disable If Show Modals :  if I compiled my project..(*.exe)I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=40738&amp;title=form-disable-if-show-modals#40738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4509">zona84</a><br /><strong>Subject:</strong> 12086<br /><strong>Posted:</strong> 05 September 2008 at 1:23pm<br /><br />if I compiled my project..(*.exe)<br>I can't show popup form with button in reportcontrol...??<br><br>help me..<br><br>example:<br><br><a href="http://www.4shared.com/file/61847008/bb3d1460/Source.html?dirPwdVerified=317a9385" target="_blank">http://www.4shared.com/file/61847008/bb3d1460/Source.html?dirPwdVerified=317a9385</a>]]>
   </description>
   <pubDate>Fri, 05 Sep 2008 13:23:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12086&amp;PID=40738&amp;title=form-disable-if-show-modals#40738</guid>
  </item> 
 </channel>
</rss>