How Do I...
...get familiar with Gambas?
...say "Hello World"?
...make an object of a class?
...make more than one object of a class?
...use constructors?
...pass a value?
...use OPTIONAL parameters?
...make a function?
...use local and global variables?
...use PRIVATE and PUBLIC variables?
...use Modules?
...make an Array?
...make an Array of a selfdefined datatype?
...make a multidimensional Array?
...make a Collection?
...convert my VB projects to Gambas?
Currently, the following are all links to pages of
The Easy Gambas Doku
. Thanks Jochen!
...manipulate strings?
...concatenate strings?
...compare strings with 'LIKE'?
...divide a string into single characters?
...divide a string into single words?
...convert Strings with Val()?
...convert Strings to Integer with CInt()?
...convert Variables to String with CStr() and Str()?
...draw a picture on buttons?
...make radiobuttons?
...organize groups of radiobuttons?
...make checkboxes?
...make a gridview?
...draw some figures?
...open a new Form/Window?
...open a modal Form?
...make a Menu?
...make Messages?
...use a ProgressBar?
...format text in TextLabels?
...make a timer?
...use Databases with gambas?
...use Events?
?
...use mouse events?
...use MouseDown, MouseMove and MouseUp?
...use the Button Argument?
...use IF/THEN?
...use SELECT/CASE?
...use UNTIL?
...use WHILE?
...use FOR?
...write comments?
...start a gambas program with arguments?
...save and load files?
...open a file?
...save and open files with a dialog?
...save and load files with selfdefined datatypes?
...execute programs?
...write programs without GUI?
...publish a gambas program?
How does Gambas work?