Re: [perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-15 Thread Johan Lindstrom
Jeremy Aiyadurai wrote: how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Untested, but try something like this: my $icoDOS = ... create your icon object here ...; my $hwindDOS = Win32::GUI::GetPerlWin

[perl-win32-gui-users] Win32::GUI::Icon and Win32::Console - an icon for a console

2001-05-15 Thread Jeremy Aiyadurai
Hi all, Thankyou for your help so far. how do i get an icon to work for a console window...eg. i want to get rid of the console-window-dos-prompt icon when i run my console program. Thankyou Jeremy favicon.ico Description: Binary data

RE: [perl-win32-gui-users] Win32::GUI::Label

2001-05-15 Thread Jeremy Aiyadurai
Hi All Thank you for your knowledge and help so far. Hi, I have tried this procedure...it does make the labels transparent, but it makes them hidden how do i go about showing my text in the labels, with the labels being transparent to the background Jeremy >I struggled for an entire night tryin

Re: [perl-win32-gui-users] weird textfield issue

2001-05-15 Thread Tom Paton
On 10 May 01, at 11:16, Marjolein Katsma wrote: > Debuggers are a wonderful invention - and I use them. But you don't > need them (need to *pay* for them!) until you've exhausted all > possibilities of displaying traces and variable values of your program > while it's executing. With Perl on Win -