Hi all,

I am trying to find the names of all the opened Windows.
I am using EnumWindows API, and I am at the point that I can print bunch of Window titles; however, it's printing much more than I wanted.

For example, I have winamp, visual stuido, 1 internet explore open. The program printed out the 3 things above, but it's also printing things like:

&File
&File
&File
&File
&File
AutoHide
AutoCompleteProxy
ccApp
etc
.
.
.

Am I using a wrong function for what I want to do?
Thanks,
opiston