[perl-win32-gui-users] textfield prompt color

2002-07-10 Thread Scott Wildenberg
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

[perl-win32-gui-users] RE: communication between GUI scripts

2002-07-10 Thread Rogers, John
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