ActiveState provides commercial tools to do this, PerlCOM and PerlCtrl. And
here are some Perl links:
http://ftp.activestate.com/unsupported/PDK/release.htm
http://www.mkssoftware.com/docs/man5/perlcom.5.asp
http://burningbird.net/devaspcomp/bonus/perl.htm
http://www.foo.be/docs/tpj/issue
Hi,
I need to grab some data from a commercial third-party application's listbox.
Assuming that I know the window handle (later on I'll find it with FindWindow,
but a single fixed window will work fine for now), how do I do this?
I've tried stuff like:
use Win32::GUI;
my $lb = 0x002a01b6;
m
2 matches
Mail list logo