Taskbar informations?
-
Hi dudes, I need to get the height of the taskbar.. How do one do that?
- Up The Irons, Morten Kristensen
-
Hi dudes, I need to get the height of the taskbar.. How do one do that?
- Up The Irons, Morten Kristensen
-
hi, you can use the SHAppBarMessage API for that, just do a search on codeproject and theres an article on it somewhere. It will let you get the RECT structure of the taskbar.
Hey dude. sorry but I can't find anything by that name.. :/ Could you be so kind to fetch it for me :)?
- Up The Irons, Morten Kristensen
-
Hey dude. sorry but I can't find anything by that name.. :/ Could you be so kind to fetch it for me :)?
- Up The Irons, Morten Kristensen
Here you go, its mostly about something else, but theres a part about getting the size of the taskbar if i remember correctly. http://www.codeproject.com/csharp/csdoesshell3.asp Dan