<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VB programmin / forms in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304604#M4841</link>
    <description>unload formname&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jun 2004 14:30:14 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2004-06-14T14:30:14Z</dc:date>
    <item>
      <title>VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304602#M4839</link>
      <description>I've been given some MS Visual Basic code for a sinple program which uses only one form.  It displays some information on the screen briefly, then the program ends.&lt;BR /&gt;&lt;BR /&gt;However, whenever the program ends, there is always a single process left behind.&lt;BR /&gt;&lt;BR /&gt;I've been told it's probably because the form was not properly closed.&lt;BR /&gt;&lt;BR /&gt;Can someone give me the syntax for this command to close the form just before the program ends?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 14:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304602#M4839</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2004-06-14T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304603#M4840</link>
      <description>Ahhh, mmm.&lt;BR /&gt;&lt;BR /&gt;  close formname&lt;BR /&gt;&lt;BR /&gt;Is that it?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 14:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304603#M4840</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2004-06-14T14:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304604#M4841</link>
      <description>unload formname&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 14:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304604#M4841</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2004-06-14T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304605#M4842</link>
      <description>if u use "END" command in your program it should close all the forms and should remove the form also..&lt;BR /&gt;&lt;BR /&gt;what is the process that is left behind??&lt;BR /&gt;&lt;BR /&gt;Ganesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 14:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304605#M4842</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-06-14T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304606#M4843</link>
      <description>for unloading your form u can use this ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vb-helper.com/howto_unload_form.html" target="_blank"&gt;http://www.vb-helper.com/howto_unload_form.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Mon, 14 Jun 2004 14:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304606#M4843</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-06-14T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304607#M4844</link>
      <description>Thanks Ganesh, the link you provided is very good.  The process that's left behind is just the name of the form, I forget what it is exactly (don't have the code in front of me).&lt;BR /&gt;&lt;BR /&gt;Also regarding use of the 'end' statement as mentioned above, I read someplace that 'end' can be dangerous as it ends things too abruptly, not cleaning up memory etc. on the way out.  Not sure if that's true.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 14:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304607#M4844</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2004-06-14T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304608#M4845</link>
      <description>yes end will not clean up the memory proper.. since u told as a simple program and new to VB.. most of them use END.. i thought u also used the same..&lt;BR /&gt;&lt;BR /&gt;for info about end statement check this out..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mvps.org/vbvision/visual_basic_tips.htm" target="_blank"&gt;http://www.mvps.org/vbvision/visual_basic_tips.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Mon, 14 Jun 2004 16:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304608#M4845</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-06-14T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304609#M4846</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;  Since vb Form is a object, some times just unloading it is not enough ,&lt;BR /&gt;&lt;BR /&gt;after unloading it Use following command &lt;BR /&gt;&lt;BR /&gt;Set &lt;FORM name=""&gt; = Nothing , it will remove the it form the memory&lt;BR /&gt;&lt;BR /&gt;Well you can browse site &lt;BR /&gt;&lt;A href="http://www.vb-faq.com" target="_blank"&gt;http://www.vb-faq.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rahul&lt;BR /&gt; &lt;BR /&gt;&lt;/FORM&gt;</description>
      <pubDate>Mon, 28 Jun 2004 00:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304609#M4846</guid>
      <dc:creator>Rahul_19</dc:creator>
      <dc:date>2004-06-28T00:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmin / forms</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304610#M4847</link>
      <description>use&lt;BR /&gt;Unload Me&lt;BR /&gt;at end of Activate event (if your form has not any button or control) or else at end of eventi Click in QuitButton.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2004 01:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vb-programmin-forms/m-p/3304610#M4847</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-06-28T01:08:09Z</dc:date>
    </item>
  </channel>
</rss>

