PDA

View Full Version : taskbar size


Buffman
01-13-2007, 11:02 AM
Does anyone know how to get the size of the taskbar? I'm trying to correctly position my app, and I dont know if users are using a single/double/etc height taskbar...

I tried grabbing the hWnd, but AMS doesn't do child handles. So I'm kinda stuck at the moment.

Ideas?

Worm
01-13-2007, 01:10 PM
No ideas... just solutions :)

http://www.indigorose.com/forums/showpost.php?p=77129&postcount=12

Buffman
01-13-2007, 01:22 PM
Ahhh perfect!!

I was just trying to figure out how to get the hWnd for class names (Shell_traywnd). Your DLL call worked like a charm.

Thanks!!