0
votes
1answer
36 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
98 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
37 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
11 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 …
1
vote
1answer
22 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
18 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 …
3
votes
3answers
91 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
30 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 …
0
votes
4answers
59 views
Most efficient way to create reports every 15 minute?
I currently have an ASP Classic script that runs every 15 minutes (via scheduled task). The task is responsibly for opening up Internet Explorer and loading the create report ASP page. Once the page …
0
votes
1answer
14 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 …
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 …
0
votes
2answers
43 views
Reading 200 urls automatically with varying intervals between requests
By calling the example URL below my Java servlet caches one file at a time (with corresponding "filekey").
http://www.example.org/JavaServlet?fileKey=phAwcNAxsdfajsdoj&action=cache
Now I have …
0
votes
2answers
81 views
Choosing a Windows Automation script language. Autoit vs Autohotkey.
I need to choose a windows automation program. Which one do you recommend? AutoIt, AutoHotkey, others?
I have read http://paperlined.org/apps/autohotkey/autoit_and_autohotkey.html , interesting …
1
vote
2answers
93 views
Automating old DOS application using Python
Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBox) from Python (on Windows)? I would like to send keys and strings to the application, detect updates …
0
votes
1answer
18 views
CGWindowID from AXUIElement
I'm trying to automate a foreign OSX application using the accessibility API. Some of
the state of the application isn't available through the API, so I acquire it through
screen scraping. To do this, …
