The customtaskpane tag has no wiki summary.
0
votes
1answer
13 views
AddInExpress install error - AddCustomTaskPanes
When I install a AddInExpress addin and open Excel I get this error:
Exception Source:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: Unable to create ...
0
votes
1answer
22 views
Dock TaskPanes right using VBA for Word 07?
I have little experience in VBA, and am trying to make some minor adjustments to Word's default load settings.
When a user creates a document, I need the Styles Formatting Pane to open (I got this ...
0
votes
1answer
71 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
140 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
73 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
135 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
221 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
440 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
352 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
330 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
220 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
407 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
236 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
759 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
287 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, ...
0
votes
1answer
634 views
CustomTaskPanes and Invoking NewMailMessage from outside Outlook
I have a ribbon button that appears on tabNewMailMessage in Outlook's compose email form, this button toggles the visibility of a CustomTaskPane stuck to the side of the form.
In normal practice, ...
0
votes
1answer
438 views
Add a WPF UserControl to a TaskPane
I am developing an addin to Microsoft Outlook.
The following code works fine if I use an winforms UserControl:
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
var ...
3
votes
1answer
112 views
Storing the selection changed behaviour of Word bookmark in XML format
I am attempting to put together a Word application using VSTO that, amongst other things would contain bookmarks that, when clicked, display information in a custom task pane.
I would like to be able ...
0
votes
1answer
407 views
Display HTML page in Office 2003 or 2007 task pane via VBA
Is it possible to display an HTML page in an Office 2003 and/or 2007 task pane via VBA?
Background: We have a complicated configuration file that our users maintain in Word (using a real editor is ...
1
vote
1answer
283 views
Docking Custom Task Panes
I have developed two custom task pane addins to be used in Excel 2007. I set one to DockPosition = Left and the other to DockPosition = Top. This puts the Top pane all the way across the top, with the ...