-
- Creating a URL (web link) that would create a calendar item
by Aleksey Nagoga.
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, I'm not sure if this is the right forum, but it is the closest one I found in regards to my question. I have a web app that sends emails. In those emails along with some text the app sends an appointment information such as who, when, where, appointment duration etc ... I can create a vcs file (VCalendar format) that contains all this information, click on it and the appointment
-
- Outlook - how to get full emailaddress from To filed in Outlook
by Minty
- 7 Replies
- Last post
by Sue Mosher - Outlook MVP
- I'm creating an addin for Outlook 2003 using VSTO in VS.NET 2.0. I'm trying to get all the email addresses in the To filed by
private void ThisApplication_ItemSend( object Item, ref bool Cancel)
{
MailItem mail = ( MailItem )Item;
string allEmailAddress = mail.To;
}
However, the mail.To doesn't return the full email address in the format of john.doe@
-
- help with the outlook add-in in vs2005
by Cyrex4046
- 3 Replies
- Last post
by Ken Slovak
- hi
i have problem i start new project outlookAddIn
Private WithEvents _Explorers As Outlook.Explorers
Private WithEvents _Explorer As Outlook.Explorer
Private _contactFolder As Outlook.Explorer
Private _mapiContact As Outlook.MAPIFolder
Private _helpMenuIdex As Object
Private _menuBar As Office.CommandBar
Private WithEven
-
- C# WinForms Application + Interop.Word - Severe Memory Usage Issues.
by ChaosBlade
- 2 Replies
- Last post
by ChaosBlade
- [ I hope this is the correct forum for this question. I did some searching and looking around for similar issues before, This seems to be the right forum for this. Sorry in advance if im mistaken.]
Hi, Everyone. I'm having a slight problem with virtual memory usage in Word's process when using the object model, through the .NET Interop. I'm running Office 2007, Working in a .NET 2.0 environ
-
- VSTO Setup Error 0MB in Temp?
by Kelly Wilkerson
- 2 Replies
- Last post
by Kelly Wilkerson
- Greetings,
When attempting the VSTO setup I get an error message that says: Setup requires 47 MB of free space in the temp directory, but only 0 MB is available.
I tried to change the Temp environment variable to point to a newly-created Temp directory on the C:\, but that did not work.
I am running Vista Ultimate, Office 2007, VS 2005 SP1 for Vista. Any help greatly appreciat
-
- 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
-
- Excel 2003 automation: setting an array as value of range-object
by Bjorka
- 7 Replies
- Last post
by Christopher Zahrobsky
- I have been working on a routine for saving DataTable to excel (2003), with help from : http: / / support. microsoft. com/ kb/ q302094 This procedures however fails on the line which sets the value of the excel-range to the generated array. I was hoping to accomplish this using late binding, but this yields: "System.Runtime.InteropServices.COMExcep tion (0x800A03EC): Exception from HRESULT
-
- Controlling Design Mode
by Harry Sauers
- 4 Replies
- Last post
by Harry Sauers
- I¡¯m working on a managed code, Word 2007 Add-In using Visual Studio 2005 with VSTO and VSTO SE. From this Add-In¡¯s managed code, I would like determine whether or not the active document is in Design Mode . Does VSTO provide such a mechanism Also, is there some way to programmatically enter Design Mode on the fly
Thanks,
Harry Sauers
-
- Localization Spell Checker
by Pati123
- 9 Replies
- Last post
by Cindy Meister
- Hi Guys,
I am a sri Lankan. I want to plug a sinhala Dictionary and validate the spellings, written in sinhala. So when user right click on the spesific word the word i select from the data base has to be shown in the spellin list insead of english. if you have any code or resource which can help me to do this please tell me.
Tharindu (Sri Lanka)
-
- Activating next\previous item
by ArthurTep
- 11 Replies
- Last post
by ArthurTep
- Hello,
In my project I need to simulate in WinForms behavior one can observe in Inspectors window.
Once you open inspector on a particular item. In the top left corner of the inspector there are two arrows allowing moving the inspector the next\previous item in the folder according to the view sort.
Searching hard as I can, I haven't found anything that can give me the same func
-
- Is there any benefit in using VSTO SE for outlook 2003 add-in development over VSTO?
by Waqar Azeem
- 3 Replies
- Last post
by Bill Robertson - MSFT
- I already have an add-in under development for outlook 2003 using VSTO 2005. Unfortunately most of the important events for personal folder are not supported which are cause lot of problems.
Is there any benefit in using VSTO SE for outlook 2003 add-in development over VSTO 2005 So, far i didn't find any thing new for outlook 2003.
-
- Outlook Property Page not displayed
by Jonathan Miller
- 2 Replies
- Last post
by Jonathan Miller
- I'm trying to add a custom property page to the options dialog in Outlook. I'm using
Outlook 2007 and VSTO 2005 SE. I've created a custom user control,
implemented the Outlook.PropertyPage interface. From the 'ThisAddIn.cs'
constructor I've added handlers for the this.Application.OptionsPagesAdd
event. The event does fire and I call 'Pages.Add(new ucOptions(), "");'
However, no
-
- Help with word document(segments or delete)
by Lobotomybeats
- 2 Replies
- Last post
by Mohit Gupta - MSFT
- Hi,
I have been searching the internet for help but cant find any. I am trying to create a word-document from my C#-application. I have several different templates that I print info on and use to create documents with. But now I have this new document that needs a bit more logic. Depending on some criterias I need the document-template to look a certain way (some sections should be left out). S
-
- Filtering programatically an existing PivotTable
by JuanPa_EC
- 1 Replies
- Last post
by Dennis Wallentin
- Hello experts. I have an Excel worksheet that has a Pivot Table, what I need is to use VSTO 2005 to filter the data. Is there any way to acomplish this Thanks!
-
- Regarding excel class name
by Asim Patnaik
- 4 Replies
- Last post
by Asim Patnaik
- Hi,
When I enumerate through an excel window for all the child windows, I get various class names. One such class name is Excel7 which I guess if for a workbook. Is this class name same for all versions of Excel I am using The reason is that when I ran the code for Excel 2000 and 2003, I got the same class name for the workbook. Please help me understand this.
Regards,
Asim.
-
- Purpose on signing assembly
by ClaudiaHelpOnVSTO
- 4 Replies
- Last post
by ClaudiaHelpOnVSTO
- Hi, What's the purpose of signing my assembly Does it help security to trust my assembly For info: my VSTO solution is a 'code behind' solution (for Word 2003) Thanks, Claudia
-
- Unlocking a project...
by IT_roofer
- 8 Replies
- Last post
by IT_roofer
- I appologize if this is not the place to ask this, however, I could not find an Excel Programming specific MSDN forum.
**PLEASE DO NOT REFER ME TO THE OFFICE DISCUSSION GROUPS**
=> I have been there and done that and I'm looking here now for help <=
There seems to be some debate on whether or not a person can lock/unlock a VBAProject in Excel. I've been told you can't. I
-
- Cutting and Pasting Cell Values in Excel using C#
by Bill568986
- 1 Replies
- Last post
by Steve Hansen
- I am trying to cut and paste values from an existing spreadsheet into a new spreadsheet and cannot figure out why it keeps blowing up. Any help would be appreciated. I am using the following code:
myExcel.Application app = new myExcel.Application();
app.GetOpenFilename(@"C:\TheFile.xls", "Excel Files(*.xls)|*.xls", "Practice", Missing.Value, Missing.Valu
-
- Including "OutlineNumbered" Bullets and Numbering
by AmrishDeep
- 3 Replies
- Last post
by lennon60000
- Hi, I am performing Word 2003 automation using C#, VSTO 2005. The macro for Inserting bullets and numbering of type outlineNumbered is something like ListGalleries(wdOutlineNumberGallery).ListTemplates(5).Name = "" Selection.Range.ListFormat.ApplyListTemplate ListTemplate:=ListGalleries( _ wdOutlineNumberGallery).ListTemplates(5), ContinuePreviousList:=False, _ ApplyTo:
-
- CAS Policy Issue in Oulook add-in? WebBrowser Control not allowing active content w/out approval each time
by Tadwick
- 3 Replies
- Last post
by Tadwick
- In my Outlook add-in I have a windows form with a webbrowser control that loads an html page with an embedded activex control. On both my development machine and client test machine I am running XP SP2 w/IE7 and I have the IE7 advanced options set to allow active content to run in files on my computer.
On the development machine I get no information bar warning in IE7 or my webbrowser control.
-
- GetFormRegionIcon isn't called since I have changed the formRegionType to adjoining
by Raul Rosenloecher
- 4 Replies
- Last post
by Raul Rosenloecher
- Hi, I have written a FormRegion addin for Outlook (VSTO 2005 SE). It had been working as I expected, but then I change the formRegionType from "replace" to "adjoining" in the manifest. Now GetFormRegionIcon isn't called any more and Outlook doesn't show the my custom icon. What's going wrong Is this a bug I only have to change formRegionType... Thanks, Raul
-
- Word 2007 DocumentOpen event is not triggered with document containing macro
by dophu
- 4 Replies
- Last post
by dophu
- Hello, I'm working on an add-in that subscribes to the events in Word. The add-in is supposed to run in both Word 2003 and 2007. I have a problem with DocumentOpen event in Word 2007. When user opens a document containing macro in Word 2007, the DocumentOpen event is not triggered. Other events, such as DocumentBeforeSave or DocumentClose, are triggered however. There is a message appeared in Word
-
- Security Update for Microsoft .NET Framework 2.0 (KB928365) breaks VSTO debugging AND plugins
by jbond100684
- 5 Replies
- Last post
by BenDowling
- After I installed KB928365, Visual Studio was no longer able to debug VSTO outlook plugins on XP. When Outlook starts up, it doesn't load/run my plugins either. I do all my vsto development in a virtual machine, so I have been able to rollback/install the update/watch everything break numerous times. For some reason, the update clears the "VSTO Projects" runtime security entry in User\Co
-
- Foot notes when retrieveing Range.Text in a Word document
by bernat
- 1 Replies
- Last post
by Cindy Meister
- Hi, I have an addin written in c# that retrieves the Text property of a Word document. If this document has foot notes inside, the Paragraph.Range.Text property returns me a symbol that seems a square. How can I avoid to retrieve the foot notes and references when getting the Text property Thanks.
-
- Deploying VSTO SE addin : Is there a Debugging Utility available
by Nitstheone
- 7 Replies
- Last post
by Nitstheone
- There are so many people having deplyment issues on end user machines (including me ), I am wondering if there is a troubleshooting utility, which would check if the environment is ok and generate a log.
My problem : Addin does not load in excel (LoadBehavior=2) on Virtual PC
VPC(2004sp1) is using Win xp SP2, office 2003 SP2, dot net 2.0,PIA, VSTOR and nothing else
I have developed a