Skip to content

Releases: ThioJoe/Modern-Windows-Message-Box-Generator

1.2.0

15 Feb 21:51
f5a4ce5
Compare
Choose a tag to compare

🎉 [1.2] New Feature: Custom Buttons

  • Add up to 3 buttons with custom text (or empty text)
  • Choose whether each button is enabled or disabled (or not shown at all)

🛠️ [1.1] Other Changes:

  • Window is now resizable. Doesn't change the size of the controls though.

There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • Easy Answer: If you're not sure, just get the x86-SelfContained version
  • See this wiki article for details on the different versions

1.1.1

15 Feb 19:14
c36eb02
Compare
Choose a tag to compare

🎉 [1.1] New Feature: Choose title bar icon separately from main icon

  • Choose the exact icon to show in the title bar of the dialog box, independent of the main body icon
  • You have all the same icon options for the title bar, including setting it from a custom file, or via ImageRes ID
  • There's also an option for "same" to just use the same icon as the main one

🛠️ [1.1] Other Fixes:

  • Fixed the little icon images in the main GUI from being cut off on the sides
  • The dialog title text now stays blank if you leave the Title text box empty, instead of defaulting to the exe file name
  • Fixed default icon showing in dialog title bar despite selecting 'None' for icon

🟢 1.1.0 → 1.1.1:

  • Fixed the order in which text boxes activate when using tab ( #13 )
  • Fixed wrong information icon for title bar ( #16 )
  • Fixed crash when closing the main window while imageres icon preview window was still loading

There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • Easy Answer: If you're not sure, just get the x86-SelfContained version
  • See this wiki article for details on the different versions

1.1.0

12 Feb 19:50
77ac9f4
Compare
Choose a tag to compare

🎉 [1.1] New Feature: Choose title bar icon separately from main icon

  • Choose the exact icon to show in the title bar of the dialog box, independent of the main body icon
  • You have all the same icon options for the title bar, including setting it from a custom file, or via ImageRes ID
  • There's also an option for "same" to just use the same icon as the main one

🛠️ [1.1] Other Fixes:

  • Fixed the little icon images in the main GUI from being cut off on the sides
  • The dialog title text now stays blank if you leave the Title text box empty, instead of defaulting to the exe file name
  • Fixed default icon showing in dialog title bar despite selecting 'None' for icon

There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • Easy Answer: If you're not sure, just get the x86-SelfContained version
  • See this wiki article for details on the different versions

1.0.2

11 Feb 19:16
22cd3ae
Compare
Choose a tag to compare

Changes:

🟢 1.0.1 → 1.0.2:

  • Fixed Custom ID and Custom File boxes not enabling when selecting proper option
  • Added version number label in GUI

1.0.0 → 1.0.1:

  • Fixed scaling issues ( #1 )

There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • ✅ If you're not sure, just get the x86-SelfContained version
  • See this wiki article for details on the different versions

1.0.0

11 Feb 04:13
7fb2cf3
Compare
Choose a tag to compare

Initial Release


There are different versions of the Exe attached below - All identical in functionality, but packaged differently:

  • Architecture: x86 vs ARM64
    • x86 is usually what you'll want, it is the typical platform for desktop windows
    • ARM64 is used on certain portable devices like Copilot PCs, tablets, or Windows virtual machines running on a Mac
    • You'll know if you picked the wrong if Windows says an error like "This app can't run on your PC"
  • SelfContained vs Framework:
    • Framework : Requires Microsoft's .NET 9.0 runtime to be already installed on your system, but much smaller file
    • SelfContained : Runs fully portably without .NET 9.0 needing to be installed separately, but larger file.
      • If you're not sure, just use the self contained version