Word Automation Compiling error
Thu, 3 Jul 2008 08:23:02 -0700
My Dear friends,
I am building an application with Word automation, I added 3 MFC class from
Typelib, CDocument, CDocuments and CApplication
The head file contains
#import "C:\\Program Files\\Microsoft Office\\Office12\\MSWORD.OLB"
rename("ExitWindows","ExitWindows1") rename("FindText","FindText1")
rename ...
|
normal.dot trying to save when instantiating new Word.Application
Wed, 2 Jul 2008 02:42:37 -0700 (PDT)
Hi,
In my application, I open a document, change some values, print, then
exit without saving. This works fine if there are no WINWORD processes
already open. However, if word is already open (with unchanged default
doc) then I get ''Word cannot save this file as it is already open
elsewhere. (Normal.dot)". I ...
|
When Excel launched through automation, our custom toolbar isn't a
Mon, 30 Jun 2008 06:30:00 -0700
I just noticed this section, I posted this in the Excel programming forum but
I'm guessing this is a more appropriate place. We use a program that
launches Excel through automation. We created a custom toolbar that we use
with this program. However, our toolbar doesn't launch when Excel is opened
with aut ...
|
Powerpoint Automation in MFC
Sun, 29 Jun 2008 03:52:00 -0700
Tutorial Link: http://support.microsoft.com/kb/169505
I'm trying to follow this tutorial to create an automation controller to
manipulate the Microsoft PowerPoint object model using MFC, but I'm getting
lots of errors like:
error C2146: syntax error : missing ';' before identifier 'GetRGB'
warning C4183: ...
|
Problem accessing Worksheet property of Range object (C++)
Thu, 26 Jun 2008 04:25:01 -0700
I get access violation while executing the program shown below. It happens
inside excel.tli in the inline Excel::RangePtr Excel::_Worksheet::GetCells (
) function. If I use any other method of pSheet2 same exception happens so it
looks like the p->Worksheet property produced an invalid result.
I use Visual ...
|
Type libraries V's Variants
Thu, 26 Jun 2008 09:50:55 +0100
I need to access both Word and Excel from within Delphi.Using the Type
library to do it is great and its fast. However the downside comes when one
of our customers updates their version of Office and the Type library
calling routines no longer work because of missing parameters. Does anyone
know of a way to ...
|
a question about parse XML which contains DTD
Thu, 26 Jun 2008 16:15:31 +0800
the xml code below,I try to parse it using MSXML4.0 ,but failed.
How can I solve it?
Thank you!
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE dublin-core-simple>
<record-list>
<dc-record>
<type></type>
<title>Technology in early childhood education.-h[book].</title>
<creator>W ...
|
|
|
How to publish infopath forms programmatically from C#?
Wed, 25 Jun 2008 04:38:02 -0700
I have the following requirement:
My application will parse an excel file and load the data into a Access 2007
Table.Once it is done, I need to pulish a Infopath 2007 form to all email IDs
which was loaded into that table.
I need to automate the whole process.I am thinking of writing a C#
application ...
|
Don't create Word Doc By Word Updates
Tue, 24 Jun 2008 19:04:01 -0700
I wrote Word Automation in ASP.NET before, and it could run.
It uses Interop.Word.dll file in bin directory.
But this year, Microsoft provides Word update and Office update.
If I install these Word 2003 updates or Office 2003 updates(Office 2003 SP3),
the ASP.NET webpage can't create the word 2003 document.
...
|
Ribbon control Word 2007. Multi line button labels
Tue, 24 Jun 2008 18:10:00 -0700
Hi,
Not sure if this is the right forum?
I have developed a Word addin that inserts images and URL references to
meeting request files. To do this I created a custom ribbon tab for my
application and build a dynamic menu that contains buttons, one for each
meeting request. The version of my tool that wor ...
|