This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
forked from FellippeHeitor/InForm
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Samuel Gomes edited this page Nov 25, 2022
·
5 revisions
InForm's main goal is to generate event-driven QB64-PE 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.
This wiki is a work in progress.
InForm Designer's interface consists of a toolbox with all the controls you can add to your form, list properties that are dynamically updated according to the currently selected control and a color mixer, which you use to send color data to the preview. The preview is loaded side-by-side with the editor and allows you to see in real time how your form is going to look after compiled.
![](https://github.com/DualBrain/QB64/raw/main/images/inform_designer.png)
The following controls are available as of Beta 8. Click their names below to read more about each one:
![](https://github.com/DualBrain/QB64/raw/main/images/inform_controls.png)