TaskBar Systray

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Is there a way to recover all the running app in the taskbar (include "my
computer", "C:\", etc..) and all the icons in the systray ? and interact
with it like under windows ?

I want to write my own taskbar and systray, get all the windows and icons,
and interact with it, like in windows...

Franck
 
Franck said:
Is there a way to recover all the running app in the taskbar (include
"my computer", "C:\", etc..) and all the icons in the systray ? and
interact with it like under windows ?

I want to write my own taskbar and systray, get all the windows and
icons, and interact with it, like in windows...

I am not quite sure what you are looking for and if it is possible. You
might find some information here:
http://msdn.microsoft.com/library/e...e/shell_int/shell_int_programming/taskbar.asp

or in the topics above/below.

One starting point:
http://msdn.microsoft.com/library/en-us/dnanchor/html/anch_WinShell.asp
 
Back
Top