<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Date Problemo' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Date Problemo' posted on the 'Beginner VB' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 00:17:06 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 00:17:06 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126148/date-problemo/</link>
      <description>Hello Everyone, I need a little help in a program I'm trying to make.&lt;br /&gt;
&lt;br /&gt;
A part of it is like this, and I need help on getting the date to update every time it is run according to the computers date....&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
shell "xcopy d:\b\hofadomma.txt d:\a /e /y /d:07/09/2002"&lt;br /&gt;
&lt;br /&gt;
now, The problem is..... how do I get the computers current date and fill into the date part everytime the program is run, in that exact format too! Any help is appreciated. Thanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126148/date-problemo/</guid>
      <pubDate>Tue, 09 Jul 2002 09:57:24 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126194/re-date-problemo/#126194</link>
      <description>: Hello Everyone, I need a little help in a program I'm trying to make.&lt;br /&gt;
: &lt;br /&gt;
: A part of it is like this, and I need help on getting the date to update every time it is run according to the computers date....&lt;br /&gt;
: &lt;br /&gt;
: example:&lt;br /&gt;
: &lt;br /&gt;
: shell "xcopy d:\b\hofadomma.txt d:\a /e /y /d:07/09/2002"&lt;br /&gt;
: &lt;br /&gt;
: now, The problem is..... how do I get the computers current date and fill into the date part everytime the program is run, in that exact format too! Any help is appreciated. Thanks.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
format$(Now(),"mm/dd/yyyy")&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126194/re-date-problemo/#126194</guid>
      <pubDate>Tue, 09 Jul 2002 14:05:13 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126229/re-date-problemo/#126229</link>
      <description>: : Hello Everyone, I need a little help in a program I'm trying to make.&lt;br /&gt;
: : &lt;br /&gt;
: : A part of it is like this, and I need help on getting the date to update every time it is run according to the computers date....&lt;br /&gt;
: : &lt;br /&gt;
: : example:&lt;br /&gt;
: : &lt;br /&gt;
: : shell "xcopy d:\b\hofadomma.txt d:\a /e /y /d:07/09/2002"&lt;br /&gt;
: : &lt;br /&gt;
: : now, The problem is..... how do I get the computers current date and fill into the date part everytime the program is run, in that exact format too! Any help is appreciated. Thanks.&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: format$(Now(),"mm/dd/yyyy")&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks :)&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126229/re-date-problemo/#126229</guid>
      <pubDate>Tue, 09 Jul 2002 18:30:15 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126230/re-date-problemo/#126230</link>
      <description>: : : Hello Everyone, I need a little help in a program I'm trying to make.&lt;br /&gt;
: : : &lt;br /&gt;
: : : A part of it is like this, and I need help on getting the date to update every time it is run according to the computers date....&lt;br /&gt;
: : : &lt;br /&gt;
: : : example:&lt;br /&gt;
: : : &lt;br /&gt;
: : : shell "xcopy d:\b\hofadomma.txt d:\a /e /y /d:07/09/2002"&lt;br /&gt;
: : : &lt;br /&gt;
: : : now, The problem is..... how do I get the computers current date and fill into the date part everytime the program is run, in that exact format too! Any help is appreciated. Thanks.&lt;br /&gt;
: : : &lt;br /&gt;
: : &lt;br /&gt;
: : format$(Now(),"mm/dd/yyyy")&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: Thanks :)&lt;br /&gt;
: : &lt;br /&gt;
: Well that helped Alot! One last thing..... anyone know how to do this?  When the program is run, how do you make it invisable, just show up in the task manager, not the task bar...... the program loads on formload so there is no interface or controls, just pure work as soon as it's executed. Thank you for your future help...&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126230/re-date-problemo/#126230</guid>
      <pubDate>Tue, 09 Jul 2002 18:33:05 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126257/re-date-problemo/#126257</link>
      <description>: Well that helped Alot! One last thing..... anyone know how to do this?  When the program is run, how do you make it invisable, just show up in the task manager, not the task bar...... the program loads on formload so there is no interface or controls, just pure work as soon as it's executed. Thank you for your future help...&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Add a .bas module. Copy the code from Form_Load to a sub in the module named Main. Remove the form from the project. Run or compile. VB will complain about startup, select Sub Main. It should now work as you want.&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
Private Sub Main()

    'Code here

End Sub
&lt;/pre&gt;&lt;br /&gt;
VB doesn't make it real obvious, but no forms are required. As long as you have a form or a Sub Main, your app can execute.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126257/re-date-problemo/#126257</guid>
      <pubDate>Tue, 09 Jul 2002 21:25:13 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126608/re-date-problemo/#126608</link>
      <description>: : Well that helped Alot! One last thing..... anyone know how to do this?  When the program is run, how do you make it invisable, just show up in the task manager, not the task bar...... the program loads on formload so there is no interface or controls, just pure work as soon as it's executed. Thank you for your future help...&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: Add a .bas module. Copy the code from Form_Load to a sub in the module named Main. Remove the form from the project. Run or compile. VB will complain about startup, select Sub Main. It should now work as you want.&lt;br /&gt;
: &lt;pre class="sourcecode"&gt;
: Private Sub Main()
: 
:     'Code here
: 
: End Sub
: &lt;/pre&gt;&lt;br /&gt;
: VB doesn't make it real obvious, but no forms are required. As long as you have a form or a Sub Main, your app can execute.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
If you need a form, because you have controls, then set the form's .Visible property=False&lt;br /&gt;
If you can set the .BorderStyle property=0, it won't show in the task bar.&lt;br /&gt;
In your case, Mike's suggestion is best.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126608/re-date-problemo/#126608</guid>
      <pubDate>Thu, 11 Jul 2002 08:43:38 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126611/re-date-problemo/#126611</link>
      <description>: : : Well that helped Alot! One last thing..... anyone know how to do this?  When the program is run, how do you make it invisable, just show up in the task manager, not the task bar...... the program loads on formload so there is no interface or controls, just pure work as soon as it's executed. Thank you for your future help...&lt;br /&gt;
: : : &lt;br /&gt;
: : &lt;br /&gt;
: : Add a .bas module. Copy the code from Form_Load to a sub in the module named Main. Remove the form from the project. Run or compile. VB will complain about startup, select Sub Main. It should now work as you want.&lt;br /&gt;
: : &lt;pre class="sourcecode"&gt;
: : Private Sub Main()
: : 
: :     'Code here
: : 
: : End Sub
: : &lt;/pre&gt;&lt;br /&gt;
: : VB doesn't make it real obvious, but no forms are required. As long as you have a form or a Sub Main, your app can execute.&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: If you need a form, because you have controls, then set the form's .Visible property=False&lt;br /&gt;
: If you can set the .BorderStyle property=0, it won't show in the task bar.&lt;br /&gt;
: In your case, Mike's suggestion is best.&lt;br /&gt;
: &lt;br /&gt;
Or maybe its Dave's?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126611/re-date-problemo/#126611</guid>
      <pubDate>Thu, 11 Jul 2002 08:46:06 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
    <item>
      <title>Re: Date Problemo</title>
      <link>http://www.programmersheaven.com/mb/VB_Beginner/126148/126635/re-date-problemo/#126635</link>
      <description>: : In your case, Mike's suggestion is best.&lt;br /&gt;
: : &lt;br /&gt;
: Or maybe its Dave's?&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
If you're talking 'bout me, it's Mike.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VB_Beginner/126148/126635/re-date-problemo/#126635</guid>
      <pubDate>Thu, 11 Jul 2002 11:36:54 -0700</pubDate>
      <category>Beginner VB</category>
    </item>
  </channel>
</rss>