Re: [perl-win32-gui-users] Writing ActiveX modules in perl?

2007-01-08 Thread Jonathan Epstein
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

[perl-win32-gui-users] obtaining contents of another app's ListBox control

2003-04-08 Thread Jonathan Epstein
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