QB64 Phoenix Edition
Trackword Puzzle Solver (InForm) Program - Referenced to Elsewhere - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: In-Form (https://qb64phoenix.com/forum/forumdisplay.php?fid=70)
+---- Thread: Trackword Puzzle Solver (InForm) Program - Referenced to Elsewhere (/showthread.php?tid=4396)



Trackword Puzzle Solver (InForm) Program - Referenced to Elsewhere - Magdha - 01-22-2026




RE: Trackword Puzzle Solver (InForm) Program - bplus - 01-22-2026

(01-22-2026, 03:30 PM)Magdha Wrote: Find this InForm program at:
Trackword Puzzle Solver Program


This is one of the very first InForm programs and is placed here to demonstrate InForm program methods.


The InForm objects used are:

Frame
Label
ListBox
Button
TextBox
PictureBox

The Trackword puzzle is a particular word puzzle, only of specialist interest.  The program solves for all possible answers, and the idea is to find all possible 3-letter to 9-letter words by snaking through the array using each letter only once.

Wow same as my Boggle Trainer (only Boggle has bigger Grid), neat game! specially with "InForm Look".

Hey +1 for getting InForm Board suggested and being first to post in it, better be Smile


RE: Trackword Puzzle Solver (InForm) Program - bplus - 01-26-2026

I took the liberty of fixing Trackword's structure to the same as what worked for Terrys Calculator and sure enough it fixed it up so that it works fine! at least on my system. So here is the fixed up version in the zip.

I like this game but I think it could be improved by giving the player a list box for them to enter the words they find and give the player a score of how many unduplicated words match the solution, perhaps after a time limit or no time limit options.

Oops! left the .exe in the zip folder, sorry here is the corrected .zip Yep! double checked zip and works.

Oh ha! I see Magdha has fixed Trackword at his link! Oh well I took out the extra .bas file that was in folder not needed.

Oh ha, ha! It's not fixed! same ole thing he had posted yesterday, still no InForm folder to find the InForm.bi file.

So I am first to post a working version! (on my system at least Smile )