Nov 30, 2017 Post comments count0 Post likes count0 Creating tree view check boxes manually: Responding to clicks Raymond Chen Cycling through the state images.
Nov 29, 2017 Post comments count0 Post likes count0 Creating tree view check boxes manually: A simple state image list Raymond Chen Rebuilding the states, maybe with some new ones.
Nov 28, 2017 Post comments count0 Post likes count0 Beware of the leaked image list when using the TVS_CHECKBOXES style Raymond Chen It'll make one for you, but it's still on you to destroy it.
Nov 27, 2017 Post comments count0 Post likes count0 The TVS_CHECKBOXES style is quirky, which is a polite way of saying that it is crazy Raymond Chen You have to set it at just the right time.
Nov 24, 2017 Post comments count0 Post likes count0 Getting a parent and child window to have the same UI states Raymond Chen Wrangling them into agreement.
Nov 23, 2017 Post comments count0 Post likes count0 Demonstrating what happens when a parent and child window have different UI states Raymond Chen Setting up for a fail.
Nov 22, 2017 Post comments count0 Post likes count0 What is the documentation for SetParent trying to tell me about synchronizing the UI state? Raymond Chen There's this thing called a UI state, see, and it should be synchronized.
Nov 21, 2017 Post comments count0 Post likes count0 The sad implementation history of COM component categories and why it means you have to click twice to see your newly-installed taskbar toolbar Raymond Chen First we have to find them.
Nov 20, 2017 Post comments count0 Post likes count0 How can I find the installation directory for my UWP application? Raymond Chen You can ask PowerShell.
Nov 17, 2017 Post comments count0 Post likes count0 The wrong way of benchmarking the most efficient integer comparison function Raymond Chen Missing the forest for the blade of grass.