Skip to content

Frostbyte8/win32-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contains a few modifications for Win32++:

  • Added an option to use the NS and WE sizing cursors for dockers instead resource file ones. (Tons of apps do this now)
  • Added an option to pass style flags to windows being created.
    • This is because there are few windows that need to have their styles set at creation time and cannot have them altered after.
  • Added ClearStrings to CListBox. This function clears all the strings in a Listbox by calling DeleteString until it returns 0.
  • Add an option to keep the scrollbars always visible.
    • Scrollbars now show up as disabled if they are forced on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • Batchfile 17.2%
  • C 1.0%