Dec 31, 2020 Post comments count3 Post likes count0 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 Post comments count10 Post likes count0 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 Post comments count0 Post likes count0 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 Post comments count2 Post likes count0 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 Post comments count1 Post likes count0 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 Post comments count5 Post likes count0 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 Post comments count2 Post likes count0 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 Post comments count3 Post likes count0 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 Post comments count3 Post likes count0 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 Post comments count6 Post likes count1 What should the state of a moved-from object be? Raymond Chen It's formally unspecified, but there may be informal expectations.