Spy Video Eyewear Recorder EVR130 available at http://www.gusdeluxe.info/Catalog
Thu, 24 Jul 2008 20:54:56 +0200
Eyewear Spy Video Recorder EVR130
http://www.gusdeluxe.info/Catalog/video-eyewear-recorder-evr130-p-342.html
1. Quality Polaroid Lens from brand makers.
2. 1.3 mega pixels pinhole CMOS camera for clear digital recording.
3. User friendly operation button for easy control. ...
|
RTF parse
Thu, 24 Jul 2008 17:35:52 +0800
I operate the Word appliaction in my program. I want to input some rtf code
to Word,and Word display the formated font.
I try to find some function,but failed.
How can I relize it. Thank you!
...
|
PowerPoint 2007 Image Animations coordinates getting corrupted
Thu, 24 Jul 2008 00:49:28 +0100
Hi,
A strange problem that one of my users pointed out to me. I have written a
COM DLL for PowerPoint automation written in C++ using late binding
techniques. The DLL allows multiple Slideshows to be created and ran at the
same time. Each instance of the COM object uses the same PowerPoint instance
and so ...
|
Setting Column Widths with MergedCells Or MergedSelection on Sheet
Wed, 23 Jul 2008 09:00:10 -0700
When I have Merged Cells or MergedSelections on my sheet, I can NOT set
column widths on the rows below the header rows which have merged Cells.
However, I need to display a couple of headers that span all the filled in
columns in the rows below, so I really need Merged Cells (or MergedSelection)
(or a work ...
|
Mail Merge questions - Executing the merge
Tue, 22 Jul 2008 11:29:08 -0700
Hi,
We started using the Office Object Library, more specificaly the Word Object
Library with Office 2007 and VB.Net.
We'd like some pointers on some issues we're trying to figure out.
- Using the Mail Merge, is it possible to get an object of the newly created
document using this code? :
Me ...
|
Handling MS Access controll events in VB.Net
Tue, 22 Jul 2008 10:57:00 -0700
I am using an MS Access database that is opened using automation by a program
writen in VB.NET.
Many MS Access automation objects have several events, mostly corresponding
to the events exposed to VBA. For example, a CommandButton object has Click,
DblClick, Enter, Exit, etc.
If I create an object (say a ...
|
Cannot use SaveAs method on ActiveDocument object in Word 2007
Tue, 22 Jul 2008 10:33:05 -0700
I have a vbscript program which creates and saves a word document using the
automation interface. This was working with Word 2003, but since the upgrade
to Word 2007 it is consistently failing on the call to the SaveAs method. The
error is "The server threw and exception" with code 80010105, and source:
(nul ...
|
|
|
Excel Cell Read Error
Mon, 21 Jul 2008 11:10:41 -0700 (PDT)
I keep am automating the reading of an Excel spreadsheet and
keep getting an error message when I check to see if a cell is
blank. This is my code
For i = 1 To RowsUsed
If xlSheet.Cells(i, 12).Value = "" Then
BlankOrigFICO = BlankOrigFICO + 1
...
|
VBE property on Excel Application object
Sun, 20 Jul 2008 04:24:00 -0700
Hello,
I have been trying to use the VBE property on the Excel object in order to
try to use and modify VBA-projects in excel files. For example to remove
missing references. I know I can do this through VBA-code in for example a
template or add-in. But I would like to do it straight from automation
throug ...
|
C# with MS-word automation
Fri, 18 Jul 2008 15:53:34 -0700 (PDT)
Hi all,
I am doing some word automation with C#. Here is my problem
1) I have word template file (.dot) file
2) I have couple of predefine bookmark in this template (.dot) file
3) From c# I am opening this template and searching for the
particular
bookmark and run time assigning value for the bookmark. ...
|