

In the example project, all window captions are printed to the debug window, although you could quite easily watch for any window being activated and then monitored in the background using this method. using the Windows API call GetWindowText(), contains some identifying text.

This small project demonstrates how to find the active window on the windows desktop.
