1
vote
0answers
10 views
Boo - Excel Automation, trouble selecting ranges
Hi All,
I'm investigating Boo and thought it would be a useful exercise to try converting a couple of venerable VB Scripts that automate Excel (2007, in this instance). A lot of things seem to …
0
votes
0answers
10 views
Getting a collection of every IFRAME on a web page
Hello and thanks for taking the time to read my question!
I am currently trying to automate some basic functionality in internet explorer for a few cases where the currently employed method does not …
0
votes
1answer
63 views
Delphi OpenOffice automation scalc center cell text
Hello could someone please help me with the following:
I want to center the text in a scalc open office spreadsheet cell via Delphi and the OOoTools toolkit.
The following code does not work:
sRange …
0
votes
1answer
44 views
Creating an autologin program with Python
I don't know what the objects name is because I don't have the source code for it but I want to code something in Python to have it login to an application for me. Basically I want it to start the …
3
votes
3answers
112 views
How can I programmatically create PowerPoint presentations. On Linux. For Free.
I'd like to create a PowerPoint (not Javascript/HTML/PDF/Keynote/.mov) using code (any language, C preferred) for free.
(I've seen this SO question which references how to create them in C#)
Is this …
0
votes
1answer
13 views
Browser Automation and Cross Site Scripting
I'm trying to write some web-based automation. The sites I'm hitting aren't on the same domain as my automation, so cross-site scripting issues make it impossible to access the DOM on the target …
0
votes
1answer
41 views
What is the easiest way to automate Excel tasks
If I need to automate a series a task on an excel sheet like
remove all rows where column 3 contains value "asdf"
remove column 7 and column 9
sort according to column 4
etc.
What is the …
0
votes
1answer
24 views
problem with Excel automation function
hi folks,
i´m programming a vsto add-in combined with an automation add-in in VB.NET using MS Visual Studio 2008.
The automation add-in is activated in excel and registered at the system. basically …
1
vote
1answer
24 views
MFC Automation how to implement RemoveDocument OnCloseDocument
I have an MFC MDI Application and I am trying to implement Automation with it. I am trying to create a RemoveDocument. How is that done? OnCloseDocument is causing problems. Is there a "standard" for …
0
votes
0answers
11 views
Automating tables from web page using C# & MSHTML
I am new in MSHTML autopmation and wish to automate a page which has table in it. The requirement is to check the check box available in the first column of the table.
The problem is; in runtime I …
0
votes
1answer
15 views
Read Items from Control in another Application
I have an MDI application for which I do not have source for. I believe it is an MFC application. I need to automate some of it's functionality.
It has a form with a listview type control on it. I …
0
votes
1answer
31 views
Should I use SQLite for automatically build a list of banned IPs of comment spammers?
I am using a simple yet effective anti-spam system at a comments module which seems to be working flawlessly for more than a year now.
Since it is capable of recognizing automated comment spam …
2
votes
2answers
25 views
Deploying WCF application
I have IIS-Hosted WCF application and services.
I want to automate the process to deploy this application into test/Acceptance test/production environments
What is the best way to automate the process …
3
votes
3answers
93 views
Creating a COM Automation Server in C#
I currently have a .NET class library written in C# that exposes its functionaility via COM to a C++ program (pre-.NET).
We now want to move the library out-of-process to free up address space in the …
0
votes
1answer
42 views
a c# service that login any web page…
hi friends;
I just want to do a service that automaticly login a web page in start up because our internet provider has a page and we enter our password to access the internet.
it is frequently loged …
