0
votes
1answer
69 views
Creating object instances globally
Hi, this is probably something I should know, but I'm puzzled by this.
I'm trying to create some objects and being able to access and modify these globally.
I tried to create a P …
0
votes
1answer
34 views
Winforms app which must include some freehand drawing
We have a customer who needs some simple forms (probably we would be creating a simple Winforms app for them) but there is a requirement to capture a mix of input fields plus some …
2
votes
4answers
59 views
Convert Microsoft Office documents to Text
I'm looking for a library (or command line tool) to turn MS Office documents into either plaintext or HTML (for conversion to text).
It must run on Linux (not via Wine!).
I found …
0
votes
1answer
14 views
+150
Word 2007 Macro to insert text
I'm trying to create a macro to insert some text with custom formatting, then change the font style back to what it was before the macro was run. This is what I have come up with s …
0
votes
1answer
22 views
How do I validate a Word 2007 File against wml.xsd with Java?
I would like to validate a given Word 2007 XML file against the Schema defined in wml.xsd.
How could it be done in Java?
Loading the Schema with the following line is not a problem …
0
votes
4answers
50 views
Excel 2007 Sum variable length column.
I'm trying to make a macro to sum a variable length column. I've tried a few different things but they haven't worked. What I want to do is:
If the active cell is cell B17, I'd li …
0
votes
2answers
38 views
How to edit my excel dropdown list ?
How to edit my excel dropdown list ?
i went to Data>validation>Settings> In that i found the values as =Attribute_Brands
What i have to do for editing this?
1
vote
5answers
64 views
PDF conversion service
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I have used a piece …
4
votes
4answers
68 views
detect microsoft office version using javascript
I have to check whether or not the client pc has MS Office 2007 installed or not.
How can I check this using javascript?
3
votes
6answers
84 views
Microsoft Access required for C# database access on end-user machines?
Silly question, perhaps.
I've developed an app on my machine that uses a Microsoft Access database (.mdb) to access certain information and populate a table with monitoring data u …
0
votes
1answer
22 views
Writing your own WebDAV/FPSE server (like SharePoint)
Does anybody have experience in programming a protocol handler that can handle WebDAV and FPSE?
What I want is to open a Word document from my Web Application, edit it in MS Word …
0
votes
1answer
14 views
How do I get the scroll position from Microsoft Execl
When using Microsoft office automation I want to insert images into a spreadsheet. How can I determine the current users scroll location?
0
votes
3answers
48 views
Best way to check for Office (Word) 2007
I have setup spell checking through WinWord but I need to find a way to in sure that Word 2007 is installed on there systems.
I have seen the Registry Versions of this but I also …
0
votes
1answer
25 views
DCOM Failure of Office Automation
I developed a C# program that pulls data from a SQL Server database and then generates Word documents which include the data. I've set the program up to run as part of an SSIS job …
0
votes
2answers
151 views
Microsoft.SharePoint and Microsoft.Office namespace issue
Hello everyone,
I am learning from the following tutorial to develop application based on Microsoft Search Server,
http://msdn.microsoft.com/en-us/library/ms497054.aspx
and it n …
