Dec 31, 2020 3 0 How can I create a non-circular tab order, or some other type of custom ordering in my Win32 dialog? Raymond Chen Taking things into your own hands.
Dec 30, 2020 10 0 Why are the C and C++ compilers giving me error messages about int when my code doesn’t mention int? Raymond Chen It's a manufactured int.
Dec 29, 2020 0 0 What are these duplicate services whose names differ just by random characters at the end? Raymond Chen You get a service, and you get a service, everybody gets a service!
Dec 28, 2020 2 0 Why is the HSHELL_WINDOWDESTROYED notification raised when a window is hidden, even if it hasn’t been destroyed? Raymond Chen Taskbar-colored glasses.
Dec 25, 2020 1 0 How can I emulate the REG_NOTIFY_THREAD_AGNOSTIC flag on systems that don’t support it? part 5 Raymond Chen Using the new thread pool functions.
Dec 24, 2020 5 0 How can I emulate the REG_NOTIFY_THREAD_AGNOSTIC flag on systems that don’t support it? part 4 Raymond Chen Onward to coroutines.
Dec 23, 2020 2 0 How can I emulate the REG_NOTIFY_THREAD_AGNOSTIC flag on systems that don’t support it? part 3 Raymond Chen Getting more asynchronous.
Dec 22, 2020 3 0 How can I emulate the REG_NOTIFY_THREAD_AGNOSTIC flag on systems that don’t support it? part 2 Raymond Chen Asking the thread pool for help.
Dec 21, 2020 3 0 How can I emulate the REG_NOTIFY_THREAD_AGNOSTIC flag on systems that don’t support it? part 1 Raymond Chen An exercise from long ago.
Dec 18, 2020 6 1 What should the state of a moved-from object be? Raymond Chen It's formally unspecified, but there may be informal expectations.