customtaskpane Questions
10
Solved
I'm showing a custom task pane in an excel VSTO add-in, I'm building it and showing it as thus:
var ctrl = new CellTaskPane();
var pane = CustomTaskPanes.Add(ctrl, "Custom Sheet");
pane.DockPositi...
Wyoming asked 4/7, 2014 at 15:50
2
I have a CustomTaskPane in my VSTO project that I can show/hide using .Visible = true/false property. However it's an ordinary showing/hiding element with no animation whatsoever.
However the "Sma...
Orlene asked 4/10, 2016 at 16:18
3
I'm developing a Word 2007-2010 addin using VSTO in Visual Studio 2008. In my addin, I need a custom task pane for each open word document. Basically, I need to create a task pane for each document...
Assembly asked 21/3, 2014 at 13:40
1
I've successfully implemented the Microsoft sample "Walkthrough: Synchronizing a Custom Task Pane with a Ribbon Button" found here:
http://msdn.microsoft.com/en-us/library/bb608590.aspx
Initially ...
Jozef asked 19/12, 2014 at 22:27
1
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 bu...
Michey asked 14/12, 2011 at 4:3
1
I'm making an Excel Add-in which has a CustomTaskPane. On load I try to set the dockposition, height and width of the custom taskpane. Setting these properties executes almost immediately on Excel2...
Jaymejaymee asked 28/10, 2014 at 17:34
0
I am just starting out with a Word VSTO Add-in. I want to add a group to the ribbon, which has a button to toggle a custom task pane. I want each document to have it's own independent task pane. I ...
Unbuckle asked 12/8, 2013 at 1:31
1
Solved
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 vis...
Adornment asked 23/5, 2012 at 5:32
1
Solved
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...
Khaddar asked 14/4, 2011 at 22:34
1
© 2022 - 2024 — McMap. All rights reserved.