Re: EnumWindowsProc, EnumWindows?



"JamesR" <wizzer90@xxxxxxxxxxx> wrote in message
news:1149842949.839566.68390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

How this is has narrowed it down a little, but my application is still
shown twice, once by it's Application.Title, and once by it's .exe
name. Also, Delphi is shown twice.

That may be an artefact of the way Delphi has application create their
windows. There is a hidden application window, and the mainform is the
first child window. It's likely that both are showing up.

The application window is the source of the taskbar button, and the
main form is what you see on the desktop (note that they have different
system menus). So by some definitions, you should actually be seeing
both in your list. If that's not what you want... refine your
requirements.

Delphi is written and compiled in itself, so it displays the same
behaviour as your program.

Groetjes,
Maarten Wiltink


.