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
DeleteFileDeletes a specified file from the drive...1Malice (1 month ago)
RequestDirPrompts the user for a directory and returns the selected name...1Rob Cummings (2 months ago)
TextPrints a string at the designated screen coordinates...1TAS (4 months ago)
CreateWindowCreateWindow creates a window gadget and returns a handle to it...1TAS (4 months ago)
UpdateWindowMenuUpdateWindowMenu must be used after any of the following commands have been executed in order for their effect to be realised: SetMenuText, EnableMenu, DisableMenu, CheckMenu, UncheckMenu...1TAS (4 months ago)
FormatTextAreaText...1TAS (5 months ago)
SetTextAreaTextThe meaning of pos and len depend on the units argument...1TAS (5 months ago)
CreateTextAreaCreates a textarea gadget and returns its handle...1TAS (5 months ago)
ViewportThere are MANY MANY times you want to draw graphics (aliens, ships, etc) ONLY on a certain area of the screen while leaving the other areas alone...1TAS (5 months ago)
EachIf you haven't read up on the TYPE command, you might want to do so before continuing...1TAS (5 months ago)
AfterIf you haven't read up on the TYPE command, you might want to do so before continuing...1TAS (5 months ago)
BeforeIf you haven't read up on the TYPE command, you might want to do so before continuing...1TAS (5 months ago)
OriginThis command sets a point of origin for all subsequent drawing commands...1TAS (5 months ago)
TypeIf you know C prgramming, a TYPE is basically a STRUCT in Blitz Basic...2TAS (5 months ago)
LoadAnimImageWhile similar to LoadImage, the LoadAnimImage loads a single image that is made up of 'frames' of seperate images (presumably to be used as frames of a graphic animation)...2Deedub (5 months ago)
LoadImageLoads an image and returns its handle...1David Boudreau (6 months ago)
LoadFontLoads a font and returns a font handle...1TAS (8 months ago)
AbsUse this command to return the absolute value of a number; meaning its positive value...1Floyd (9 months ago)
WaitEventWaitEvent waits for an event and returns its id...1Andres (3 years ago)
IncludeIncludes the contents of the specified ...2octothorpe (3 years ago)
TrimThis function removes leading and trailing spaces from the specified string...2WolRon (3 years ago)
ExecFileThe usefulness of this command is really mostly for calling some system level command, launching a browser, etc...3Andres (3 years ago)
Cls...1Andres (3 years ago)
DesktopBufferReturns a graphics buffer representing the desktop...3Andres (3 years ago)
LineThis command draws a line, in the current drawing color, from one point on the screen to another (from the x,y to x1,y1 location)...0skidracer (3 years ago)