-
- Installing word 2007 add-in
by radiorus
- 3 Replies
- Last post
by Darryn Lavery -- MSFT
- I write word 2007 add-in.Then I create installation package.Then I install this add-in on other PC. Then try to add add-in in word settings(select dll or manifest) them I have error = not valid word add-in! How I can install add-in in client PC
-
- Capture enter key in a custom VSTO toolbar textbox
by DKUS007
- 7 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
I amd using vsto 2005 SE to create a custom toolbar. In the toolbar I have one textbox. I want to capture enter key in that textbox.
Please help me how to do that
-
- Windows Vista, VSTO 2005 SE addin on Office 2003 not working
by stensby
- 9 Replies
- Last post
by stensby
- Configuration: Windows Vista Visual Studio 2005 VSTO 2005 SE Office 2003 Professional Problem: I've just upgraded from XP to Vista and after that even the simplest VSTO Outlook addin doesn't work any more. I can't debug the project and ThisApplication_Startup event not firing.
When I look at the addin i Outlook (COM Add-Ins/Add-Ins available) the Load Behavior is "Not loaded. A runtim
-
- Usage of Microsoft.Office.Interop.Word.Field(.Range)
by Edve
- 3 Replies
- Last post
by Edve
- Hi,
I'm trying to use a Word.Field for automation of a word document. What I want to do is place content in a field (like a table) and then update that content when a user hits the "update" button. I expected that the Field.Range is like any range in Word, in which you can add tables, inlineshapes, apply formatting etc., but I've tried over a dozen ways to create a table inside of
-
- How to view Excel worksheet after debug breakpoint encounter?
by EntropyPilot
- 3 Replies
- Last post
by Cindy Meister
- In an Excel project, how can the open workbook be viewed after a debug breakpoint is encountered
I am new to VSTO and just trying to get my feet wet. I have created a button in an excel worksheet which executes code which reads numbers from a few cells, performs a math operation on the values and wirtes the result to another cell. The code executes fine. But if I insert a breakpoint, I ca
-
- How to make an external dll the Startup Project in the Solution
by GeethaM
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- We have a dll given to us by a third party. This dll was created using VSTO 2005 (ie. this dll includes the reference to the xls file, thisworkbook.cs, etc). We need to use this dll in our solution along with our in-house VS projects, but make this dll the Startup project. We don't need to debug this dll, but we need this external VSTO dll to the startup when I run/debug the other projects in the
-
- Outlook Addin Security Problems
by BenDowling
- 6 Replies
- Last post
by BenDowling
- I have created a VSTO 2005SE add-in for Outlook 2003. I've followed the step desribed in http://msdn2.microsoft.com/en-us/library/bb332052.aspx, and it builds, deploys, and runs without any problems. However, on a couple of machines I've been running it on I get a security error, and the add-in doesn't load. After applying the VSTO_SUPPRESSDISPLAYALERTS variable I get the error below. As I mention
-
- Can you put an Office Built-in Icon on a Windows.Forms.Button?
by Tadwick
- 2 Replies
- Last post
by Tadwick
- I have a windows form (not a toolbar) in my Outlook add-in with a button. Can I add an office button to it if I know its FaceID Failing this, where are the Office Icons stored on the computer (ie which .exe .dll etc )
Tx, Tad
-
- Urgent: Connecting to Oracle
by BabbleBoy
- 4 Replies
- Last post
by X4U
- Hi,
I'm implementing an Excel 2003 worksheet solution with the aid of VSTO 2005. On my development machine anything works as expected. But when I deploy the solution to another machine I get an error stating that the oraops10.dll cannot be found...
In my project I have a reference to the Oracle.DataAccess library. That library is deployed to the same folder as the solution's library.
-
- Excel 2007 and vsto se
by curious_12
- 1 Replies
- Last post
by curious_12
- I upgraded my office 2003 installations to office 2007 and installed vsto se on my computers. Now none of my old Excel 2003 projects open in Visual Studio 2005. I also cannot create new Excel 2007 projects in VS 2005. I can create Excel 2003 or 2007 Add-Ins. Is it possible to create Office 2007 projects in Visual Studio
-
- Open document from a form
by kcthota
- 8 Replies
- Last post
by kcthota
- I have word addin with some Forms. When the user performs some operations on these forms, the forms will get a document from the database to temporary location, and open the document in the current active document.
Can I get some sample code/related article to trigger the document open from a form loaded via the addin
Thanks,
Chait
-
- Word Customization not loading when document loaded via ActiveX (javascript)
by Tom_Stevens
- 4 Replies
- Last post
by Tom_Stevens
- Hi guys
I've got a simple customization that runs fine when the document is opened in the normal fashion. However i'm trying to open the doc from a client side script:
Code Snippet
wdapp= new ActiveXObject( "Word.Application" ); // creates new blank document
wdapp.Documents.Add(data, false );
wdapp.Visible= true ; // makes application visible
wdap
-
- Getting notified when a user creates a new mail
by smurrell
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello
How do I using VSTO get notified when a user manually creates a new email clicking either the "New" button or presssing "Ctrl + N" Can I also receive the MailItem in an event handler
Regards,
Simon
-
- Convert word doc to pdf
by mrleokarthik
- 14 Replies
- Last post
by imatworknow
- Hi,
I need to convert word document to pdf file using C#.2
Iam having
MS visual studio 2005 professional (and also MS VS.2003 enterprise ed)
MS Office 2007
I have downloaded SaveAsPDFandXPS (used to convert doc to pdf)
Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (VSTO 2005 SE)
My question is
Do i need "MS visual studio 2005 for o
-
- how to implement "in-Ribbon" Gallery ?
by febwave
- 1 Replies
- Last post
by Rachel Schaw - MSFT
- I have almost read http://blogs.msdn.com/jensenh/default.aspx messages all. But I don't know how to implement "in-Ribbon" Gallery (that's like home styles in word 2007 )
At "2007 Microsoft Office System UI Design Guidelines - Evaluation.doc",they said there were two styles about Gallery ,that's " dropdown " and " in- Ribbon ".Could you tell me ho
-
- outlook coding in c#
by rnbguy
- 2 Replies
- Last post
by Sue Mosher - Outlook MVP
- hi im using this :
try
{
// See if it already exists
this .toolbarButton = (Microsoft.Office.Core. CommandBarButton )commandBars[ "Standard" ].Controls[ "Dial Contact" ];
}
catch ( Exception )
{
// Create it
this .toolbarButton = (Microsoft.Office.Core. CommandBarButton )commandBars[ "Standard" ].Controls.Add(1, System.Reflectio
-
- Can designer.cs file for a Word Addin be safely customized?
by MikeT1021
- 2 Replies
- Last post
by MikeT1021
- I'm writing a Word 2003 COM Addin using VSTO and Visual Studio 2005. I've added an interface inheritance in the designer.cs file for the addin, so that other classes in my project can access the addin using a standardized interface. Everything works great, but every once in a while, for some odd reason, Visual Studio decides it wants to recreate the addin designer file and my change disappears. I
-
- No service pack for VSTO 2005?
by ccassino
- 5 Replies
- Last post
by Gabi10
- Using VSTO 2005.
We installed the SP1 Beta, installed no problem. The RTM verison of SP1 for Visual Studio 2005 will not install on VSTO 2005.
VSTO is not listed as having an SP release, only Team Ed. and Prof. Was there no SP released for VSTO Does anyone kow any reason for this Especially since we were able to install the beta versionit does not make much sense.
Help
Thanks
-
- "Cannot find file" on startup - Word 2003 addin, VSTO 2005 SE
by Herman Solberg
- 4 Replies
- Last post
by Herman Solberg
- Hi!
When I deploy my recently built addin I run into problems when. In my code I declare two members that hold the file names of an .xml file and and .xsd file that I use in my addin. These are located in the same folder as my assembly and therefore should be found by just opening them with a relative path. This is how I define the members:
Code Snippet
private const string
-
- Control like "Type a question for help"
by Alver
- 2 Replies
- Last post
by Alver
- How to make a ComboBox Command Bar control like "Type a question for help" in all Office application I create my own CommandBarComboBox in Outlook 2003, and set up a handler for Change event. I want to clear input text if users press Tab key for example, the sismilar behavior as "Help" combobox. But I can't do this. I don't find any way to catch this action. Change event does
-
- Problem selecting and highlighting text range in table of Word while creating bookmark
by radekskowron
- 6 Replies
- Last post
by radekskowron
- Hello,
I want to create bookmark in word document - when user selects the text, clicks mouse right button and chooses item form context menu (Add bookmark) the action for this click event fires such code:
Microsoft.Office.Interop.Word. Range rng;
Microsoft.Office.Interop.Word. Bookmark bm;
applicationObject.ActiveDocument.ActiveWindow.View.ShowBookmarks = true ;
rng = app
-
- Capturing Category Change Event
by DuBrowgn
- 3 Replies
- Last post
by DuBrowgn
- I'm writing an add in for Outlook 2007. What I want to be able to do is run some code when ever the user changes (sets or clears) a specific category on a mail item. So if the user decides to categorize an Email they got as "management," my add in would run some code based on that category. Thanks for any help you can offer!
-
- problem about calendar in appointment
by zl_Cynthia
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- I am doing an add-in in Outlook 2003. I want to retrieve free/busy data of some meeting rooms. And I use this command
" http://{0}/public/ cmd=freebusy&start={1}&end={2}&interval={3}&u=SMTP:{4 } "
But now I want to realize a function quite like Scheduling in Appointment(File -> New -> Appointment). But this also relating to Recurrence settings. That m
-
- Outlook Addon - MessageBox not displaying in the current active window.
by Deltoid
- 8 Replies
- Last post
by Deltoid
- I have created an Outlook add on which performs actions when the ItemSend mail event occurs. I have a confirm dialog box that pops up. 1) If the e-mail message is open on my secondary monitor the messagebox will display on monitor 1. 2) If the e-mail message is open on my primary monitor the messagebox will be displayed BEHIND the message window. I suspect the problem is that I need to pass the Me
-
- VSTO Excel Startup paramters
by lrjanzen
- 4 Replies
- Last post
by PumaKurt
- Is there a way to pass in parameters when opening a workbook I am calling some web services in ThisWorkbook.ThisWorkbook_Startup sub and need to pass in a idfferant set of parameters for each client I open.
Dim myExcel As New Excel.ApplicationClass
myExcel.Workbooks.Open(testPath)
myExcel.Visible = True
Is there a way to get the parmaes in and read them
Thanks
Lon