Windows Develop Bookmark and Share   
 index > Windows Forms General > appbar help
 

appbar help

I am creating a kiosk type app that will be replacing Windows Explorer in full screen. i already have functionality to replace desktop shortcuts, the start menu and quick launch but I having trouble with the taskbar. I saw the basic appbar and implemented that. Now I need to figure out a way to show buttons for each visible window and create, destroy, and rearrange buttons in response to Windows events. Does anyone know where i need to begin?
chap19150  Monday, September 14, 2009 7:17 PM
Ugh. You'll need the SetWindowsHookEx() API to set a WH_SHELL hook. Setting global hooks from a managed program requires a fair amount of magic.

Hans Passant.
nobugz  Monday, September 14, 2009 9:44 PM
Ugh. You'll need the SetWindowsHookEx() API to set a WH_SHELL hook. Setting global hooks from a managed program requires a fair amount of magic.

Hans Passant.
nobugz  Monday, September 14, 2009 9:44 PM

You can use google to search for other answers

Custom Search

More Threads

• Runtime designsurface problem
• Suppress Click event in VB 2005
• Model Question
• printing
• how to convert GB to bytes and MB to bytes
• Marquee effect
• Tabpage control
• how to change font size in code?
• How to Check a row is being added into DatagridView ?
• Problem with ComboBox