.NET can only get MainWindowTitle from a process...?

  • Thread starter Thread starter Michael Bodek?r
  • Start date Start date
M

Michael Bodek?r

Hi,

I am developing my own taskbar like explorers.

Therefore I need to be able to get a list of all open windows, and
their associated icon (not necesarily the .exe file icon).
Furthermore any information about how to retrieve systray icons would
be great.

I guess I cannot avoid using API, as the .NET framework only supports
MainWindowTitle, and for instance explorer has many windows open
within the same process?

Anyone know if Whidbey supports this? (i've tried the prebeta but
cannot find anything)
 
Back
Top