Welcome to MSDN Blogs Sign in | Join | Help

April 2005 - Posts

Building a dialog template at run-time

Putting together what we've learned so far to do something interesting.
Posted by oldnewthing | 21 Comments
Filed under:

Rescuing thread messages from modal loops via message filters

The WH_MSGFILTER hook lets you snoop on messages as they travel through modal loops.
Posted by oldnewthing | 11 Comments
Filed under:

Watching thread messages disappear

A sample program that loses thread messages.
Posted by oldnewthing | 3 Comments
Filed under:

Thread messages are eaten by modal loops

DispatchMessage can't dispatch a message to a window that doesn't exist.
Posted by oldnewthing | 3 Comments
Filed under:

Welcome to Millennium Tower, due for completion in May 2005

The increasingly incorrectly-named centerpiece of Portsmouth's Millennium Project.
Posted by oldnewthing | 15 Comments
Filed under:

What is the HINSTANCE passed to SetWindowsHookEx used for?

It lets the system known which DLL it needs to inject into each process.
Posted by oldnewthing | 20 Comments
Filed under:

The new scratch program

Hopping aboard the C++ bandwagon.
Posted by oldnewthing | 49 Comments
Filed under:

Sweden's Worst Driver

Returning to humiliation as a staple of reality-based television.
Posted by oldnewthing | 19 Comments
Filed under:

The Itanium's so-called stack

The Itanium has two stacks, so don't assume that there's only one.
Posted by oldnewthing | 6 Comments
Filed under:

What is the DC brush good for?

It gives you a one-shot solid color brush.
Posted by oldnewthing | 21 Comments
Filed under:

Project update: Voyage to Our Hollow Earth

Quietly delayed another year.
Posted by oldnewthing | 4 Comments
Filed under:

What is the HINSTANCE passed to CreateWindow and RegisterClass used for?

It specifies where the class name should be looked up.
Posted by oldnewthing | 10 Comments
Filed under:

News flash: Everybody has to pay income tax

NFL rookies alerted to the realities of life.
Posted by oldnewthing | 23 Comments
Filed under: ,

Tweaking our computation of the interval between two moments in time

Combining two tricks into one big trick.
Posted by oldnewthing | 6 Comments
Filed under:

Computing the interval between two moments in time

It's just subtraction, but subtraction may not be what you want.
Posted by oldnewthing | 20 Comments
Filed under:

There's an awful lot of overclocking out there

and it makes Windows look bad.
Posted by oldnewthing | 76 Comments
Filed under:

The dialog manager, part 9: Custom accelerators in dialog boxes

Injecting accelerator keys into the dialog modal loop.
Posted by oldnewthing | 2 Comments
Filed under:

The dialog manager, part 8: Custom navigation in dialog boxes

Injecting navigation keys into the dialog modal loop.
Posted by oldnewthing | 1 Comments
Filed under:

The dialog manager, part 7: More subtleties in message loops

Fixing the EndManualModalDialog bug a different way.
Posted by oldnewthing | 10 Comments
Filed under:

The dialog manager, part 6: Subtleties in message loops

Fixing some bugs from last time.
Posted by oldnewthing | 3 Comments
Filed under:

The dialog manager, part 4: The dialog loop

Just processing messages until EndDialog.
Posted by oldnewthing | 24 Comments
Filed under:
 
Page view tracker