-
- VSTO 2005 Visual Studio 2005 Office 2007 Office 2003
by DaveB62366
- 5 Replies
- Last post
by Douglas H. Troy
- Hi,
I have Visual Studio 2005,VSTO 2005, Office 2003, Office 2007 installed.
I did not upgrade Office 2003 to 2007. Both are operational.
Does anyone know if it's possible to have Visual Studio 2005
use the Office 2003 PIA's by default, instead of the Office 2007 PIA's
I'd like to have Office 2007 installed but have Visual Studio 2005 use Office 2003 for Office development, INSTEA
-
- Trying to create Excel 2007 doc using Asp.Net and C#
by Rocco Mastrangelo
- 6 Replies
- Last post
by Petro Protsyk
- Hi,
I am trying to learn how to create Excel spreadsheets programmatically and I believe this is the place to get help. I have been able to create an actual file, but when I try to open it with Excel 2007, a message box is displayed with "Cannot use object linking and embedding". When I click OK, I get another message box with "Microsoft Office Excel has encountered a problem...&
-
- Focus and Custom Task Panes?
by Savraj
- 6 Replies
- Last post
by Savraj
- Last Question for a while! I have a Custom Task Pane that contains Windows Forms Controls. I noticed that, when the Task Pane is not docked, it takes two distinct clicks on a button to get it to fire--the first click puts focus in the Task Pane, and the Second Click actually fires the button. I want the first click to fire the button. Has anyone else seen this issue Thanks again in advance! -Sav
-
- Notification when Iserting/Deleting Excel Rows/Columns.
by KalliMan
- 6 Replies
- Last post
by Dennis Wallentin
- Hi all,
I'm writting a simple Excell (v2003) Template, using VSTO 2005 (C#). My question is How can I determinate when the user Inserts or Deletes Row(s) or Column(s) in the sheet table. There is only "Change" event of a Sheet object whcih is raised for all changes. But I'm unable to determinate which of changes are affected only from Inserting/Deleting of Row(s)/Column(s).
-
- WORD: dynamic layout
by Hockey Fan
- 6 Replies
- Last post
by Cindy Meister
- I've done a little with VSTO and Word, but now I'm at a point where I need some help.
I have a document that is being built by a web-app. The web app basically asks a user some questions, validates information against a database, and then stores their answers and builds a Word doc from a template. The template has a number of fields that are populated. No big deal there.
Here's the hard
-
- Supress Assemby not found
by jammyDP
- 1 Replies
- Last post
by Misha Shneerson - MSFT
- I'm creating a document using VSTO. Internally I want there to be a task pane that allows you to quickly carry out various tasks quickly.
However, once the document is complete I want to then e-mail it to a client (where the plugin will not be present). Is there a way to supress the error message saying "Assembly could not be found" on the clients machine. I dont mind how it is done,
-
- Single Setup project for deploying multiple Addins and Templates
by Job Lot
- 7 Replies
- Last post
by Asambhav
- Single Setup project for deploying multiple Addins and Templates.
I need to deploy Word and Excel Addins and Templates on client computer. How can create a single Setup project for that Can I add the Setup projects that gets created when addin or template project is created into a Single custom Steup project
Thanks
-
- Reading the folders created in Outlook.
by Girish Parappa
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello, I am doing Outlook programing in C# for 1 of my project. I have created a folder "Publication - Inbox" under Personal Folders in outlook. Now I want to read this folder and add the inbox item entries into it... I can read the outlook default folders and add entries into that default folder, but not the folder which i created... Can some one help me in this... Regards, Girish...
-
- Error when trying to install ClickOnce Application
by N5GE
- 3 Replies
- Last post
by N5GE
- Howdy,
I'm trying to install a clickonce application from IIS on my development machine which has .NET 3.0 installed and VS2k5 sp1 installed.
When I navigate to the site and click the Install button I get the download dialog and all is well until I select run from the the setup dialog. I then get the error below:
The following error occurred attempting to install 'http://luke/ArlTexAjax/A
-
- setting default message format to rich text in outlook 2003 using C#
by Ubersnack
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I wrote an application a few months ago that programmatically set the signature for outgoing emails (using some of the code from this forum, thanks!) and setting the signature works perfectly...
However, the company have their email signature in rich text format, and do not want anyone sending html emails. I have had a try at it, the closest thing I have found is in Microsoft.Office.Inte
-
- app.config connectionStrings
by cb3431
- 5 Replies
- Last post
by Dennis Wallentin
- I have created a Shared Add-in project. To this solution I have added a User Control project and a WPF User Control project. I am hosting the WPF control in the User Control.
I am trying to get a connectionString from the app.config file, but it acts like the app.config file is not even there.
connString = ConfigurationManager.ConnectionStrings( "sql" ).ConnectionString
-
- Deployment VSTO SE - Outlook 2007 add-in
by Lily Collins
- 4 Replies
- Last post
by Lily Collins
- I¡¯ve developed an add-in using VSTO SE and Outlook 2007. I have a setup project and have followed all the instructions given in the following msdn articles to try to deploy the add-in:
http://msdn2.microsoft.com/en-us/library/bb332051.aspx ( Deploying Visual Studio 2005 Tools for Office Second Edition Solutions Using Windows Installer (Part 1 of 2))
http://msdn2.microsoft.com/e
-
- VSTO Setup project question
by kewpcg
- 2 Replies
- Last post
by Flying Icarus
- I would like my product name to appear a certain way under Add/Remove programs (basically, a long form of the product name including the company name). However, I don't want to change the ProductName property, because that is the shorter form of the product name which should be used for the application folder name.
Is there a place I can chance the product name just as it appears under Add/
-
- Inactive event handler on custom toolbar
by ClaudiaHelpOnVSTO
- 4 Replies
- Last post
by ClaudiaHelpOnVSTO
- Hi, I am using
Word 2003 and VSTO 2005.
I have a
.doc solution deployed by the Publish Wizard. When I open this .doc file there is a
custom toolbar with different buttons on it. When I click on the buttons the
corresponding event handler is called and executed. So fare everything works
perfectly fine!
Then I
reopen an other instance of the same .doc file (so now I have two Wor
-
- Hide Inspector
by thehin
- 9 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello Everyone, I am trying to follow the example shown here: http://www.outlookcode.com/codedetail.aspx id=616 . This example is a work around which allows one to get the start date and end date of a selected calendar range. I am using VSTO 2005 SE and Outlook 2007. Everything works great, however there are a few problems. The following code is what I would like to do:
Code Block
-
- Detecting if a UDF is invoked from a Function Wizard
by Yazan Diranieh
- 3 Replies
- Last post
by Dennis Wallentin
- I've written a C# automation AddIn whose public functions can be used in Excel formulas. However, I need to guard against invoking these functions from within the Function Wizard (these AddIn functions actually connect to a remote server).
Is there a direct way to know if an AddIn function (written in C#) was invoked from the function wizard One way I'm considering is enumerating the Excel app
-
- Problems Closing Excel from VB.Net
by dgcl
- 1 Replies
- Last post
by dgcl
- Hello, I'm working in a windows form application, which create an Excel File. I had a tab control with 5 tab pages, and every tab pages has a DataGridView control, then I donwload the information from every DataGridView control to an Excel File with 5 sheets, and everything was ok, When the application finished, Excel closes and everything was nice. But, then I had to create several tabpages dynam
-
- Windows App launching a Word Project (document)
by Corby111
- 6 Replies
- Last post
by Cindy Meister
- I have read alot of information about what I want to do, and no one has offered me a clear cut solution. I have seen a few posts that come close to this, and then they do not state how they did it, or which is my beset solution. I hope this is not off topic, or too vague but this is my best hope for an answer so please help. I have read all FAQ and read this first, and every article about Interop
-
- VSTO 2005 Samples
by Bill Kinney
- 2 Replies
- Last post
by Segundo Leon
- None of the VSTO 2005 samples are available for download from http://msdn2.microsoft.com/library/z63ctsh2(en-us,vs.80).aspx Is the source code just not available yet I'm especially interested in the source for the Document Protector Sample for Word. Thanks, Bill
-
- Loosing formatting when applying WML Transofrms to text elements
by Jeff_R
- 3 Replies
- Last post
by Jeff_R
- Hi all,
I'm working with a team using VSTO 2005 to automate 'smart documents' and we are seeing an issue when a user updates a Text field (XML element) and we go to update the page (pushing through the WML transform for the doc) the carriage returns, fonts etc are lost.
How can we get these formatting elements to persist when going through a transform
Thanks!
Jeff
-
- Redemption equivalent objects to Outlook
by mike950
- 14 Replies
- Last post
by mike950
- I'm trying to use the SafeMailItem as an alternative to the OutlookMailItem, but Subject, ReceivedTime and Delete don't seem to be available to the Redemption SafeMailItem. Can anybody help me out Any help would be really appreciated.
-
- accessing Current Outlook Application (Me.Application) from a form
by jdrawmer
- 2 Replies
- Last post
by jdrawmer
- Probably just another minor issue but i'm requiring to access the current outlook application (Me.Application from the class) from a custom form, to then access the currently selected item, but obviously Me.Application won't work as its in the form class, and ThisApplication doesn't have any desired affect, i was wondering how you can do it!
Thanks a lot, Jay
-
- Setup project for VSTO 2005 SE
by Thierry Nenin
- 7 Replies
- Last post
by Dennis Wallentin
- Hi all,
So far I am concerned by deployment of Office Code Behind solutions, i was really happy to have found two great technical article addressing all issues about making a complete setup with a bootstraper to install all the prerequisite.
But as those valuable ressource adressed all VSTO 2005 issue (installing runtime, language pack and so on), what's about VSTO 2005 SE
Sure that the r
-
- I think I am not clear.
by UKhaan
- 2 Replies
- Last post
by UKhaan
- Hi
I have a schema ,that has several elements, some of which are of type image (xs:base64Binary) what I want to do is to
1) open a word document 2) attach this schema to Word 3) add the elements from schema into word document ( of course the the image elements too) 4) Then I want to save the document as as *.ml and *.xslt 5) then I will use this *.ml,*.xlst and an *.xml to recreate the orign
-
- Exception from HRESULT: 0x800A03EC when trying to access Range properties
by garretth
- 10 Replies
- Last post
by Dennis Wallentin
- I just starting to experiment with VS2005 and the VSTO 2005 SE Beta and I've run into a problem I don't seem to be finding the solution to. I'm working in Windows Vista and Office 2007 and have applied the service pack and the Vista update to my VS2005 Professional installation.
What I'm trying to do is determine whether an Excel cell that is double clicked is in a named range. My first experim