How do I get my edit control text to be autoselected when I choose it to be the default focus in my dialog?
Remembering some old APIs.
Remembering some old APIs.
You can ask for its handle and mark it read-only.
You've far exceeded the design goals and have even exceeded the expressive ability of a float.
Preserving in-order while linearizing.
Ported bit by bit.
Just for fun.
Passing the obligation onward.
It's more important to clean up when you leave.
The critical section may be an old dog, but it's still learning new tricks.
Lean into the pattern. Don't try to cross it up.
It's not representable in the Windows Runtime, but you can smuggle it.
Better versions in a different box.
I don't recall ever asking you to do that.
Halfway there.
Many have tried.
Finding out why multiple entities with the same name are visible.
Just making things bigger?
Tallying them up.
You can change more things in an overload.
Waiting more cheaply.
A customer encountered a hang caused by COM not pumping...
Make somebody else do it, and then use copy elision.
A closer look at the parameters to the
Picking apart the language specification.
You can't watch it from an object on the outside.
How do I get my edit control text to be autoselected when I choose it to be the default focus in my dialog?
How can I have a Win32 drop-down combo box with a read-only edit control?
Why does XAML break down when I have an element that is half a billion pixels tall?
Non-recursively deleting a binary tree in constant space: Rotating the tree
How did the Windows 95 user interface code get brought to the Windows NT code base?
What about the icons in pifmgr.dll?
Using RAII to remedy a defect where not all code paths performed required exit actions
Why can you increment a reference count with relaxed semantics, but you have to decrement with release semantics?
Why is Windows still tinkering with critical sections?
A suggestion to people who assign nicknames to meeting rooms
How can I write a C++/WinRT
IAsyncOperation<T> where T is not a Windows Runtime type?, part 1
Being more adamant about reporting that C++/WinRT was unable to resume execution on a dispatcher thread
The case of the invalid instruction exception on an instruction that should never have executed
2025 mid-year link clearance
The MIDL compiler still has trouble with double greater-than signs, sadly
Learning to read C++ compiler errors: Ambiguous symbol errors after including a header file
The symbolism of the magnifying glass is not universal
What were the MS-DOS programs that the moricons.dll icons were intended for?
Function overloading is more flexible (and more convenient) than template function specialization
Adding delays to our task sequencer, part 3
The case of COM failing to pump messages in a single-threaded COM apartment
How can I choose a different C++ constructor at runtime?
C++/WinRT implementation inheritance: Notes on
winrt::implements, part 1
implements template.
Investigating an argument-dependent lookup issue and working around it
On trying to log an exception as it leaves your scope