|
VSTO Security issues -Primary Interop Assemblies
For those of you who are struggling trying to get a Visual Studio 2005 Tools
for Offfice Project up and running - be aware that unless a machine had at
least .NET Framework 1.1 already installed on it at the time the Office
instalation was done (Preferably office profeesional 2003 - not sure if they
are available at all on other versions) the '.NET Programmability Support'
option will ...
|
1 |
23.02.2006 02:57:26 |
|
MemberFont conversion command to OWC11
Hi All,
I have a customer who has been stuck for the past week trying to convert an
OWC 9
Pivottable to OWC11. In OWC 11, the MemberFont property does not exist
and thus they cannot convert the Pivottable's Filter and Row axis to a
smaller font.
Any input would be greatly appreciated.
Thanks,
Hung...
|
1 |
23.02.2006 02:35:27 |
|
C# .Net, Word 2003 and OptionButtons (oh my)
Alright, new headache at this moment ... I have a C# VS2005 Word Project
whereby I am programmatically creating a group of OptionButtons as follows:
object optionButton = "Forms.OptionButton.1";
object selectionRange = selection.Range;
Word.InlineShape inlineShape = selection.InlineShapes.AddOLEControl(ref
optionButton, ref selectionRange);
This code block works just fine. My problem i...
|
2 |
22.02.2006 20:38:26 |
|
Pst file structure or how to detect that a Pst file was modifed or not
Hello,
I need to know when a pst file content was modifed or not.
The pst file date is changed all the time Outlook is accessing the
file, even no mail was received, moved or removed.
Checking the size of the pst is not enough for the case when mails are
just moved from one folder to another.
I tested on OutlookXP that when the pst file content is not modified,
the block between offset 0x...
|
2 |
22.02.2006 15:15:07 |
|
Load/edit/save Powerpoint from .NET
Where can I find information on how to load, edit and save Powerpoint files
from within .NET? I need to be able to generate a Powerpoint presentation
based on pages from a number of different presentations. Any help on this
would be much appreciated.
Cheers,
Rickard...
|
2 |
21.02.2006 21:18:31 |
|
Office 2003 w/ Office Dev 2005 SDK - C# Managed Code Behind doc
I am developing a C# managed office solu whereby I am programmatically
attaching my MailMerge DataSource to the document. In the Document Startup()
method, I have a call to a private method where I assign a DataSource using
OpenDataSource().
The code that calls OpenDataSource() is inside a Try...Catch block, and an
exception is thrown that results in the following message:
"Word cou...
|
9 |
21.02.2006 17:11:27 |
|
office interop question
I am using office interop PIAs. Should I also have the complete office setup
on the machine that I am running my program from ??...
|
2 |
18.02.2006 10:43:25 |
|
Business letter, letterhead on first page, not on second. How?
I am trying to import a Word 2000 file to a Word 2000 file where the text is
enclosed in a box within a letterhead that has a header and a footer and the
names of my Board of Directors down the left. I have prepared page one
successfully, but want the subsequent pages, which are in a file I will
import, not to change margins or format when I import them. I want them
simply to begin on ...
|
2 |
16.02.2006 14:12:31 |
|
File Deployment for C# Add-ins
I have two add-ins written in C#. One is for Word and the other is
for Project. What I need to determine is the proper place to install
the add-in and the library files that support them for an All Users
installation. I have scoured MSDN and the Office sites at Microsoft
and I haven't been able to locate anything that is definitive. If
anyone knows where I might find something specific on...
|
2 |
16.02.2006 07:15:36 |
|
Install Office Xp without uninstalling OFFICE 2000 Premium
Can I install Office Xp without uninstalling OFFICE 2000 Premium?
--
Bob P...
|
2 |
15.02.2006 18:18:13 |
|
microsoft works 2002 conflicts with office 2003 any suggestons?
works will work until I load office 2003, then works pops up that the eula
file is missing. I take out office and it works just fine....
|
2 |
15.02.2006 18:18:12 |
|
VSTO Assembly Linker Tool Available
VSTO Assembly Linker is a FREE little utility that links Microsoft Office
Word Documents to Visual Studio Tools for Office 2003 assemblies. This tool
is essentially a .NET UI wrapper for the OfficeToolkit.Persistence ActiveX
object.
http://songhaysystem.com/document.php?doc=39
--
Bryan, Emperor of String.Empty
http://songhaysystem.com...
|
1 |
14.02.2006 21:28:27 |
|
How do I automate document insertion into Sharepoint libraries ?
WSS provides an easy interface for uploading documents and creating a
library.
I am looking for a way to automate the insertion of word documents into
one such library.
How do I do this ?
A little more details follows...
The documents are created based on a template. Each new document is
saved (through a macro) with a name that is based on parameters found
in fields inside the document...
|
1 |
11.02.2006 19:14:21 |
|
Storage allocation and usage in Office Macros
Folks,
a customer of mine has several problems in the area of VBA macro development
in several office applications. It is often the case that macros produce
memory leaks and prevent office applications from running. The customer did
some research and found the limitations for Excel in this area
(http://support.microsoft.com/kb/313275/en-us)
The question is now: Are there additional ...
|
2 |
10.02.2006 23:21:01 |
|
Outlook and Proxy
Hello (all wine and fine people)
me back !!!
just want to know hau to konfigur the MS OE 2002 (which boated with OfficeXP)
to send receive email through PROXY server?
its exigency, hope to c n e 1 reply back with proper suggestion which works.
thanks you all, fellas
--
=========
try
{
MissionPullBack = false;
War.ImpactLevel = ImpactLevel.DontLeaveAnything;
NuclearWea...
|
1 |
09.02.2006 09:29:27 |
|
PPT shape->export to EMF
Is their a way, short of getting access to office source code, to know the PPT comment formating details?
Thanks,
Stephan
...
|
1 |
08.02.2006 18:11:19 |
|
creating .msg file for MS Outlook
Hi,
I need to create a ".msg" file, so that some users can click on the message,
and it opens up in MS Outlook. Has anybody successfully done this???
(I´m using the JavaMail API)
Using the writeTo method (ie: message.writeTo(fileOut); ), I was able to
create a file. However, when I try and open it in Outlook, it won't open. I
compared my file to a message that I saved using Outlook, ...
|
1 |
08.02.2006 15:51:27 |
|
a more menacing blak panther head simalir to a tiger headshot
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/...
|
1 |
07.02.2006 17:26:28 |
|
Question on integrating document management with Outlook
We have a mailbox to which we get emails with attachments of specific types.
For reasons of convenience, we are trying to develop a means to filing these
attachments accurately on our file share that is integrated with Outlook. So
a use case would go something like:
- A new email with an attachment arrives in the mailbox.
- An office assistant sees the email and opens it.
- The office a...
|
1 |
06.02.2006 16:17:06 |
|
Add image to word from C#
Hey.
I want to add an image using the image path to the word document, but, I
want it to be align to the upper left corner of the document (like a company
logo).
I've tried :
_WordApp.Selection.InlineShapes.AddPicture(imagePath, ref vk_false, ref
vk_true, ref _missing);
but this just add the image on the document without a way to set the
location or to set the layout to be infron...
|
2 |
06.02.2006 08:42:17 |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
04.02.2006 04:13:47 |
|
(.)(.) Hot...
Call +8613352960090
Free!
Multi-lingual!
...
|
1 |
04.02.2006 04:13:46 |
|
Limit Excel Drag and Drop
Howdy All,
I am trying to find a way to limit the drag & drop in Excel. I am
building an Excel application using visual studio 2005 and vsto. I am
allowing drag and drop on one of tha pane's that I have. The problem
is that if the in the DragOver event I set the e.Effect to None the
file drops through to Excel and either gets opened or it give a prompt
about and unknown filetype.
I w...
|
1 |
02.02.2006 21:15:19 |
|
Limit Excel Drag and Drop
Howdy All,
I am trying to find a way to limit the drag & drop in Excel. I am
building an Excel application using visual studio 2005 and vsto. I am
allowing drag and drop on one of tha pane's that I have. The problem
is that if the in the DragOver event I set the e.Effect to None the
file drops through to Excel and either gets opened or it give a prompt
about and unknown filetype.
I w...
|
1 |
02.02.2006 21:15:16 |
|
MS Word 2003 c# development
Hi All,
If you know of better forums to post this question then please let me know.
I am fairly new to c# and shared addin development. I am developing a
shared addin using .NET 2.0 and VS studio 2005 for Word 2003.
I am trying to develop a shared addin (as this will affect all documents) so
that when the save action is triggered text will be insterted into the header
and footer o...
|
4 |
01.02.2006 17:16:18 |