Menu Creator Changelog

What's new in Menu Creator 0.8.1

Oct 24, 2012
  • The problem resolved on version 0.7.3 some times don't works: if more than a item already exists with same Name property MenuCreator is star to a loop. Now, error will trapped, but Menu Creator continue processing.

New in Menu Creator 0.8.0 (Oct 24, 2012)

  • Menu Creator Windows Vista compliant
  • Italian help file updated

New in Menu Creator 0.7.4 (Sep 29, 2007)

  • BugFix for "menu imported" and Caption property

New in Menu Creator 0.7.3 (Jul 11, 2007)

  • When you modify a imported menu, in some cases menuCreator was not able to discover if 2 or more items has identical Name property.
  • Later, updating menu, the user receive a error
  • that say: "Menu already existing", then stop the updating.
  • Now MenuCreator always warning the user, but don't stop the updating. Instead, add a suffix to the
  • Name property that indicates minuet & second.
  • Example: "mnuNewMenu2304".

New in Menu Creator 0.7.1 (Feb 26, 2007)

  • If a menu is captured from a Visual Basic FRM file all the 'state' properties like Visible, Enabled, Checked and WindowList will be acquired from file.
  • After capturing, the 'Name' property for each menu item will define in different ways:
  • EXE: Name property will build by combine the Parent caption Item caption, last will add 'mnu' prefix.
  • FRM: each item will keep the same Name property as appear on source FRM file.
  • Then max chars allows by Visual Basic for the Name property is 40. Excess chars will be removed! Note: if the removing cause two or more items with same 'Name' property, Menu Creator cannot complete the menu building and stop. In some cases the menu may be corrupt. Sorry for this but Menu Creator cannot set by self what string to change or use. Only you can decide for this.
  • Dutch language updated (NLD.LNG)
  • Bug: In some cases the Name property was not processed correctly: sometimes a char was missing, sometimes not allowed chars will include.