First of all, i know there is a similarly phrased question in SO, but it hasn\'t been answered properly, and most of the discussion around it fell unto the \"you shouldn\'t be doing that\".
I have been using OLE automation from java to access methods for word开发者_如何学Python. I managed to do the following using the OLE automation:
I am doing some repetitive actions in pdf (like Document -> Crop Pages -> select top bottom etc and in irfanview (File -> Batch Conversion -> Advanced -> Load Sett开发者_运维技巧ings etc)
Lets say someone made a Matlab GUI using GUIDE. Now I want to use that code in a programmatic environment - that is no human-in-the-loop. What\'s the easiest way for me to \"script\" the human interac
I am using QTP and need to test a flash application. I found 3 plugins for this purpose: Adobe\'s actionscript, Experitest\'s SeeTest and Riatest. Adobe\'s was heay duty learning and i gave up...can a
I am trying to create excel order form which will have price and qty columns and customer will put the values in the qty column and excel will update order cost column. problem i am facing right now i
I have 5 graphs on a tab refering to Sheet ABC. I am duplicationg the tab with the graphs and then making this new set refer to Sheet DEF. The series ranges are exactly the same, it\'s just the name o
Say I need to track about 10 big files (each over 1G) over the the LAN shared folder, and if the files get modifi开发者_如何学Ced/updated/overwritten, I need to upload those new files to ftp, and do s
Should be a simple question, but searching the documentation is开发者_如何学Python driving me nuts.Suppose I have an ITypeInfo pointer for a coclass or an interface.How do I get the name of that class
Say you have a huge automation project and are using a certain testing framework, sa开发者_如何学JAVAy -JUnit for most of the automation. However you typically get stuck with automating the flash part