You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Samuel Gomes edited this page Jun 1, 2025
·
5 revisions
Welcome to InForm-PE's wiki
InForm-PE'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.
Interface
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.
Tutorial
MPGCAN created a tutorial for InForm that is now hosted on GitHub. You can access it at the following link: