// JP opened flex table

Click to See Complete Forum and Search --> : How to make a docked, non-overlapped, window?


asincero
February 21st, 2007, 10:43 PM
Can somebody please give me some hints on how to make a window thats docked to the side of the desktop and never gets overlapped when other application windows get maximized? Like a Vista's SideBar or the Windows Taskbar. I'm not looking for code (although, code is always nice :)), rather, where in the MSDN documentation I should start looking.

Thanks.

kirants
February 22nd, 2007, 12:42 AM
Look for AppBar. API I beleive is SHAppBarMessage.

BTW, Vista Sidebar is not really the right example I guess. It can be overlapped by other windows , right ? Or perhaps there is an option to make it behave so ?

asincero
February 22nd, 2007, 07:14 AM
I think that little bit of info put me on the right path. Thanks!

//JP added flex table