-
- Date Filter on Outlook calendar items not working
by Siddhu
- 4 Replies
- Last post
by Siddhu
- Hi, We are using following filter code to fetch outlook calendar events between given range. Outlook.Items items = _olCalMAPI.Items; string filter = "(((([Start] < \"" + toDate.ToString("yyyy-MM-dd ") + "12:00 AM\" )" + " AND ([End] > \"" + fromDate.ToString("yyyy-MM-dd ") + "12:
-
- Why Excel customer menu only response for one time
by Lin Kejian
- 2 Replies
- Last post
by Linkejian
- Hi :
What I want is create a new menu in excel , when the first time click the menu , the code is ok, but click it again, there is no response for event .
Can anybody help me
using System; using System.Data; using System.Drawing; using System.Windows.Forms; using Microsoft.VisualStudio.Tools.Applications.Runtime; using Excel = Microsoft.Office.Interop.Excel; using Office = Microsoft
-
- How to start VSTO
by Geethanga
- 2 Replies
- Last post
by Geethanga
- Can anybody please explain me on following things regarding VSTO. How to install VSTO. What are the software we need to have in order to start programming VSTO. I have installed VS2005 and Office 2003. Actually i want to put a control to Word. If you can provide me with a list of all the stuff i have to download and their links i will be greatefull. Thank you very much. geethanga
-
- Remove Contextual tab
by FS2K
- 3 Replies
- Last post
by FS2K
- Hi !!
How can i remove contextual tab in the ribbon in Word 2007
Example : when the selection is in a table the contextual tab "TableTools" with Design & Layout appears in the ribbon.
Best regards
-
- CRM and VSTO se Outlook 2003 addins - issues -- HELP!!
by BillyDvd
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- I have a VSTO SE Outlook addin for Outlook 2003, C# 2005, Works Great, no issues!
UNTILL we started rolling out CRM on the desktop's!
Now my addin acts as if the events it is wired into do not fire or hang! This only occurs with the users that have CRM installed!
And it is only the DESKTOP version, the laptop client appears to be working well.
This causes the logic I have built in
-
- VSTO & Outlook custom regions
by Jan Ku&#269;era
- 6 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
Is there any support for Outlook Custom Regions in VSTO 2005 SE I mean sample FormRegionStartup class like with Ribbon.... (and perhaps without needing to modify registry manually)
I have tried to follow a couple of walkthroughs (both MSDN and from Outlook blogs) but I have a little successs.
System.ArgumentException: The value entered for the DesignMode property is not valid. En
-
- Does not install shared Add-in (for word, excel) on end user system
by pintu17
- 9 Replies
- Last post
by Ankur Soni
- Hi,
I have created plugin for word and excel through .Net 2.0 Shared Add-in and it work correctly on development evenvironment. But when i created setup and install on end user system then it does not work. even i have installed following setup:
1) Net Framework 2.0
2) WindowsInstaller3_1
3) O2003PIA.MSI
4) vstor.exe
5) Office SP1
Note: End user Sys
-
- Is there a way to communicate between Word Document Addin & Word COM Addin in VSTO?
by vitich
- 5 Replies
- Last post
by Cindy Meister
- I have Word Document Addin in VSTO 2005, but I need to add some items to MS Word menu. I'm going to use Word COM Addin to add menu items, but it's going to be separate app. I'm not sure how can I notify Word Document Addin when state changed in COM Addin. What is the best way to do that Does Word provide any functionality to solve this problem
-
- Delete Outlook MailItem?
by Toxter
- 5 Replies
- Last post
by KateCooper
- Hello everyone,
I'm developing Outlook 2003 addin.
I'm using a copy of MailItem temporarily which I need to delete later.
I can do that by calling MailItem.Delete() method.
When I invoke Delete() method, Outlook stores it in 'Deleted Items' folder .
I would like to delete MailItem without Outlook storing it to 'Deleted Items' folder (like Shift+Delete).
Is this possible
-
- How to add words to MS Word custom dictionary
by Stoil Pankov
- 6 Replies
- Last post
by Cindy Meister
- I am trying to use the MS Word spell check in my application. It is fine for words witch are in the main dictionary. For my functionality to be complete I need to add the option of adding words to the custom dictionary so that they are not constantly shown as mistakes.
I am opening the .CustomDictionaries.ActiveCustomDictionary file and adding the new word but at that moment MS Word desele
-
- How to Rollback to the older version
by venu563590
- 2 Replies
- Last post
by Misha Shneerson - MSFT
- iam workin gon outlook addin using vsto. if i have updated my application to the newer version through auto update process, can i again rollback to the older version whenever it is necessary.
-
- 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).
-
- .NET 2.0 Addins compatibility (KB907417) to pre-Office2003 versions
by b6s
- 6 Replies
- Last post
by b6s
- Dear all, I am a developer of IME (Input Method Editor) and I have tried to integrate IME with .NET 2.0 based GUI via managed C++. It worked fine on Office 2007. To Word 2003 and Excel 2003, it requires KB907417 ( http://support.microsoft.com/ scid=kb%3Ben-us%3B907417&x=5&y=8 ) to load the IME DLL normally. To pre-Office 2003 versions, however, there's no hotfix to make them suppor
-
- determine assembly path for deploying image-files.
by volker.katz
- 2 Replies
- Last post
by volker.katz
- Hi, in my Word Add-In, I need access to some image files. I thought, I could mark these files as "content" in the according property dialog and chose "copy always" for copy to output directory". But how can I determine the according path at runtime Application.Path shows me the path to Word. System.Reflection.Assembly.GetExecutingAssembly().Location shows my some place, w
-
- Cursor change or mouse click listener
by Sze Wee
- 2 Replies
- Last post
by Sze Wee
- How can I implement a listener for Cursor change or mouse click in a WORD document using VSTO Add-In
Thanks
Sze Wee
-
- VSTO Architecture choice: document vs. application-oriented approach?
by Lighthouse Builder
- 5 Replies
- Last post
by Cindy Meister
- My direction is to develop an Excel solution using VSTO that can be downloaded from a web server and run using ClickOnce as long as the user is already installed and licensed for Excel 2003. My solution needs buttons and preferably Custom Task Pane, and it is acceptable to me if these are dynamically created by the VSTO application that drives Excel.
It first seemed as if the best approach
-
- how to uncheck the checkbox ¡°maintain compatibility with Word 97-2003¡± programmatically
by WWW1
- 1 Replies
- Last post
by Cindy Meister
- I am trying to save ¡°Doc¡± file as ¡°Docx¡± document programmatically.
ActiveDocument.SaveAs() method is saving the file as ¡®compatible with Word 2003¡¯. How can I save a DOCX file so that Word 2007 features would be enabled
Is it possible to uncheck the checkbox ¡°maintain compatibility with Word 97-2003¡± using word options
-
- Using VSTO with VS Pro - document level
by PaulCreedy
- 7 Replies
- Last post
by Ji Zhou ¨C MSFT
- We have Visual Studio Pro 2005 and wish to be able to use document level excel projects. How do we do this
I've tried adding the VSTO SE download and that adds the application level add-ins for office, but we are missing the document level ones.
Do we need to buy the full version of Visual Studio Tools for Office If so, there is functionality such as crystal reports that we need that
-
- Formatting Currency value in a particular cell of an Excel
by Bharanee
- 3 Replies
- Last post
by Dennis Wallentin
- Hi,
I need to format a currency value in a selected cell of an excel. In which i am getting the currency value as string,for this when i give precision, its not giving the exact result. Let me know the solution.
Getting Value : $10
When i give Decimal Places as 2 its not formatting the value as $10.00. Its format as 10.00 only. I need the currency symbol too in the formatting.
-
- Outlook 2003 Registry and Rules
by MaryNick
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- I am trying to automatically setup a rule in Outlook 2003 using C++ code. Basically I have a program that sets a user up with a new email account by setting the registry values. I also want to create a folder in the user inbox to put the email from this new account...I have looked everywhere on how to do this...does anyone have any ideas Thanks Mary
-
- Security issue accessing outlook from a Word Add-in
by Mikkel Skovby
- 7 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello
I am currently developing a Word 2007 add-in (C# VSTO) that access some contact information in outlook (2007). I get the "A program is trying to access e-mail address info... etc." warning. How can this be avoided and is there any possiblity of deploying it automatically
I read a lot about group policy, and trusting COM add-ins, but the addin should be able to run on a standa
-
- Serialise Building Blocks and 'load' them while 'online'
by Disposalist
- 7 Replies
- Last post
by Disposalist
- Visual Studio in conjunction with Word 2007 gives great opportunities to automate building of documents from XML 'components', but it all seems only possible 'offline', i.e. when the document is closed.
I would like to get XML fed into the document (or attached template) while it is open, for example, to update not just content, but also the structure of the document at a user's request, intera
-
- Can I use Excel Add-in for my requirements?
by Anonymous562762
- 2 Replies
- Last post
by Anonymous
- Hi,
Is it possible to programmatically create an Excel 2007 WorkSheet and load SQL Server data into it
I've seen the following article which talks about that but it is for Excel 2003 but I'm looking for Excel 2007
http://msdn2.microsoft.com/en-us/library/aa192473(office.11).aspx
I installed VSTO 2005 SE but can find only project templates to create Excel Add-in and not
-
- How would I set a text in an excel textbox using C#
by sagittarian
- 9 Replies
- Last post
by Cindy Meister
- Hello! I create an excel textbox(Drawing) dynamically through my application, which is written in C#. My question is how would I add text to it! This is my code for adding the textbox. Globals.SheetMain.Shapes.AddTextbox(Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationHorizontal, iLeft, iTop, iWidth, iHeight); I am using VS 2005 and my version of excel is 2003! Thanks for your time!
-
- Assignment of text to "WordApp.Selection.Find.Text" stops my application - why?
by TomySeb
- 5 Replies
- Last post
by TomySeb
- Hi,
I am using COM component to make a find and replace in a word document.
A very strange thing happens to me.
I am able to open the document, and insert text in it.
But when I do a Find and Replace, my application gets stopped at the line where I have given the code as WordApp.Selection.Find.Text = "MySearchText";
When I debug, the execution of the code reaches this line