The Old New Thing

Practical development throughout the evolution of Windows.

Latest posts

Jan 6, 2016
Post comments count 0
Post likes count 1

Why does the mouse cursor jump a few pixels when you right-click on the Start button?

Raymond Chen

To make it easy to click the first item.

Jan 5, 2016
Post comments count 0
Post likes count 1

Why did Windows NT decline to support an undocumented flag to TrackPopupMenuEx?

Raymond Chen

Duh.

Jan 4, 2016
Post comments count 0
Post likes count 0

Slam City with Scottie Pippen (1995): A flashback

Raymond Chen

No video? No problem.

Jan 1, 2016
Post comments count 0
Post likes count 1

If you want to receive a message that is broadcast to top-level windows, you need a top-level window

Raymond Chen

Stands to reason.

Dec 31, 2015
Post comments count 0
Post likes count 1

2015 year-end link clearance

Raymond Chen

More random stuff.

Dec 30, 2015
Post comments count 0
Post likes count 1

Why is my call to ChangeTimerQueueTimer having no effect? (And another case of looking past the question to solve the problem.)

Raymond Chen

Because it's too late.

Dec 28, 2015
Post comments count 0
Post likes count 2

Determining how each Explorer window is sorted

Raymond Chen

Ask for the sort criteria.

Dec 25, 2015
Post comments count 0
Post likes count 1

When is the correct time to call FreeLibraryWhenCallbackReturns?

Raymond Chen

Any time during the execution of the callback is fine.