How do I go about calling an executable that has spaces in it. Below is what my code currently looks like which returns the error of: Couldn't find the file...
398
Chris Hilton
chris_hilton
Jan 27, 2004 11:51 pm
I'm not ripping this exactly from my code so it may not exactly work, but it should give you the right idea: $checkbox = (FindWindowLike(undef, "checkbox...
397
coastguard12
Jan 27, 2004 6:27 pm
Does anybody have a code snippet that will find a checkbox in a window and see if it is checked. Is this even possible? Thanks, Chris...
396
s03nk3
Jan 27, 2004 2:14 pm
I finally found the problem *g* BM_Click should read BM_CLICK... Now, everything works fine and my eMule can be told to rehash its files from the command line...
395
Rahul Chauhan
rahulschauhan
Jan 27, 2004 11:19 am
Spam detection software, running on the system "mail.citat.se", has identified this incoming email as possible spam. The original message has been attached to...
394
Rahul Chauhan
rahulschauhan
Jan 27, 2004 11:18 am
I am not a regular user of this module but had once studied the feasibility of using this module. Its a pretty good work and very useful for automation. some...
393
s03nk3
Jan 27, 2004 10:43 am
Hi, recently I discovered Win32::Guitest - thx for wríting this module! ... #!perl #use strict; use Win32::GuiTest qw(FindWindowLike SendMessage...
392
Dennis K. Paulsen
ctrondlpaulsden
Jan 26, 2004 10:38 pm
At this time, the only "documentation" that I am aware of for Win32::GuiTest is what comes with the README (perldoc Win32::GuiTest) and the example scripts....
391
Dennis K. Paulsen
ctrondlpaulsden
Jan 26, 2004 10:32 pm
Hello, The most common scenario is to allow time for the application (GUI) to become ready for interaction/user input. Without a WaitWindow or sleep in the...
390
neesha1_99_99
Jan 26, 2004 9:50 am
Thanks, problem was that I should be using winodow handle (get using FindWindowlike()) and not the text of window name. I figured necessity of using sleep, but...
389
neesha1_99_99
Jan 26, 2004 9:50 am
Does anybody know any tutorial (online or book) for win32::guitest which provides all information such as functions from guitest, their definations, examples...
388
Kristofer Hoch
kristoferhoch
Jan 23, 2004 10:28 am
Sandy, This question doesn't really belong here. What you need to to use a newer version of Perl (5.8.2 is out) and Win32::OLE. Try searching the PerlMonks...
387
Dennis K. Paulsen
ctrondlpaulsden
Jan 22, 2004 5:05 pm
Hello, Instead of Win32::GuiTest, you may want to investigate a different solution, such as the Spreadsheet::WriteExcel/Spreadsheet::ParseExcel Perl modules. ...
386
Dennis K. Paulsen
ctrondlpaulsden
Jan 22, 2004 4:29 pm
Hello, One other thing you might need; which is utilized throughout Win32::GuiTest39;s example scripts, is the use of start.exe (example below). Without this,...
385
noel.peterson@...
bullitt133
Jan 22, 2004 3:29 pm
Should look something like this: use Win32::GuiTest chdir("C:\92;Program92; Files\92;Quake92; III\ Arena"); system("quake3.exe"); SetForegroundWindow("Quake 3:...
384
sandygower2000
Jan 22, 2004 10:31 am
Hi I am a beginner in Perl. I need to copy the contents of one excel cell into another cell using Active Perl 5.6. Can anyone please helpout. Thanks Sandy...
383
neesha1_99_99
Jan 22, 2004 10:31 am
Hi, Following is my script. It runs the program quake3.exe but then it does not pass key 'enter39; to it. What it supposed to do is when it enters it will play...
382
neesha1_99_99
Jan 22, 2004 10:31 am
Hi, I am trying to use sendkeys() function call using win32::guitest for the first time in my life. When I try to run my program, i get the message that script...
381
ste88llo
Jan 22, 2004 10:30 am
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode92;Downloads92;Win32-GuiTest-1.50>nmake Microsoft (R) Program...
380
Steve West-Fisher
westfisher
Jan 22, 2004 10:30 am
... box, ... Exactly the kick in the pants I needed to get me started in the correct direction. By the way, this is the only scripting I've come across yet ...
379
sandygower2000
Jan 22, 2004 10:14 am
Hi, I am using ActivePerl 5.6. How can I paste the content of a cell in an excel sheet to another cell in the same excel sheet using Perl. Iam a beginner. Will...
378
guiguy2001
Jan 21, 2004 12:10 pm
Hello all, I am trying to ue the AO library to get the accessible objects within a treeview 32 form created by .net using c# . I can see the object information...
377
tina_amir
Jan 19, 2004 2:09 pm
Hello, I have some Tablefields (Class: ICL Container LDetail) in my application and want to read their contents at the runtime. Exists any function in Guitest,...
376
Chris Hilton
chris_hilton
Jan 16, 2004 4:50 pm
VCVARS32.BAT is a batch file installed with Visual C++. You should find it in the BIN subdirectory of your Visual C++ installation directory. You need to run...
375
Steven Lloyd
ste88llo
Jan 16, 2004 10:56 am
You said to run vcvars32.bat. Where do I get this file? I have MS VC++ 6.0 Professional installed. Steve ... From: perlguitest@yahoogroups.com...
374
Dennis K. Paulsen
ctrondlpaulsden
Jan 15, 2004 12:41 am
A couple of thoughts: Make sure you run 'vcvars32.bat' before you run 'perl makefile.pl39; and 'nmake39; to ensure the build environment is reasonably setup. One...
373
ste88llo
Jan 14, 2004 2:55 pm
I am unable to build the latest code. Can anyone help with the following errors? ... D:\Perlcode92;Downloads92;Win32-GuiTest-1.50>nmake Microsoft (R) Program...
372
cary_sh
Jan 13, 2004 11:44 am
Does this tool support the Record and Playback feature and Links checking? I am looking for a freeware to automate a web based application, and wondering if...
371
Chris Hilton
chris_hilton
Jan 12, 2004 7:47 pm
Spam detection software, running on the system "mail.citat.se", has identified this incoming email as possible spam. The original message has been attached to...
370
Chris Hilton
chris_hilton
Jan 12, 2004 7:46 pm
Sure. $data = "What I want to send"; SendKeys($data); Chris Hilton Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a...