Skip to content
FellippeHeitor edited this page Dec 19, 2016 · 20 revisions

Welcome to the InForm wiki!

InForm's main goal is to generate event-driven QB64 applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated.

Interface

The basic interface consists of a toolbox with all the controls you can add to your form, a properties frame and a color mixer, which you can manipulate freely.

Controls

The following controls are available in this first beta:

  • Button
  • Label
  • Textbox
  • Checkbox
  • Radio button
  • List
  • Dropdown list
  • Track bar/Slider
  • Progress bar
  • Picture box
  • Frame
Clone this wiki locally