Win32 A bit of trouble with TreeView_GetItemState Recently, I had a bit of trouble with TreeView_GetItemState [archive] and TVM_GETITEMSTATE [archive]. The TreeView_GetItemState macro is a simple convenience wrapper around the TVM_GETITEMSTATE message. Hence, they should do the same thing: retrieve certain state values for a tree-view item.
Win32 The mystery of the Windows 10 message box icons I noticed that, in Columns UI, the Windows 10 standard error icon as displayed by MessageBox looks like this: However, the error icon in my custom dialogue box looked like a bit of a relic in comparison: I was left scratching my head. I
Win32 The queue to nowhere Recently, I received a report of a hang when using one of my foobar2000 components on Windows 10. I had a process dump file which showed the hang was not in my code: foobar2000 itself was stuck in a loop on the main thread