-
- VSTO on tablet pc, not running
by Keith_Morgan
- 3 Replies
- Last post
by Steven Goulet [MSFT]
- Hi Everyone,
I am developing a little application using VSTO. I have got the application working on my development machine and have deployed it on three other machines (all running XP Pro/Office 2003 SP2) and it has worked fine (although I did have the CAS not being registered at first). The problem is that I have come to install the application on a Windows Tablet edition running Offi
-
- VSTO customization detachs on save when document is password protected
by George578556
- 2 Replies
- Last post
by George
- Hi all,
I am using VSTO 2005 SE with Office 2003 (Office 11). I have a Word template document with an customized VSTO assembly that my C# program copies when a user attempts to open the document via my program. The copied document correctly maintains the assembly information and opens successfully in Word.
The copied document is password protected to prevent editing. Using bookmarks, the
-
- parsing a word document
by nitm
- 2 Replies
- Last post
by nitm
- hi,
i need to parse a word document.
inside the document there are special strings which indicate that the text after them is special, i.e.: <title_0>this is a title for...<title_0>
i need to go over the entire document and get those tags & values...
other than these tags i have simple text that i need to transform into html.
i read a few posts/articles o
-
- Outlook-Add-In
by T_B__86
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, I'm working on an add-in for Outlook 2007.
In Outlook I have several mailboxes(Imap)
How can I get the "Sent"-Folders of each mailboxes
Code Snippet
Application.ActiveExplorer().Session.GetDefaultFolder(OlDefaultFolders.olFolderSentMail)
//So I only get the "Sent"-Folder of the first mailbox
-
- VSTO 2005 SE Globals Addin Support in Word 2003
by serora
- 3 Replies
- Last post
by Andrew Whitechapel - MSFT
- If I understand things correctly, document level customizations (i.e., those that can make use of the actions pane) are only compatible with Word 2003 Professional or Standalone Editions due to VSTO's use of the XML expansion pack stuff.
What if I create a global addin for Word 2003 using VSTO 2005 SE Do I have the same limitations to the versions of Word that are supported (i.e., Professional/
-
- Customize ProductName in setup?
by Tadwick
- 2 Replies
- Last post
by Tadwick
- When my bootstrapper runs it uses a ProductName that is a concatenation of my application project name and Setup (eg AcmeSetup). How can I customize this parameter I read that you can include a settings.ini file with your bootstrapper but I'm unclear whether this works with the VSTO generated bookstrapper and where the file needs to be placed.
Can anyone help
Thanks, Tad
-
- Problems registering an Outlook Addin on machines without Visual Studio
by Eduardo Sora
- 1 Replies
- Last post
by Mohit Gupta - MSFT
- Hi, I wrote an Outlook Addin using Visual Studio 2003 and Office 2003 using .NET 1.1. Everything works fine but as soon as I try to install the generated Setup on another machine with just Outlook installed on XP with .NET 1.1 and .NET Office Bindings, the Addin is not listed in the Outlook Addin overview.
-
- Suspending layout in excel
by Janjko
- 2 Replies
- Last post
by Janjko
- In one macro I delete a lot of rows. Each time a row is deleted, the grid draws again and it slows down the process. How do I suspend drawing of the grid until the job is done
-
- Outlook: MAPI fields versus User Properties
by MauricioUY
- 14 Replies
- Last post
by Ken Slovak
- Hi,
I want to improve an outlook addin which is using mapi fields (a lot) and this is generating abnormal behaviors in outlook, so now I'm in doubt to quit all use of mapi fields fo User Properties but I need some recomendatios or comments about using "mapi fields vs user properties" (or viceversa).
Thanks,
Mauricio.
-
- Help: powerpoint show turns up as powerpoint presentation
by catgirl
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- I created and saved a powerpoint show on my computer at home. I saved it to disk and took it took my work computer. When I open it from the disk at work, it does not open directly as a show but rather as a presentation , the difference being that as a show it plays right away when you click on it; as a presentation it goes into power point and you have to click on slide show, thereby in a roundabo
-
- HandsOnLab.Lab3 Error: Unable to add a new view to Outlook
by Apuhjee
- 3 Replies
- Last post
by iicDotnet
- The following code:
// Get the bank contact folde r Outlook.MAPIFolder inbox = this . ActiveExplorer().Session.GetDefaultFolder( Outlook.OlDefaultFolders.olFolderInbox); Outlook.MAPIFolder bankFolder = inbox.Folders[ "Bank" ];
// Get the views collection for the Bank folder. Outlook.Views folderViews = bankFolder.Views; Outlook.View bankView = null ;
try { &nbs
-
- how to deal with each Recurring AppointmentItem?
by fahad11
- 7 Replies
- Last post
by Sue Mosher - Outlook MVP
- hey everyone...
I want to retrieve all the appointments in a week by displaying their information
so the problem that iam facing is when i have a recurring appointment
how can i deal with each appointment in it
for example i got the same meeting in a week lets say (sat,mon,wed) so i want to display each ones data
this is what I've done (outlook 2007 C#)
Outlook. Applicati
-
- Table Style in Excel 2007 Addin
by Mohan Kumar Karunakaran
- 8 Replies
- Last post
by Mohan Kumar Karunakaran
- Hi,
I am trying to create an excel addin for office 2007 using VS2005 & VSTOSE. I would like to create a table style on the startup. I tried calling the below procedure in ThisAddin_Startup(). Procedure runs but the style is not available. Can anyone help me on this.
Public Sub TableStyles()
Dim Thiswkbk As Excel.Workbook
Thiswkbk = Globals.ThisAddIn.Application.
-
- Can we use VSTO 2005(Not SE) with office 2007?
by mahavir patil
- 5 Replies
- Last post
by mahavir patil
- I need document level customization and this i need for documents of office 2007 as well along with office 2003 and exceptionaly for previous versions(not compolsory).
Now if i will go with VSTO 2005(not SE), will i be able to implement document level customization for office 2007 documents as well
TO describe the scenario more, My web application user will download office documents from the
-
- The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
by Hans-Joachim
- 14 Replies
- Last post
by Hans-Joachim
- Hi Chaps,
I'm using this snipped code in Visual Basic 2005 with one problem.
On my development PC Win XP-SP2; Visual Basic 2005; Office 2003-SP2 this code is working well. On a different PC with same configuration (except VS 2005) I'm running into an error called: "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)". The goal of my code is just to analyse to p
-
- Application.Calculate in Excel does not seem to work when custom task pane is visible
by jking94577
- 4 Replies
- Last post
by jking94577
- Application.Calculate in Excel does not seem to work when custom task pane is visible. I have a custom task pane that paste in a user defined function into Excel. However, when I do a Application.Calculate to make that user defined function show a value immediately it does not seem to do anything. I actually have to close the custom task pane then do an Application.Calculate and then the value cha
-
- get the selection range in excel with vsto
by lucky027
- 4 Replies
- Last post
by Cindy Meister
- Hi!!
I have a simple answer, but I don¡¯t know how to resolve it...
I only need to get the selection range in a excel sheet, when I press a button in an vsto action pane... how I can to do it
thanks!
-
- Reading Excel From C#
by DOSST
- 14 Replies
- Last post
by bad neighbor
- You can read data from Excel using the JET OLEDB provider. See the URL below
for the necessary connection string, and a link to a KB article with further
information ...
http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel
--
Brendan Reynolds
wrote in message
news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com...
> Hi
>
> Can anyo
-
- How to create Excel HostControl from code behind Custom Control on TaskPane?
by MaratYa
- 8 Replies
- Last post
by MaratYa
- In VSTO Excel document level application I need to add NamedRange controls on various worksheets. All examples I found show the creation of NamedRange from Worksheet_startup event like this:
Dim textInCell As Microsoft.Office.Tools.Excel.NamedRange textInCell = Me.Controls.AddNamedRange(Me.Range("A1"), "cellText")
But I cannot seem to be able to create a named ran
-
- Outlook private folders
by -Brian
- 4 Replies
- Last post
by DeborahK
- Using Outlook 2007 and VSTO 2005 for Office 2007 writing in c#
How do I set a Folder object to a private folder
currently I am runing fine using code like:
Outlook. Folder outFolder= Application.Session.GetDefaultFolder(Outlook. OlDefaultFolders .olFolderSyncIssues) as Outlook. Folder ;
But I do not see where I can set it to a private folder path.
Also, I would like for this
-
- Undo and Redo in Office automation in .Net 1.1--Urgent Help needed
by DKUS007
- 8 Replies
- Last post
by parmanu
- I am using a window based application in .Net1.1(C#), where I am using Office 2003 PIA.
In this application I am caputuring Ctrl-V and doing pastespecial functionality of Excel. But after pasting I am not able to Undo or Redo to previous state.
Below are my code after capturing CTRL-V below code function I am executing
public void ExcelPaste() { try { IDataObject objPresumablyEx
-
- copy attached file from MS outlook to a folder by vb.net2005
by TapasChoudhury
- 1 Replies
- Last post
by John R. Durant - MSFT
- i have to copy the attached file from ms outlook to a folder automatically when a mail received by an id. how to do this can it be done by windows services plz guide
-
- How to: Call native PowerPoint functionalities from my own commandbar?
by kennethzhou
- 1 Replies
- Last post
by Cindy Meister
- I had created a custom commandbar, and I would like to create some commandbar buttons which have the same functionalities as the buttons in PowerPoint toolbar, such as 'Format Painter' in 'Standard' toolbar.
Thanks in advance
Kenneth
-
- Using the Microsoft Office Document Imaging 2003 Viewer Control
by ron nash
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Do we need to have office 2003 installed to be able to use the above.
I have the MDIVWCTL.DLL but can not seem to add it / use it within the IDE
http://msdn2.microsoft.com/en-us/library/aa167614(office.11).aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1758099&SiteID=1
-
- Failure adding control to the document
by Evanscute
- 4 Replies
- Last post
by Evanscute
- I have Visual Studio 2008 Beta 2 and office 2007 installed. I am trying to create Office 2007 Word Template C# project. Project is created and word also loads in design view. When I am dropping control on to the template I get an error message "A failure occurred adding the control to the document". It does not matter what control I am adding button, text box everything seem to be giving