<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gambas-buch.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>GAMBAS-BUCH 3.19.5 - k20:k20.3:k20.3.2</title>
        <description></description>
        <link>https://gambas-buch.de/</link>
        <lastBuildDate>Sun, 19 Apr 2026 13:20:36 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gambas-buch.de/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>GAMBAS-BUCH 3.19.5</title>
            <link>https://gambas-buch.de/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://gambas-buch.de/doku.php?id=k20:k20.3:k20.3.2:start&amp;rev=1775129752&amp;do=diff</link>
            <description>﻿20.3.2   Timer-Projekte 2

20.3.2.1   Beispiel 5 – CountDown 1

[B0]

Abbildung 20.3.2.1.1: Geschenke schon beisammen?

Quelltext: 


Public Sub Form_Open()
  FMain.Center
  FMain.Resizable = False
  CountDown.Delay = 1000 &#039; Auslese-Takt für die aktuelle Zeit (kleiner oder gleich 1000ms)! 
  CountDown.Start
  CountDown.Trigger  
  MovieBox1.Playing = True
  lblText2.Text &amp;= &quot; &quot; &amp; Format$(Now(), &quot;yyyy&quot;)
End &#039; Form_Open()

Public Sub CountDown_Timer()
  Dim dCountDown As Date
  Dim dMonth, dWeek,…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 11:35:52 +0000</pubDate>
        </item>
    </channel>
</rss>
