Example scripts and tips (replaces Old Scripts & Tips archive)
Moderators: JRL, Dorian (MJT support), Phil Pendlebury
-
kdtrog
- Junior Coder
- Posts: 43
- Joined: Wed Mar 28, 2007 9:36 am
Post
by kdtrog » Wed Oct 06, 2021 12:32 pm
Hi folks!
After many years and projects realized with MS I used my free retirement time to create a little SUDOKO project with MS.
I am offering the result as a tribute to everybody who is using MS and of course to the devellopers of MS.
You can download the project from
https://whisp.ly/r/1hRTM9C#kAU3ivaJ77Gvg.
The ZIP file contains a compiled version and the sources. Feel free to use it as a sample or to gamble,
Have fun!
-
Meryl
- Staff
- Posts: 124
- Joined: Wed Sep 19, 2012 1:53 pm
- Location: Texas
-
Contact:
Post
by Meryl » Mon Oct 11, 2021 1:16 pm
Very cool! Thank you for sharing!
-
kdtrog
- Junior Coder
- Posts: 43
- Joined: Wed Mar 28, 2007 9:36 am
Post
by kdtrog » Mon Oct 11, 2021 2:04 pm
Latest version is 2.14. changes are
Code: Select all
// 07102021 Vers. 2.09 new: Add direct read and write grid files (without Browsing)
// 07102021 Vers. 2.10 new: Randomize positionlist
// 08102021 Vers. 2.11 new: Add a puzzle creation branch. Option to reduce animation
// 10102021 Vers. 2.12 new: Add a weight factor to priority list. Option for randomized priority. Added progressbar
// 10102021 Vers. 2.13 new: Add a reset function
// 11102021 Vers. 2.14 fix: fixed a synchronisation problem. Added Calculating status
For downloads use the link in Post #1
Have fun!
-
kdtrog
- Junior Coder
- Posts: 43
- Joined: Wed Mar 28, 2007 9:36 am
Post
by kdtrog » Wed Oct 13, 2021 12:49 pm
Latest version is 2.18. changes are
Code: Select all
// 11102021 Vers. 2.15 new: Save Grid in a printible format
// 12102021 Vers. 2.16 fix: fixed an error after using the stop function
// 12102021 Vers. 2.17 fix: fixed several errors. added Save to ClipBoard
// 13102021 Vers. 2.18 fix: fixed some errors in manual solve
For downloads use the link in Post #1
-
kdtrog
- Junior Coder
- Posts: 43
- Joined: Wed Mar 28, 2007 9:36 am
Post
by kdtrog » Sat Oct 16, 2021 10:36 pm
Last Version is 2.22 (project is finished) latest changes are:
Code: Select all
// 14102021 Vers. 2.19 fix: Validate a grid
// 15102021 Vers. 2.20 new: Added Cursor left,right,up,down
// 16102021 Vers. 2.21 fix: onevent keydown events only with focus
// 17102021 Vers. 2.22 fix: Final code review. Project finished!
For downloads use the link in Post #1
Have Fun!
-
kdtrog
- Junior Coder
- Posts: 43
- Joined: Wed Mar 28, 2007 9:36 am
Post
by kdtrog » Fri Nov 12, 2021 12:12 pm
Never say "is finished"

- Last Version is 2.33. Last changes are:
Code: Select all
// 23102021 Vers. 2.23 fix: Allow Reset from Manual Solve
// 23102021 Vers. 2.24 fix: Added missing calculation for manual solve of a self created grid
// 26102021 Vers. 2.25 new: Added ChangeLog Menu Entry
// 27102021 Vers. 2.26 fix: File Menu correction
// 03112021 Vers. 2.27 new: Write a Grid Screenshot to the ClipBoard
// 04112021 Vers. 2.28 new: Choice to save Grid or Grid Image to a file
// 05112021 Vers. 2.29 fix: Fixed early saving or loading of files
// 07112021 Vers. 2.30 new: Add file extension within Browse Dialog if not specified
// 10112021 Vers. 2.31 new: Added UNDO function for manual solve
// 11112021 Vers. 2.32 new: Added REDO function for manual solve (added Button images)
// 12112021 Vers. 2.33 new: Added Recovery Function (recovery if saved file name plus .ori extension)
For downloads use the link in Post #1
Have Fun!