c# Outlook and Application.CreateItemFromTemplate() relative path not working...
I have this functionstatic void Main(string[] args) { Outlook.Application application = new Outlook.Application(); Outlook.MailItem mail = application.CreateItemFromTemplate("emailTemplate.oft") as...
View ArticleHow to repair corrupted NSF file in Lotus Notes?_
Hi, May i know i can i go about repairing a locally backup-ed corrupted nsf file? Rgds
View ArticleOpen word on local computer office uri schemes special characters
I want to open word-documents by clicking on a link in my solution. The link below shows how it is structured in ofe for office. This solution is really nice because it works in every browser but i...
View ArticleAdd-in development for inserting 360 spherical image viewer in Powerpoint
Recently I'm trying to develop an powerpoint add-in for inserting and viewing 360 spherical images in Powerpoint, and I wonder which kind of add-in (ActiveX, OLE, VSTO, etc.) should be developed, here...
View Article[C#] How can I check installed office is activated/Licensed or not?
HiIn my UWP app, I did a functionality which display office DOC/PPT into UWP app after converting it into images through console app (use bridge feature).Now I need to apply 2 checks in my UWP app.1....
View ArticleSpecified index is out of range or child at index is null. Do not call this...
Hi,Whenever I access my .NET application windows application, each functionality works fine except the refresh button in it on certain page, and error comes as -Specified index is out of range or child...
View ArticleCan Office VBA Help Files be made to be less of a security risk?
Hi Microsoft,I'm a dev and mainly work in Excel VBA and just want press F1 on a VBA function or keyword and get the help I need. The IT Dept has denied me access to the MS help files saying the link:...
View ArticlePowerPoint - Save Copy of Presenation
Hi all; We have times where we need to be able to parse the pptx PowerPoint (and our AddIn) presently has open. Local file it's a piece of cake, prompt them to save it if dirty and read it. But if the...
View ArticleShow maintenance page while powerpoint add-in is being updated
I am using an ASP.net application as a PowerPoint add-in. While updating the application, if during that time add-in is accessed, then 404 error comes up in powerpoint. If I add app_offline.htm page...
View Articlehow to publish office add ins in visual studio
Hi, I would like to know how can I publish office add ins project (class library) in visual studio. I tried to publish it into IIS, but unable to open it. Kindly guide me in this matter. If it can't...
View ArticleMicrosoft.Office.Interop.PowerPoint hangs my Powerpoint while opening...
Hello. I did not found a correct forum, so sorry, if I posted in wrong place.I've got a problem, that when I am doing cycle Application.Presentations.Open or Open2007, then work there and Close()...
View ArticleTreeview HitTest MouseDown changed behavior since latest update. Office...
Hi,some info around the issue:Our application is running inside of Access on different office versions since many years and we are using the TreeView/TreeControl from mscomctl.Office 2010/2013 seems to...
View ArticleI wanna convert my MSG files into EML file format.
Hey guys! I have some MSG files in MS Outlook mail account but now I now want to change all of them into EML file format of Outlook Express. I need a method (but it must be effective and safe) if...
View ArticleError while Copy- Paste functionality of VBA in DeltaV Enviornment
We have a tool developed in VBA. This tool used in DeltaV environment to copy Dynamo from library to graphic file.It works as expected with VBA patch 6.5 but giving error for VBA version 6.4. Tool...
View ArticleVISIO - Can i keep a object always visible on the screen?
Hello,The visio project im working on is getting wide. Is there any way i could block particular objects so while i scroll from left to right it will stay on the screen, like in the excel?I am...
View ArticlePowerPoint Closed Captioning and SharePoint Online
Used PowerPoint (365) to create a simple screen capture training video. Learned how I can add a file for closed captioning. It works very well.My challenge is, I want to upload the PowerPoint file to a...
View ArticleCreateRibbonExtensibilityObject runs only once
Hi,I want Print option to show for one Word file 'Sample1.docx" and hide for another word file "Sample2.docx". For this, I have created word Addin and added Ribbon.I have achieved the functionality as...
View ArticleHOW TO SOLVE RUN TIME ERROR "424"-OBJECT REQUIRED
Private Sub CommandButton1_Click() '''''''''''validation'''''''''''''' If VBA.IsDate(Me.TextBox1.Value) = False Then MsgBox "Please enter a correct Date Formate", vbCritical Exit Sub End If If...
View ArticleOutlook 2013 Add-In tab missing / invisible.
I built a simple outlook addin from VS 2012, in which I have two buttons in ribbon (Designer).Those two buttons will show up two forms respectively.But when I debug the project from VS 2012, it opens...
View Article