Hi everybody,

A new problem for me : I would like to enumerate the current running windows in my computer. I use the EnumWindows function to do it. EnumWindows does enumerate too much windows for me and I would like it to give me only the opened and visible windows.

If you run the Spy++ program, you'll get all the windows (the visible and the hidden one) in it. It's too much in my case. I just want the one which appears in the task bar.

Thanks a lot...