Hi, I need to take the number that irfanview (a windows app distributed without sources) displays to the left of properties on top toolbar, and make it available via an HTTP request. I've got the HTTP request figured out (use HTTP::Daemon), but :
How do I get the current value of the text? Do I have to get the widgets handle for that? How would I get it, and once I have it, how do I use it to retrieve current value? thanks a bunch, JJ PS: do I need activePerl for this, or can I keep using cygwin perl?