Posts Tagged ‘Word’
May 23rd, 2009
In one of my previous HowTo samples I showed you how to use the Microsoft Word Object Model capabilities for spell checking. Today we will look at one more ability of Microsoft Word, namely the capabilities of its dictionary, more specifically synonyms and antonyms. We will need the SynonymInfo object and SynonymList and AntonymList properties......
Read the rest of this entry
Tags: .NET, C#, VB.NET, Visual Studio, Word
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »
May 1st, 2009
Strange things mentioned in my previous post continue to happen. To the bug successfully fixed in the Office Live Add-in on Excel 2007, there's added a nasty and so far no-solution problem with the same add-in, this time on Word 2003......
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Delphi, Office, VB.NET, Visual Studio, VSTO, Word
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
March 3rd, 2009
Keeping up the development of Add-in Express most in-demand features, we tweaked the Advanced Task Panes for working on Microsoft PowerPoint and Word. Early in the morning today, I wrote the previous sentence, captured and pasted the above screenshot and realized that there is nothing more to write on this issue......
Read the rest of this entry
Tags: .NET, Delphi, PowerPoint, task panes, VSTO, Word
Posted in Add-in Express 2009, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
March 2nd, 2009
As compared to the previous generation, Add-in Express 2009 doesn’t contain revolutionary changes or enhancements. We have not rewritten the core code completely, the major part of the time was spent on the most in-demand features, such as Outlook view and form regions and Excel, Word and PowerPoint task panes......
Read the rest of this entry
Tags: .NET, Delphi, Excel, IE add-ons, Office, Office 2007 Ribbon, Outlook, PowerPoint, task panes, VSTO, Word
Posted in Add-in Express 2009, Add-in Express for Internet Explorer, Add-in Express for Office and .net, Add-in Express for Office and VCL, Add-in Express for Office and VSTO | No Comments »
January 30th, 2009
Yes, you can do that in one Visual Studio project, but not in one solution. And yes, you can do it using the Add-in Express products. There are only two things to keep in mind…...
Read the rest of this entry
Tags: C#, Excel, IE add-ons, Office, Outlook, Outlook Express, VB.NET, Windows Mail, Word
Posted in Add-in Express for Internet Explorer, Add-in Express for Office and .net, Add-in Express for Outlook Express, HowTo samples | No Comments »
January 25th, 2009
Here you will get to know how you can use Windows Server Group Policy to install Office applications automatically, including Office COM add-ins. You will learn how to create a Group Policy object in Windows Server 2000, 2003 and 2008, how to assign and remove an installation package…...
Read the rest of this entry
Tags: .NET, C#, COM add-ins, Deployment, Excel, Office, VB.NET, Word
Posted in Add-in Express for Office and .net, HowTo samples | 2 Comments »
January 16th, 2009
One of the tasks that developers often run into is saving and retrieving Office documents (or document copies) from external data storage. This storage can be an SQL database, Web-service, FTP server as well as a shared network resource of a local area network. Let’s try to handle this task for such popular MS Office applications as Word, Excel, PowerPoint and Outlook…...
Read the rest of this entry
Tags: .NET, C#, Excel, Office, Outlook, PowerPoint, VB.NET, Visual Studio, Word
Posted in Add-in Express for Office and .net, HowTo samples | No Comments »