I\'ve got a windows app which draws charts from data points but there is no way to export the data points into a portable format. I tried using AutoIt to access the form controls values but they were
We have eight Xeon (i7) cores and 16 gig of RAM on our SSIS box.We have about 200 image files we want to convert using a command line utility every day.Currently the process is using Adobe Photoshop a
I have a windows application which has a complex GUI that I would like to hide from users.In order to do this, I would like to create a wrapper with an extremely simple interface that overlays this ap
I\'m trying to setup automated unit tests for an iPhone application. I\'m using a UIWebView and need to simulate clicks on different links. I\'ve tried doing this with JavaScript, but it doesn\'t prod
I am using python in Linux to automate an excel. I have finished writing data into excel by using pyexcelerator package.
I\'m using the following code to get the path where Word stores its templates: WordTemplatePath:=WordApp.Options.DefaultFilePath[$00000002];
I am trying to control an InternetExplorer.Application via the COM interface, using Perl, Win32::OLE, and information from MSDN. My goal is to get as good an idea as possible about what IE is doing. (
Short question:How do I automatically detect whether a CSV file has headers in the first row? Details: I\'ve written a small CSV parsing engine that places the data into an object that I can access a
I have a website where I have to click a submit button on a form. This gives me a link. I know the link is made up with the paramter that is passed through a hidden value. I was wondering if I could m
I\'m in the process of looking for a way to streamline the deployment of one of our php web applications (if it works on this I\'ll roll it out to other apps).