i know get the windows taskbar HWND:
HWND GetDesktopToolBar()
{
return FindWindow("Shell_Traywnd", "");
}
now i can do:
1 - add controls on left side(close to Start Button)... but the click messages isn't working. maybe because use the form messages procedure. can anyone correct me?;
2 - enable\visible it.
but, for exemple, the windows media player minitoolbar is added to Tray Notifiction left side. how can i add it?
i know the minitoolbar it's an DLL. but how can i add it to taskbar?