Beginner Programmer needs help with Excel Automation for MFC
Tue, 6 May 2008 18:10:13 -0700
I have been stuck all day and need help. I have an MFC application that I
would like to print results to MS Excel. I have followed the MSDN help
procedures and do not know how to even use CApplication. I have added all
possible classes from the excel library from the MFC Add Class Wizard. I
have writen t ...
|
Using OLE with Word as Editor
Tue, 6 May 2008 14:26:01 -0700
I've been trying to get Word "embedded" into my application to make it the
default editor for my users, but I've been having a lot of trouble making it
behave when Word is running at the same time as my application (e.g. toolbars
don't always merge, edit area sometimes loses focus, etc.).
Outlook seems to u ...
|
Marshal.ReleaseComObject(Range) runtime error
Tue, 6 May 2008 07:36:04 -0700
Summary====================
Without ReleaseComObject My AddIn Runs out of memory the second time it's
used.
With ReleaseComObject I get a runtime error stating I'm not passing in a
valid Com Object.
Details======================
Due to looping through many rows of data and using the Excel.Range object to ...
|
How to juge the position of Insert point in the range of field?
Tue, 6 May 2008 12:41:41 +0800
How to juge the position of Insert point in the range of field in the Word
Document?
...
|
How to access CustomXMLParts of Subdocuments
Mon, 5 May 2008 14:51:02 -0700
I have a Word master document that has subdocuments. I have an Application
level addin that needs to access the customxmlparts of the subdocuments. Is
this possible?
I tried the following:
foreach (Word.Subdocument sub in document.Subdocuments)
{
Word.Document subDoc = sub.Open(); // Fails w ...
|
PowerPoint Viewer
Mon, 5 May 2008 07:21:01 -0700
PowerPoint Viewer 2003 removed several supported options available in the 97
version. I need to loop a playlist for corporate-wide kiosks. Is there an
available work around for this issue? If not, does Microsoft provide an
alternative technology that can continuously display a group of PowerPoint
presentatio ...
|
Solution
Sat, 03 May 2008 16:04:09 -0700
Were you able to find a solution to this?
Thanks
...
|
|
|
How to turn off WIA
Fri, 2 May 2008 07:33:00 -0700
How do I disable the "Windows Image Acquisition (WIA)" service without having
a DCOM error generated after a WIA-enabled application tries to start the
service? The problem did not show up using Office 2003, but after installing
Office 2007, I discovered something wanted to start the WIA service, and I do
n ...
|
Administrator privileges
Fri, 2 May 2008 07:23:02 -0700
To automate Word 2007, on a new system it takes administrator privileges, on
another, older system -- a regular user will do fine. What permission
changes must I make to allow Word 2007 to work under a generic user account? ...
|
How can I change the ActiveDocument property in Office.Interop.Wor
Fri, 2 May 2008 04:45:00 -0700
Hi,
I have a C# Windows Forms app that uses separate instances of the WebBrowser
control to host Word documents. Assume I have 2 open. The last one opened
becomes the _application.ActiveDocument. This does not change even when I
bring the first opened document to the foreground. I can edit that one but
...
|