hernandp / MessageCrackerWizard

A tool for aiding Win32 C development using WINDOWSX.H message crackers
MIT License
16 stars 6 forks source link

I add some useful and powerful function (like search to select on listbox, and clear all selects menu, and fix some bug) #6

Closed HHsomeHand closed 1 month ago

HHsomeHand commented 2 months ago
  1. fix 'menu -> view -> window Transparency' menu item cheked bugs

  2. add menu item 'menu -> Edit -> Search listbox... ctrl + s' to search string from listbox [powerful]

  3. add menu item 'menu -> Edit -> Clear All Selects' to clear all the selects

HHsomeHand commented 2 months ago

vs2022 auto convert " Spanish (Spain, International Sort) " to "西班牙语(西班牙,国际风格) " in the .rc files because I use Chinese lanuage setting in vs2022. I didn't change it manually and didn't found the problem when i pull requeset....

HHsomeHand commented 2 months ago

In the latest commit, these issues are addressed

hernandp commented 2 months ago

thanks @HHsomeHand I will check them later

hernandp commented 1 month ago

thanks for the modifications, I will merge them and review versioning in master.

sorry for the late response, I was very busy.