<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How do I make a countdown?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How do I make a countdown?' posted on the 'Visual Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 22:29:18 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 22:29:18 -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>How do I make a countdown?</title>
      <link>http://www.programmersheaven.com/mb/VBasic/13363/13363/how-do-i-make-a-countdown/</link>
      <description>My question is how do I make a countdown like if I have a shareware program. I want a countdown from 15 seconds and I want the time on the caption how do I make the timer make a countdown and when the countdown is 0 the button will be enabled.&amp;lt;br&amp;gt;&lt;br /&gt;
Please help me!!!!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/13363/13363/how-do-i-make-a-countdown/</guid>
      <pubDate>Thu, 13 May 1999 04:57:55 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
    <item>
      <title>Re: How do I make a countdown?</title>
      <link>http://www.programmersheaven.com/mb/VBasic/13363/13367/re-how-do-i-make-a-countdown/#13367</link>
      <description>Add a timer to your form. In the timer event use:&amp;lt;p&amp;gt;&lt;br /&gt;
Static TimeLeft as Integer&amp;lt;br&amp;gt;&lt;br /&gt;
TimeLeft = TimeLeft - 1&amp;lt;br&amp;gt;&lt;br /&gt;
Me.Caption = 16 + TimeLeft&amp;lt;br&amp;gt;&lt;br /&gt;
If Me.Caption = "0" Then&amp;lt;br&amp;gt;&lt;br /&gt;
 Timer1.Interval = 0&amp;lt;br&amp;gt;&lt;br /&gt;
 Command1.Enabled = True&amp;lt;br&amp;gt;&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/13363/13367/re-how-do-i-make-a-countdown/#13367</guid>
      <pubDate>Thu, 13 May 1999 07:07:57 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
    <item>
      <title>Re: How do I make a countdown?</title>
      <link>http://www.programmersheaven.com/mb/VBasic/13363/425227/re-how-do-i-make-a-countdown/#425227</link>
      <description>Visual Basic 2008 or 2006&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/13363/425227/re-how-do-i-make-a-countdown/#425227</guid>
      <pubDate>Tue, 11 Oct 2011 13:02:27 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
  </channel>
</rss>