Hier nun Beispiele von wxBasic Programmen. Einige Beispiele werden euch von dem wxBasic Download bekannt vorkommen:
Here are some examples of wxBasic programs. Some examples will be familiar to you from the wxBasic download page:
anigrafic.wxb:
anigrafic.wxb erstellt eine Animation aus einem Bitmap. In dem Bitmap müssen die verschiedenen Bilder gespeichert sein.
anigrafic.wxb creates an animation from a bitmap. The bitmap must contain the different images.
Code: anigraphic.wxb (http://www.examples.wxbasic.de/anigraphic.wxb)
Download with Icon: anigraphic.zip (http://www.examples.wxbasic.de/anigraphic.zip)
animation.wxb:
Wie im ersten Beispiel erstellt animation.wxb eine Animation, allerdings nur mithilfe der wxDC Klasse.
As in the first example, animation.wxb creates an animation, but only with the wxDC class.
Code: animation.wxb (http://www.examples.wxbasic.de/animation.wxb)
audemowxb:
auidemo.wxb zeigt euch die Möglichkeiten der wxAUI Klassen.
auidemo.wxb shows you the possibilities of wxAUI classes.
Code: auidemo.wxb (http://www.examples.wxbasic.de/auidemo.wxb)
Download with Icon: auidemo.zip (http://www.examples.wxbasic.de/auidemo.zip)
bizieline.wxb:
bizieline.wxb erstellt eine willkürliche Bizieline, die man verändern kann.
bizieline.wxb creates an arbitrary Bizieline that can be changed.
Code: bizieline.wxb (http://www.examples.wxbasic.de/bizieline.wxb)
borderless.wxb:
borderless.wxb erstellt einen Frame ohne Rahmen auf dem Desktop, der immer im Vordergrund ist.
borderless.wxb creates a frame with no border on the desktop that is always in the foreground.
Code: borderless.wxb (http://www.examples.wxbasic.de/borderless.wxb)
calc.wxb:
calc.wxb ist ein einfacher Taschenrechner.
calc.wxb is a simple pocket calculator.
Code: calc.wxb (http://www.examples.wxbasic.de/calc.wxb)
calculator.wxb:
calculator.wxb ist ein einfacher Taschenrechner. Im Gegensatz zum vorherigen Beispiel nutzt das Programm die XRC Befehle von wxBasic.
calculator.wxb is a simple pocket calculator. In contrast to the previous example, the program uses the XRC commands from wxBasic.
Code: calculator.wxb (http://www.examples.wxbasic.de/calculator.wxb)
calendar.wxb:
calendar.wxb ist ein Kalender Programm. Man kann zu jedem Monat Notizen eingeben, die abgespeichert werden.
calendar.wxb is a calendar program. You can enter notes for each month that are saved.
Code: calendar.wxb (http://www.examples.wxbasic.de/calendar.wxb)
clock_analog.wxb:
clock_analog.wxb ist, wie der Name schon sagt, eine einfache analoge Uhr.
clock_analog.wxb is, as the name suggests, a simple analogue clock.
Code: Analog clock.wxb (http://www.examples.wxbasic.de/clock_analog.wxb)
clock_digital.wxb:
clock_digital.wxb ist eine einfache digitale Uhr.
clock_digital.wxb is a simple digital clock.
Code: Digital clock.wxb (http://www.examples.wxbasic.de/clock_digital.wxb)
clock_text.wxb:
clock_text.wxb zeigt die Uhrzeit als Text an.
clock_text.wxb displays the time as text.
Code: Text clock.wxb (http://www.examples.wxbasic.de/clock_text.wxb)
colour.wxb:
colour.wxb ist ein einfacher Farbwechsler. Duech klicken aud den linken Button wird die Farbe zufällig gewechselt.
colour.wxb is a simple color changer. By clicking on the left button, the color changes randomly.
Code: colour.wxb (http://www.examples.wxbasic.de/colour.wxb)
controls.wxb:
controls.wxb zeigt die wichtigsten Controls von wxBasic an.
controls.wxb shows the most important controls of wxBasic.
Code: controls.wxb (http://www.examples.wxbasic.de/controls.wxb)
freecell.wxb:
freecell.wxb ist die wxBasic Version des Kartenspieles Freecell.
freecell.wxb is the wxBasic version of the card game Freecell.
Code: freecell.wxb (http://www.examples.wxbasic.de/freecell.wxb)
Download with playing cards: freecell.zip (http://www.examples.wxbasic.de/freecell.zip)
grid.wxb:
grid.wxb erstellt eine eine kleine Tabelle, die an Excel erinnert und die Form der wxGrid- Klassen zeigt.
grid.wxb creates a small table that reminds you of Excel and shows the form of the wxGrid classes.
Code: grid.wxb (http://www.examples.wxbasic.de/grid.wxb)
hello.wxb:
hello.wxb zeigt einen "Hello World!" Box, mit der jede Programmiersprache beginnt.
hello.wxb shows a "Hello World!" Box with which each programming language begins.
Code: hello.wxb (http://www.examples.wxbasic.de/hello.wxb)
help_files.wxb:
help_files.wxb zeigt die Nutzung des Help File Controllers.
help_files.wxb shows the use of the help file controller.
Code: help_files.wxb (http://www.examples.wxbasic.de/help_files.wxb)
Download with a simple help file: help_files.zip (http://www.examples.wxbasic.de/help_files.zip)
help_zip.wxb:
help_zip.wxb zeigt den Help File Controller unter Nutzung einer gezippten Help Datei.
help_zip.wxb shows the help file controller using a zipped help file.
Code: help_zip.wxb (http://www.examples.wxbasic.de/help_zip.wxb)
Download wit an example zip: help_zip.zip (http://www.examples.wxbasic.de/help_zip.zip)
listctrl.wxb:
listctrl.wxb zeigt das Erstellen einer wxListCtrl.
listctrl.wxb shows the creation of a wxListCtrl.
Code: listctrl.wxb (http://www.examples.wxbasic.de/listctrl.wxb)
listctrl-with-pictures.wxb:
listctrl-with-pictures.wxb erstellt eine wxListCtrl mit Bildern in der ersten Spalte.
listctrl-with-pictures.wxb creates a wxListCtrl with images in the first column.
Code: listctrl-with-pictures.wxb (http://www.examples.wxbasic.de/listctrl-with-pictures.wxb)
Download with Icon: listctrl-with-pictures.zip (http://www.examples.wxbasic.de/listctrl-with-pictures.zip)