Problem with customizong ribbon in Outlook 2007 OnLoad
Tue, 18 Mar 2008 08:54:03 -0700
Hello!
I'm making VSTO add-in (VS2008) for helpdesk. I'm trying to customize Ribbon
on load "read email" inspector.
I have ready code, but I'm trying to do something like that:
When email is comming with subject "Opened entry" i want to display
RibbonGroup "New Call" with button "New"
When email will have ...
|
Can I use user control on my own toolbar in Office 2003?
Tue, 18 Mar 2008 04:10:01 -0700
Now I need to develop my own add-in for Office 2003 (Word and Excel). The
best wishes from our customer is to place our toolbar at the right - like
Getting started toolbar - with our own user control on it...
Other solution will be placing common windows forms controls like checkbox,
combobox and other to t ...
|
Error message
Mon, 17 Mar 2008 11:54:08 -0400
I am interested in creating a new ribbonbar with VS 2008 When I open a
new project I get the following error message
Warning 1 This project references the primary interop assembly
for Microsoft Office PowerPoint 2007, but this primary interop
assembly is not installed.
But i have installed the primary i ...
|
RibbonComboBox.
Sun, 16 Mar 2008 16:53:24 -0400
I am having trouble finding documentation on the RibbonComboBox.
Here are my question
Is there a way to programtically (at run time) fill the RibbonComboBox
with integer values (in Visual Basic)
Is there a way to programtically (at run time) fill the RibbonComboBox
set which index value you want it to be ...
|
How to get parent of usercontrol
Sat, 15 Mar 2008 08:12:28 -0700 (PDT)
Hello All,
I have develop one UserControl from Vb 2005. I have also "Make
Assembly COM-Visible" to checked. How can I get the parent
application's name of this usercontrol. I mean, if I put this control
on custom pane of MS word or MS outlook (by using COM-addin of word /
outlook), then how come I get the infor ...
|
VSTO Outlook Add In - Hide "To" Field of new Email Item
Thu, 13 Mar 2008 19:15:41 -0700 (PDT)
Greetings!
I've developed an outlook add in and I need to hide the to field, or
make it read only. Essentially a wizard populates the "TO" and the
Subject via a series of questions to help in routing the email and I
need to disallow the editing of that information.
Any Ideas?
Thanks,
Seth Webster ...
|
Unable to cast transparent proxy to type 'Microsoft.Office.Tools.Excel.Worksheet'.
Wed, 12 Mar 2008 05:27:47 -0700 (PDT)
Unable to cast transparent proxy to type
'Microsoft.Office.Tools.Excel.Worksheet'.
This is the error I recieve when i go through the code at runtime.
VSTO.Worksheet sheet = null;
foreach (VSTO.Worksheet sht in
Globals.ThisAddIn.Application.ActiveWorkbook.Worksheets) // I get the
error here
//Since i want to ...
|
|
|
How does blog.dotx work?
Sun, 9 Mar 2008 17:17:58 -0700 (PDT)
Hi all
I want to create a wiki.dotx template similar to Microsoft Office
2007's Blog.dotx
Does anyone know how i can view the source code? and for that matter
how do i find the DLL that is attached?
I was surprised to see that there were no Document level Addins
showing in Word 2007.
thanks in advance
Ma ...
|
deploy multiple addins with one installation possible? (visual studio 2008)
Sat, 8 Mar 2008 09:28:26 -0700
All,
I have a solution in visual studio 2008 that has 3 different add-ins. 1
each for Outlook, Excel and Word.
I see that I can sign and publish these individually, but is there any way
to encapsulate this process so that they can be published in 1 installation
process?
I would also like to hear if t ...
|
MSAccess Query
Thu, 6 Mar 2008 17:23:35 -0000
Hi
I am using Visual Studio 2005.
What I need to do is to be able to read a table into Visual Studio, the
table is stored inside a Access Database. How can I do this?
D
...
|