<?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 - k13:k13.1:k13.1.3</title>
        <description></description>
        <link>https://gambas-buch.de/</link>
        <lastBuildDate>Tue, 21 Apr 2026 13:09:13 +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=k13:k13.1:k13.1.3:start&amp;rev=1775129738&amp;do=diff</link>
            <description>13.1.3   Quelltext – Form.class


&#039; Gambas class file

Public Sub Form_Open()
  
  FMain.Center
  FMain.Resizable = False
  PictureBox1.Border = Border.None
  PictureBox1.Picture = Picture[&quot;muster.jpg&quot;]
  Label1.text = &quot;Fraktale Geometrie (Informatik-Kurs 12)&quot;
  FMain.Height += 24 &#039; Es muss Platz für die Menü-Leiste geschaffen werden

  MM.ShowMenu
  
End &#039; Form_Open()

Public Sub ImageOpen()

  Dialog.Title = &quot;Importieren Sie eine Bild-Datei!&quot;
  Dialog.Filter = [&quot;*.png&quot;, &quot;Bild-Dateien&quot;]

  If D…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 11:35:38 +0000</pubDate>
        </item>
    </channel>
</rss>
