Home > Archive > PERL Miscellaneous > May 2006 > Simulate click events in a Win32 application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Simulate click events in a Win32 application
|
|
|
| Hi perl users,
I want a sample program using Active Perl, that can invoke events
to an application that written in VC++. I want to click the buttons
(here .gif images are used to create button) of the applications 'N'
number of times and to generate a report also.
Biju
| |
| Thomas Kratz 2006-05-29, 7:03 pm |
| Biju wrote:
> Hi perl users,
> I want a sample program using Active Perl, that can invoke events
> to an application that written in VC++. I want to click the buttons
> (here .gif images are used to create button) of the applications 'N'
> number of times and to generate a report also.
>
> Biju
>
Have a look at Win32::Setupsup and for a nicer OO aproach the *additional*
Win32::CtrlGUI
ppm install http://theoryx5.uwinnipeg.ca/ppms/Win32-CtrlGUI.ppd
ppm install http://theoryx5.uwinnipeg.ca/ppms/Win32-Setupsup.ppd
Thomas
--
$/=$,,$_=<DATA>,s,(.*),$1,see;__END__
s,^(.*\043),,mg,@_=map{[split'']}split;{#>J~.>_an~>>e~......>r~
$_=$_[$%][$"];y,<~>^,-++-,?{$/=--$|?'"':#..u.t.^.o.P.r.>ha~.e..
'%',s,(.),\$$/$1=1,,$;=$_}:/\w/?{y,_, ,,#..>s^~ht<._..._..c....
print}:y,.,,||last,,,,,,$_=$;;eval,redo}#.....>.e.r^.>l^..>k^.-
|
|
|
|
|