Search found 3 matches
- Wed Jul 25, 2007 3:39 pm
- Forum: Technical / Scripting
- Topic: Screen Resolution issue
- Replies: 4
- Views: 6284
The color depth is same on both the machines(16-bit). The issue is size. The images on the toolbars and dialogboxes get recognized perfectly, as their sizes don't change. However the objects on the powerpoint slides - like some text-box - get resized according to screen-resolution. And its the image...
- Tue Jul 24, 2007 9:43 pm
- Forum: Technical / Scripting
- Topic: Screen Resolution issue
- Replies: 4
- Views: 6284
Screen Resolution issue
I am automating some features on Powerpoint using macroschedular's FindImagePos method. The images used in this method are captured on a machine that has a resolution of 1280x1024. Now when I run the macroschedular script on a machine with a resolution 1280x780, then FindImagePos method is not able ...
- Thu Jul 12, 2007 9:46 pm
- Forum: Technical / Scripting
- Topic: Instantiating Macroschedular
- Replies: 0
- Views: 3443
Instantiating Macroschedular
I was just wondering if Macroschedular provides any kind of Object model so that we can instantiate Macroschedular in any other programming language like VB and access its methods. Something like we create/instantiate an excel object using CreateObject method Set objExcel = CreateObject("Application...