| | | |
| CreateWindow | CreateWindow creates a window gadget and returns a handle to it... | 3 | TAS (31-01-2012) |
| CreateButton | CreateButton creates a button gadget, and returns its handle... | 1 | TAS (26-01-2012) |
| SetGadgetShape | SetGadgetShape allows you to change the position and size of a gadget... | 3 | TAS (17-01-2012) |
| CreateCanvas | Creates a canvas gadget and returns its handle... | 2 | TAS (14-01-2012) |
| Cos | For angles between 0 and 90 degrees this is defined by the sides of a right triangle... | 1 | TAS (27-12-2011) |
| Sin | Sine of an angle... | 1 | TAS (27-12-2011) |
| LoadImage | Loads an image and returns its handle... | 2 | TAS (26-11-2011) |
| EventID | Returns the id of the last event received by WaitEvent... | 1 | TAS (24-11-2011) |
| EventSource | Returns a value indicating the source of the event... | 1 | TAS (24-11-2011) |
| WaitEvent | WaitEvent waits for an event and returns its id... | 2 | TAS (24-11-2011) |
| CreateImage | Sometimes you want to create a completely new graphic on the fly (using other images, drawing commands, etc... | 1 | TAS (12-11-2011) |
| Field | If you haven't read up on the TYPE command, you might want to do so before continuing... | 2 | Zethrax (23-10-2011) |
| Global | There are two types of variables in Blitz Basic; local variables and global variables... | 1 | TAS (19-06-2011) |
| Else | There are times during an IF ... | 7 | Yasha (10-06-2011) |
| SaveImage | Saves an image or one of its frames to hard drive... | 1 | TAS (06-05-2011) |
| LoadFont | Loads a font and returns a font handle... | 2 | TAS (22-04-2011) |
| WriteFile | This command opens the designated filename and prepares it to be written to... | 1 | TAS (17-04-2011) |
| CreateTextArea | Creates a textarea gadget and returns its handle... | 2 | TAS (16-04-2011) |
| And | AND is a logical operator for doing conditional checks of multiple values and/or expressions... | 1 | TAS (14-04-2011) |
| ChannelPlaying | Often you will need to know if a sound channel has completed playing or not... | 1 | TAS (11-02-2011) |
| PlayMusic | This command will load and play a music file... | 1 | TAS (15-10-2010) |
| AddTextAreaText | Appends the specified text to the contents of a textarea gadget... | 1 | TAS (31-07-2010) |
| HotKeyEvent | HotKeyEvent allows you to specify a 'canned' event to be generated whenever a particular key is pressed... | 1 | Stamm (05-06-2010) |
| HTMLViewGo | Changes the page currently displayed to that of the specified URL... | 1 | Stamm (02-06-2010) |
| CreateProcess | CreateProcess launches a 'console based' app and returns a handle to a stream representing its input/output... | 1 | Stamm (17-05-2010) |