<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gambas-buch.de/dwen/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-BOOK 3.19.5 - k13:k13.1:k13.1.3</title>
        <description></description>
        <link>https://gambas-buch.de/dwen/</link>
        <lastBuildDate>Sat, 02 May 2026 16:25:40 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gambas-buch.de/dwen/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>GAMBAS-BOOK 3.19.5</title>
            <link>https://gambas-buch.de/dwen/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://gambas-buch.de/dwen/doku.php?id=k13:k13.1:k13.1.3:start&amp;rev=1775136512&amp;do=diff</link>
            <description>13.1.3 Source code - 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;Fractal Geometry (Computer Science Course 12)&quot;
  FMain.Height += 24 &#039; Space must be created for the menu bar

  MM.ShowMenu

End &#039; Form_Open()

Public Sub ImageOpen()

  Dialog.Title = &quot;Import a image file!&quot;
  Dialog.Filter = [&quot;*.png&quot;, &quot;image files&quot;]

  If Dialog.OpenFile(False) =…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 13:28:32 +0000</pubDate>
        </item>
    </channel>
</rss>
