... After looking at the source and the MSDN documentation my understanding is that you can only send ketboard events to the window which currently has the...
Back to basic's I am afraid, I have looked into it and just can't figure it out, it just will not work, so now trying to get the calculator to accept keys,...
Hello, I would like to use the RawKey code (VK_*) with the IsKeyPressed function, is it possible ? I'd like to be able to use it because I can't use my numeric...
Hi All I'm trying to automate the running of a windows-based program and since I'm an experienced PERL user, I thought I'd give GUITEST a try. My problem is...
I have now master the use of SendMessage and PostMessage with regards the sending of text to a window. When you know how it is very simple! I could either...
You might want to download the latest zip package from the Files area of this Yahoo! group and look at the examples in the eg directory. 1) Identify window ...
... No mouse clicks, but here's a routine I'm using with FrameMaker which adds filenames to a FrameMaker book. use Win32::Process; use Win32::GuiTest ':ALL'; ...
Hi All, I have few basic questions on Perl GUI Test module. 1. What does the SendRawKey? What is the differnce between sendkeys and sendrawkey? 2. Whats the...
Hi, First question I'll let the experts answer. Second quesion on the other hand I am more than qualified to answer. SendMessage sends commands to a window via...
Hi, I'm trying to get access and type to a combobox in Excel using Guitest 1.50.2. When I try to use SetFocus, I get the error message : "SetFocus" is not...
Hi, I have just signed up to this group. I have been browsing around but couldnt find the answer to this question. Can GuiTest be used to check the contents of...
... user ... script. ... to ... is ... There is a Win32 API call named 'BlockInput' that does what I believe you wish to do. Here is a Perl fragment that...
I have a windows xp system that has a 3rd party applet in the systray that I need to launch to then have act on. How can I open the applet from the command...
Hi all, I'm trying to use Win32::GuiTest to automate the installation of an application. I'm trying to get FindWindowLike() to spot when a window appears with...
Hi, I am new to this module and trying out some functions. In FindWindowLike() function we nwwd to provide numeric id of window. can anybody tell me how to get...
Hi. Apologies if this is a double post. I am having some problems with the GetComboContents and/or GetComboText functions. Having identified the combo box I...
Hey. My first posting to this group, be gentle! I am having problems with a bit of code to retrieve the contents of a combo box. I can identify the box, get...
Hi, I think there is no way to identify paricular tray icon as a object. But still you can identify the trayicon by its tool tip and move mouse over there then...
Hi, I'm new to Guitest, and fairly new to Perl. :-) I'm planning to automate the running of some benchmarks on WinXP, and Guitest looks like it'll be ideal for...
1. You should probably try running your code with the -w switch to Perl (perl -w program.pl) or add the 'use warnings' pragma to your code; among possibly...
Hi, Thanks for the replies! I hoped to have all the element text from the GetComboContents call. When I got a list back ( garbage looking data but the correct...
Hi again, Another question... There's a window which shows a progress bar and a "Cancel" button. When the task is finished, the "Cancel" button disappears and...
how does one send ctrl + left click? Where can I get the latest win32::GuiTest? CPAN has an old version, I remember seeing a newer one somewhere else. thanks,...
Microsoft Spy++ will probably find your id, im not sure, it finds handles, i could of swore that findwindowlike() would find those if you didnt put in that...
ok I don't understand anymore, previous code was my $WM_SETTEXT="\x0C"; It appear that $WM_SETTEXT is a string I Don't remenber how to affect an hexa to a...
SPY++ is the basic one to use, however, "Winspector" does a much better job and its free. here's the link http://www.windows-spy.com/ there's a lot in it, much...