I'm having problem with the manipulation of combo item selection when sending raw message(CB_SETCURSEL) or using the new feature "SelComboItem" command added...
Hi All, Can anyone point me to resources/scripts which will be helpfull in controling settings of IE->Options->Security->ActiveX stuff Thnx in advance, Shri ...
... when ... Both ... from ... change ... 2nd ... of ... Hmm... Good point. It behaves as expected. CBN_SELCHANGE documentation on MSDN says that it is not...
You could use the following that simulates a Win-d SendRawKey(VK_LWIN, 0); SendKeys('d'); SendRawKey(VK_LWIN, KEYEVENTF_KEYUP) Regards, Dennis K. Paulsen ... ...
Hello, The best source of information is the ReadMe file and example scripts; which are available at http://sourceforge.net/projects/winguitest It is also...
I'm useing win32 guitest to automate some unscriptable applications (not something I wrote, no OLE or WMI as options) I'm having trouble with tabbed...
You can use ClientToScreen and ScreenToClient to convert coordinates back and forth in Win32::GuiTest 1.50.3-ad from CPAN. ($x,$y) = ScreenToClient(hwnd,x,y) ...
Hi, Great module, I started using it and run into slight problem. I'm mapping and unmapping drives in WinXP, so when I get to disconnect network drive window,...
... You could try to send a TCM_SETCURSEL message to the tab control's handle. TCM_SETCURSEL takes the 0-based index of the desired tab item as WParam and 0 as...
I'm having a problem getting the contents of a SysListView32 with multiple columns using GetListViewContents. I noticed that a few other people are also...
Hi I have Active Perl5.8 on a WinXP professional setup. I am trying to install the package but when I follow the instructions it tells me that it cannot find...
To be exact the error is: Error: no suitable installation target found for pacakge Win32-GuiTest I am not an expert with ppm actually the first time I am using...
Hi, Check the link http://www.piotrkaluski.com/files/winguitest/docs/index.html It is far from complete. But I believe it offers some ordering and a framework...
Hello , I am getting the error "Could not find Paint" when I run the following script: use strict; use Win32::GuiTest qw(:ALL); system("start mspaint"); sleep...
Since you doubt system("start mspaint"); is getting executed, make sure you can go to Start > Run and execute mspaint. On Windows ? and above it will be...
Hello, I tried this application a few weeks ago and a Windows message came up stating I was missing a required DLL.... Therefore, we might want to think about...
Without being able to examine this module it is hard to tell. If it responds to standard windows messages, existing functions may work. Several variables to...
I/We'll need to look at this issue. If you have the time to document the bug at http://sourceforge.net/projects/winguitest please do so.. Thanks, Dennis ... ...
This issue will need to be looked at. If you have a moment to document it at http://sourceforge.net/projects/winguitest, please do so. As far as SysHeader32,...
Which version of the module are you trying to install? Latest versions are usually built around 5.8. If your not already, you may have to download the zip...
Well for me it was Windows XP and one of the MFC*.DLLs. I had no development tools installed on this machine, so it won't have the numerous DLLs that come...
Vishal, Make sure you can launch mspaint from the command prompt. If you can't, you'll have to adjust your path. Alternatively, you could adjust your scripts...
Hi, What you need is EHLLAPI / WinHLLAPI. EHLLAPI is a standard programming interface which allows programmatic access to a host emulator session. Functions...
That doesn't either seem to work. I installed the Win32::GuiTest module with ppm from the ActiveState Repository. Could this be reason why it's not working?...