Need to place a floating modeless form over excel main window (quasi-task pane)
Posted
by code4life
on Stack Overflow
See other posts from Stack Overflow
or by code4life
Published on 2010-03-31T13:40:01Z
Indexed on
2010/03/31
13:43 UTC
Read the original article
Hit count: 274
Hi I need to emulate a task pane by floating a modeless form over the Excel main window. The reason for this requirement is that I need to have taskpane features for my Excel 2003 add-in, but cannot use the document-centric model.
Can anyone suggest what would be the best way to do this? The modeless form would need to detect the main window resize event and resize itself accordingly, and also need to always position itself at the bottom of the window (kind of like a docking pane).
© Stack Overflow or respective owner