Home
Products
Community
Manuals
Contact
Login or Signup

BlitzPlus Manual

Special Forums/BlitzPlus Manual

BlitzPlus Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Command
Description
Posts
Last post
CreateWindowCreateWindow creates a window gadget and returns a handle to it...3TAS (31-01-2012)
CreateButtonCreateButton creates a button gadget, and returns its handle...1TAS (26-01-2012)
SetGadgetShapeSetGadgetShape allows you to change the position and size of a gadget...3TAS (17-01-2012)
CreateCanvasCreates a canvas gadget and returns its handle...2TAS (14-01-2012)
CosFor angles between 0 and 90 degrees this is defined by the sides of a right triangle...1TAS (27-12-2011)
SinSine of an angle...1TAS (27-12-2011)
LoadImageLoads an image and returns its handle...2TAS (26-11-2011)
EventIDReturns the id of the last event received by WaitEvent...1TAS (24-11-2011)
EventSourceReturns a value indicating the source of the event...1TAS (24-11-2011)
WaitEventWaitEvent waits for an event and returns its id...2TAS (24-11-2011)
CreateImageSometimes you want to create a completely new graphic on the fly (using other images, drawing commands, etc...1TAS (12-11-2011)
FieldIf you haven't read up on the TYPE command, you might want to do so before continuing...2Zethrax (23-10-2011)
GlobalThere are two types of variables in Blitz Basic; local variables and global variables...1TAS (19-06-2011)
ElseThere are times during an IF ...7Yasha (10-06-2011)
SaveImageSaves an image or one of its frames to hard drive...1TAS (06-05-2011)
LoadFontLoads a font and returns a font handle...2TAS (22-04-2011)
WriteFileThis command opens the designated filename and prepares it to be written to...1TAS (17-04-2011)
CreateTextAreaCreates a textarea gadget and returns its handle...2TAS (16-04-2011)
AndAND is a logical operator for doing conditional checks of multiple values and/or expressions...1TAS (14-04-2011)
ChannelPlayingOften you will need to know if a sound channel has completed playing or not...1TAS (11-02-2011)
PlayMusicThis command will load and play a music file...1TAS (15-10-2010)
AddTextAreaTextAppends the specified text to the contents of a textarea gadget...1TAS (31-07-2010)
HotKeyEventHotKeyEvent allows you to specify a 'canned' event to be generated whenever a particular key is pressed...1Stamm (05-06-2010)
HTMLViewGoChanges the page currently displayed to that of the specified URL...1Stamm (02-06-2010)
CreateProcessCreateProcess launches a 'console based' app and returns a handle to a stream representing its input/output...1Stamm (17-05-2010)