How would I set the background color for a textfield prompt label or in a
checkbox label? I can see how I might be able to set it if I could get the
handle for that label, but I can't figure out how I would do that either.
Is there a way to get the handle for a control that you have a name for but
These two curious scripts below where posted on this list some time ago,
(there is no archive search sorry I dont know who)
Its probably not quite what you wanted, but could be worth a play.
#-sender.pl
#!perl -w
use strict;
use Win32::GUI;
my $hwind = &gethandle;
#my $hwind = ;
pr
2 matches
Mail list logo