The customtaskpane tag has no wiki summary.
0
votes
1answer
33 views
Remove Excel taskpane close button using VB.NET VSTO
I believe the the title says it all. Does anybody know how to remove the close button of task-pane in Excel using VSTO (VB.NET)?
0
votes
0answers
26 views
Docking Custom Panes on the left to full height with another bottom pane
I have developed two custom task pane addins to be used in Word 2007. I have set one to DockPosition = Left and the other to DockPosition = Bottom.
Problem: This puts the Bottom pane below the Left ...
1
vote
1answer
116 views
Adding a collapsible panel in outlook
I'm writing an outlook add-in and I'm looking for a way to make a panel docked on the right of my screen collapsible. At the moment the panel is either displayed or removed. You can also scale it but ...
0
votes
0answers
49 views
Resizing CustomTaskPane width to fit DataGridView without horizontal scrollbar
I'm writing an add-in for Outlook. I have a CustomTaskPane window that contains a DataGridView control. I have already adjusted the width of the DataGridView to fit the UserControl by setting ...
0
votes
1answer
123 views
ExcelDna CustomTaskPane Example Exception
I tried to use CustomTaksPane example from ExcelDNA package and got the following error:
"An exception occurred while calling function "OnShowTCP". The exception message is
Exception has been thrown ...
0
votes
1answer
189 views
CustomTaskPane wont close completely
When I close a CustomTaskPane and change the worksheet, it seems that a pane wasn't removed completely. And the Worksheet area of size of CustomTaskPane becomes inactive.
Here is how I am doing in ...
3
votes
1answer
402 views
MS Word Custom Task Pane disappears when I programatically open a document
I am trying to create a simple MS Word addin (mostly to explore functionality). The addin adds a Custom Task Pane, and group in the Ribbon. The Ribbon controls include a checkbox to control the ...
2
votes
0answers
348 views
Custom Task Pane, PowerPoint 2010 and slides pane
I have a refresh issue in PowerPoint 2010, with the slides preview pane (left pane in the normal view).
To better isolate my issue, I created a Ppt 2010 Addin with VS 2010.
The addin adds a custom ...
3
votes
0answers
304 views
Put new component on JXTaskPane
The JXTaskPane used in Java Swing has a title bar. There is a expand/shrink button in it. I would like to be able to add my own actions in the titlebar that would appear beside
the expand/shrink ...
0
votes
1answer
213 views
Custom task pane support in Office 2003
I have created a C++ Office 2007/2010 add-in that exposes a custom task pane via ICustomTaskPaneConsumer and by implementing an ActiveX control. This works perfectly.
Now I want to include support ...
2
votes
3answers
2k views
How to get the Custom Task Pane Object on the Ribbon control Class
Developing a Excel vsto project, how could I handle the Custom Task Pane in the Class which is a Ribbon Control.
For example, I would like to show the Custom Task Pane when I click the button of the ...
2
votes
1answer
388 views
C#. Excel Addin. Can't reposition floating custom task pane
When creating a custom task pane (_CustomTaskPane MSDN) and setting its DockPosition to floating, I want to specify the Top and Left properties of the window appeared. As Office COM APIs do not ...
0
votes
2answers
226 views
Can't delete E-Mails after using a docked Custom Task Pane in Outlook
I'm developing an Outlook 2010 Add-In in C# which adds a "docked" Custom Task Pane to the Outlook Explorer window. Now i'm facing the problem that it isn't possible to delete an e-mail (with delete ...
5
votes
1answer
737 views
Drag-and-drop to custom task pane in Excel VSTO
Arr, I am stuck!
I'm writing an Excel add-in that opens up a custom task pane (it's a data analysis tool type of thing). In the interest of productivity I want to enable the user to drag an object, ...
0
votes
1answer
280 views
Setting the Parent on a CustomTaskPane control?
I'm creating a CustomTaskPane for a Word plugin, and putting some third party controls on the control that's on the CustomTaskPane. However, those controls are expecting to be part of a .net Form, ...