-
- Excel 2003 and ListObjects (VSTO 2005)
by DanielMag
- 4 Replies
- Last post
by Nikhil Khandelwal - MSFT
- Hi.
I need some advise with a little problem with my VSTO application.
I have a excel document with a listobject. This listobject is bind with a datatable, that it's filled with a sqlcommand from my codebehind. This work very well, but when the user navigate through the listobjects' headers in the excel document, the excel process (excel.exe) sometimes it uses 50% - 90% cpu time for
-
- RASK in Word 2007?
by Aidan Ryan
- 1 Replies
- Last post
by Misha Shneerson - MSFT
- Hello all, I'm
wondering if the VSTO RASK (Requirements Authoring Starter Kit) can be
deployed to Word 2007 Beyond customizing RibbonX to allow toggling of
the RASK task pane, are there any other issues Thanks, Aidan Ryan
-
- Word's Autocorrect option in c#
by Suraj H C
- 6 Replies
- Last post
by tvc
- Hi All,
I am developing a windows application. I suppose to implement word's autocorrection option in my application like accessing the entries, replacing, adding new word to list and deleting. Anybody have idea please send the reply.
Thanks
Suraj
-
- error while creating object for outlook
by Gnana
- 22 Replies
- Last post
by Gnana
- Hi,
I am trying to open addressbook from my C#.Net web application
i am successful in opening addressbook through my code.
my application is not giving any errors when i am running on my machine.
but
when i hosted my application in windows server 2003 and trying to access that same applications from other machines it is throughing an error at..
Outlook.Application oAp
-
- Office 2003 Standard to professional upgrade
by SteinerA
- 3 Replies
- Last post
by Cindy Meister
- Hello
Our solution is composed of Outlook addin and Document level addin for Word.
Office 2003 Professional is a prerequisite installation in our case since our addin is build using VSTO and .NET 2.0 (C#).
One client of ours has Office 2003 Standard installed and would like to upgrade to Office 2003 PRO to start using our solution. We want to avoind unistall and reinstall of Office and in
-
- Excel says "Document Not Saved". How to solve?
by Virge
- 11 Replies
- Last post
by Richbloke
- Good day, all.
I've found the following issue (step by step):
Create a new Excel Template based on VSTO in Visual Studio
Remove two of three sheets from the template's workbook that VS has just generated, so your template will consist of the only one page.
Save the template and project.
Run VSTO template
Try to add a new sheet using template created in (2).
Now, drag Sheet1
-
- Application.OnKey
by Marius.Cotor
- 1 Replies
- Last post
by Cindy Meister
- I want to disable short-cut "ctrl+s" in excel.. I use: Application.OnKey("^s", ""); But I want to activate again this chort cut. Application.OnKey have 2 parameters, string key and object procedure.. For reactivate short cut must second parameter to be omissed. Parameter is optional but in C# not exist overload of this method and must specified both parameters. I try
-
- Adding Panel or UserControl to document host item
by mobigital
- 5 Replies
- Last post
by mobigital
- I don't see Panel in the toolbox when customizing a host document (Excle Sheet). Is there a way to add my own panel and/or a User Control to the host document If I can add listboxes, textboxes, buttons, etc. why not allow to add a Panel as well.
-
- Problem installing VSTO 2005 SE add-in for Word 2003
by Herman Solberg
- 7 Replies
- Last post
by Herman Solberg
- Hi!
After solving a minor problem regaring installation parameters for my add-in last week, the installation succeded today. Now a different problem appeared. And I've seen that is a frequently visited topic in this forum, but none of the other threads have helped me so far.
I'm developing a Word 2003 add-in with VSTO 2005 SE and everything is going great as long as I'm running a deb
-
- Applying Office Ribbon Style in your application.
by Secrets
- 0 Replies
- Last post
by Secrets
- i have read that you can apply MSoffice 2007 style in your application as micorosoft has opened its R&D... what if i want to start doing that.......
can i apply that style in vb.net applicatoins if so.. .any quick starters guide...
-
- 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.
-
- MS WORD table border style
by Utku Selamoğlu
- 4 Replies
- Last post
by Ji Zhou ¨C MSFT
- hi, i have created word documents from my applicaiton(c#) but i couldn't set the table borders style to none.
Can anybody help me about my problem thanks
utku selamoglu
-
- [HELP!] COM Exception E_FAIL Adding Controls to ActionsPane
by Oleg Krupnov
- 6 Replies
- Last post
by Misha Shneerson - MSFT
- Hi, I've built a document customization for Word 2003 using VSTO 2005 and it worked fine on my machine However on some other machines, my users report the error that occurs when the customization starts and the first control is added onto the ActionsPane. Below is the error description. Somewhere in forums I read that the error used to occur on machines without SP2 for Office 2003 and they recomme
-
- Selection.Move infinite loop on Word 2007 document
by Dave Jenkins
- 6 Replies
- Last post
by Dave Jenkins
- I am writing a Word 2007 add-in with VSTO SE. A button in my custom task pane moves the Selection through a document in steps of one paragraph. The code is shown below. It hangs midway through the document in an infinite loop. The document I am testing is a Microsoft financial document at http://www.microsoft.com/msft/download/FY06/MSFT_3Q2006_10Q.doc . Is this a bug It does the same thing if I sa
-
- There is no designer for the class Microsoft.Office.Tools.Word.Document
by godplaysdice83
- 5 Replies
- Last post
by Maarten van Stam
- I've never used VSTOR before and I've taken over a C# project that provides the code behind a Word template. When I try and view the .cs file behind the Word template in Design view, I get the following error:
There is no designer for the class Microsoft.Office.Tools.Word.Document
at System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent component, String nam
-
- Grief with ContentControlOnExitEventHandler
by Jason (Mel&
- 3 Replies
- Last post
by Jason (Mel)
- Hi My code turns an event handler for this on and off, with
public Microsoft.Office.Interop.Word.Document myDoc = Globals.ThisAddIn.Application.ActiveDocument; myDoc.ContentControlOnExit += new Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnExitEventHandler(ContentControl_Exit); and myDoc.ContentControlOnExit -= new Microsoft.Office.Interop.Word.Document
-
- How to get the range string of a worksheet.range object
by Michael Zh.
- 2 Replies
- Last post
by Asim Patnaik
- We all know that we can get a range object by using: get_range("A1:B1"), but if I have a range object, how can I get its address string --> "A1:B1" I wants to create a chart and give its source value as "A1:B1,D1:F1,G1:H1", so I need to get the string of range address. Thanks
-
- A lot of pain with Word automation
by Reuben Smith
- 4 Replies
- Last post
by Reuben Smith
- I'm having a lot of difficulty trying to do simple things with Word 12.0 Object Library. 1) When I try to create a new document... Microsoft.Office.Interop.Word.ApplicationClass oWordApp = new Microsoft.Office.Interop.Word.ApplicationClass(); Microsoft.Office.Interop.Word.Document oDoc = oWordApp.Documents.Add(ref missing, ref missing, ref missing, ref missing); Documents.Add returns nul
-
- OleDbPermission error accessing assembly
by wordyone
- 3 Replies
- Last post
by Dennis Wallentin
- I have just installed the .Net Framework security update and started getting the following error when testing on my development PC:
Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=2.0.0.0, Cluture= neutral, PublicKeyToken=... ' failed.
I am receiving the error in a VSTO Add-in for Word 2007 - this add-in accesses another VB.net assembly tha
-
- VSTO C# Add-In Excel In-Place Activation
by moltib
- 3 Replies
- Last post
by Cindy Meister
- Hi, The situation: - VSTO add-in for Excel - a workbook is edited in-place (Wordpad or Word) Problem: - wiring any events like Application_WorkbookActivate in the startup makes Excel hang; the shutdown or Application_WorkbookOpen events are not triggered; killing Excel and starting it again, it offers to recover the in-place edited file, meaning the OLE document was not correctly closed. - if no e
-
- Ribbon menu and Toggle buttons
by SoftCreator
- 4 Replies
- Last post
by SoftCreator
- Hello.
I created group with 3 toggle buttons:
< group id ="SData" label ="S Data" > < toggleButton id ="SDataAssignmnets" size ="large" label ="Assignments" screentip ="Show/hide external data Task Pane" onAction ="OnSDataButton"
-
- Override the VISIO menu
by Sunil Verma
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hello,
I want to overload the VISIO File>Open menu so that i can show my custom open dialog when user click on it.
Please let me know how i can implement it in C#
Thanks
Sunil
-
- How To Add a new ActionsPane in Powerpoint 2003?
by DKUS007
- 2 Replies
- Last post
by DKUS007
- How To Add a new ActionsPane in Powerpoint 2003 Please send me some links or any code
-
- Excel sheet delete/rename/move/copy
by msexceller
- 8 Replies
- Last post
by msexceller
- How do I handle following events in excel 2003 (with C#)
sheet rename
sheet delete
sheet move
sheet copy
Also, is it possible to disable only a few options in sheet right click popup menu Protecting the workbook is not acceptable in my case.
thanks...
-
- How I Can Add My Template to The Templates List of Word?
by NaamaV
- 3 Replies
- Last post
by Cindy Meister
- I created a VSTO Word Template and I don't know how to add it to the word templates.
I can run it by double-clicking on it, But I couldn't open it by "Select Template".
Why How I can add it to the templates list of Word