InForm Tutorial (Portable Version) - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Official Links (https://qb64phoenix.com/forum/forumdisplay.php?fid=16) +--- Forum: Learning Resources and Archives (https://qb64phoenix.com/forum/forumdisplay.php?fid=13) +--- Thread: InForm Tutorial (Portable Version) (/showthread.php?tid=2600) |
InForm Tutorial (Portable Version) - mpgcan - 04-18-2024 InForm-PE is a fork of InForm designed to operate with QB64-PE. It is presently maintained by Samuel Gomes (a740g) and can be found on GitHub. InForm-PE enables you to develop graphical user interfaces (GUIs) for your QB64-PE applications. This tutorial is an HTML document, covering the following topics: - Introduction - Home - Installing QB64pe - QB64pe IDE Tour - Installing InForm-PE - InForm-PE IDE Tour - Toolbox Controls Introduction - Toolbox Button - Toolbox Label - Toolbox Textbox - Toolbox Numeric Textbox - Toolbox CheckBox - Toolbox Radio Button - Toolbox ListBox - Toolbox Dropdown List - Toolbox Track-Bar - Toolbox Progress-Bar - Toolbox Picture-Box - Toolbox Frame - Toolbox Toggle-Switch - MenuBar and ContextMenu - Icons, Images, and Title - Events - Methods - Properties - Global Constants and Variables Quick Installation: Download the attached file and extract it to a folder of your choice. Run the tutorial by double-clicking on index.html, or alternatively, open the file manually from your browser. Detailed Installation: 1. Create a new folder to contain the tutorial files; for example, name it "InForm-PE-Tutorial." 2. Download the attached 7z archive file "portable_Inform_tutorial.7z" and save it to the folder you created above. 3. Assuming you have 7-Zip installed, right-click on the file "portable_Inform_tutorial.7z," hover over "7-Zip," and from the side menu, click on "Extract Here." 4. A new folder, portable_Inform_tutorial, is created, containing all the tutorial files. 5. Navigate into this folder. Run the tutorial by double-clicking on index.html, or alternatively, open the file manually from your browser. Note: If you do not have 7-Zip installed on your computer, visit the 7-Zip website at [https://www.7-zip.org/](https://www.7-zip.org/) to download and install the appropriate version for your system. Alternatively, you can use the portable apps version: [https://portableapps.com/apps/utilities/7-zip_portable](https://portableapps.com/apps/utilities/7-zip_portable). All the best, MPGCAN portable_Inform_tutorial.7z (Size: 2.98 MB / Downloads: 187) RE: InForm Tutorial (Portable Version) - TerryRitchie - 04-18-2024 Very cool! Thank you. I added this to the recent news section of the QB64 Tutorial's home page. I also added this to the Useful Links section on the home page so there is a permanent link to it. RE: InForm Tutorial (Portable Version) - a740g - 04-22-2024 Nicely done, @mpgcan! I might shamelessly use some of this content to update the InForm-PE wiki if that's okay with you. |