M.I,5-Pe rsecution ` bug ging a nd co unter-surveillance
Tue, 1 Jan 2008 08:59:43 +0000 (UTC)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= MI5: bugging. and counter-surveillance -=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PO: >Did you ever look for the bugs in your house ?. If not, why not ? I mean if
PO: >I thought that was happening to. me, I'd search the place from top to bottom,
PO: >I. mean ...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (27152)
16 Dec 2007 16:55:14 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
MI5-Persecution: Why do you think MI5 are responsible? (3139)
16 Dec 2007 11:50:53 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
Parse a document via interop. Cannot find the object that reflects
the document structure numberings.
Tue, 11 Dec 2007 22:08:42 +0100
Hi,
i need to parse structured word dokuments via dotnet interop.
The documents are structured and numberd as 1 1.1 2 2.1 2.1.1
etc. I need to access a chapter that is by default numbered as
10.1. How can i access this chapter directly via interop? ...
|
Word Interop Application casting error in Vista
Mon, 3 Dec 2007 07:25:01 -0800
I have a Windows app that uses the Primary Interop Assemblies for Word. It
runs just fine on XP machines. It does not on Vista. The Vista machine is
running Word 2003, so I installed the O2003PIA assemblies. However, I get
the following error when trying to access Word:
Unable to cast COM object of type ...
|
BuilInDocumentProperties not working in Word 2007 with C# / VS2008
Fri, 30 Nov 2007 10:00:01 -0800
Hello,
I'm automating Word 2007 from an Outlook 2007 Addin done with VAS2008.
But I can't write any document property:
((Microsoft.Office.Core.DocumentProperties)(oWord.ActiveDocument.BuiltInDocumentProperties))[Word.WdBuiltInProperty.wdPropertyCategory].Value =categories;
I get a very strange error:
Una ...
|
Word 2007: SavaAs a all-inclusive HTML
Thu, 29 Nov 2007 21:06:00 -0800
Hello,
I want to save a document as a all-inclusive HTML which is consisted of a
HTML file and many images. It doesn't mean the all-in-one file which is
usually known as MHT file.
I developed a sample program. The program has the source like following.
// Source Code
//
object obFileFormat = WdSaveF ...
|
|
|
System.Security.SecurityException: That assembly does not allow
partially trusted callers.
Tue, 27 Nov 2007 14:18:06 -0800 (PST)
I have created an ActiveX control that does word automation. Once I
creat an instance of work I get the following message
System.Security.SecurityException: That assembly does not allow
partially trusted callers.
I am using .net 2. I have a key and use the regasm tool after it the
dll is compiled
I am re ...
|
C# Taking control over your application when user shuts it down
Mon, 26 Nov 2007 11:56:02 -0800
Hi,
I'm using automation for MS Word through the PIA's.
Consider this basic class:
using System;
using System.Collections.Generic;
using System.Text;
using Word = Microsoft.Office.Interop.Word;
namespace WordTest
{
class WordApp
{
private Word.ApplicationClass _Word = null;
...
|
Per page text extraction issue using office XP PIAS VS2005
Wed, 21 Nov 2007 14:54:01 -0800
I need to extract the text on a per page basis. I found the reference to the
Pages/Page and Rectangles/Rectangle that would have worked but I can't seem
to find the Objects but can't seem to find it in the PIAS that I have.
http://msdn2.microsoft.com/en-us/library/microsoft.office.interop.word.rectangle_members( ...
|