Autor Thema: Further examples  (Gelesen 3641 mal)

Administrator

  • Administrator
  • Newbie
  • *****
  • Beiträge: 39
    • Profil anzeigen
    • wxBasic
Further examples
« am: 24.08.2014, 12:53:44 Nachmittag »
mdi.wxb:
mdi.wxb zeigt die Funktion eines MDI Frames.
mdi.wxb shows the function of an MDI frame.
Code: mdi.wxb

media.wxb:
media.wxb demonstriert die Möglichkeiten der wxMediaCtrl zum hören von mp3 oder Anzeigen von Filmen.
media.wxb demonstrates the possibilities of wxMediaCtrl for listening mp3 or viewing movies.
Code: media.wxb

memoryDC.wxb:
memoryDC.wxb zeigt die Funktion der wxMemoryDC zum Anzeigen und Bearbeiten von Grafiken.
memoryDC.wxb shows the function of wxMemoryDC for viewing and editing graphics.
Code: memoryDC.wxb

mines.wxb:
mines.wxb ist eine Version des "Mines" Spiel.
mines.wxb is a version of the "Mines" game.
Code: mines.wxb
complete Download: mines.zip

minimal.wxb:
minimal.wxb erstellt einen minimalen Frame mit einer Menüleiste und einer Statusbar.
minimal.wxb creates a minimal frame with a menu bar and a status bar.
Code: minimal.wxb

printBitmap.wxb:
printBitmap.wxb zeigt die Möglichkeit des Druckens von Bildern.
printBitmap.wxb shows the ability to print images.
Code: printBitmap.wxb
Download with example picture:  printBitmap.zip

testOdbc.wxb:
testOdbc.wxb demonstriert die Nutzung einer Datenbank.
testOdbc.wxb demonstrates the use of a database.
Code: testOdbc.wxb
Download with sample database:  testOdbc.zip

scribble.wxb:
scribble.wxb zeigt, wie man mit der Maus malt.
scribble.wxb shows how to paint with the mouse.
Code: scribble.wxb

testConsole.bas:
testConsole zeigt die Nutzung der Console des OS. Es wird die DOS-Version von wxBasic (bvmc.exe) benutzt.
testConsole shows the usage of the console of the OS. The DOS version of wxBasic (bvmc.exe) is used.
Code: testConsole.bas

testStandardPaths.wxb:
testStandardPaths.wxb zeigt die festgelegten Pfade im OS.
testStandardPaths.wxb shows the specified paths in the OS.
Code: testStandardPaths.wxb
« Letzte Änderung: 14.10.2016, 19:40:15 Nachmittag von Administrator »
Dirk
admin@forum.wxbasic.de