CheersCode:HWND hTaskBar = ::FindWindow("Shell_TrayWnd",0); if ( hTaskBar ) { RECT rc; ::GetWindowRect(hTaskBar,&rc); // rc holds the taskbar rectangle }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Taskbar locationThreaded View
|
Click Here to Expand Forum to Full Width |