RE: [perl-win32-gui-users] The Win32::GUI Documentation Project

2003-06-26 Thread Magnone, Angelo
Erick, Excellent... nicely done!! My thanks! Angelo. -Original Message- From: Erick Bourgeois [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:57 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] The Win32::GUI Documentation Project The Win32::

RE: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-26 Thread Frazier, Joe Jr
See the attached file. The "X" icon is about 50% smaller than normal on my Win2k system (not tested elsewhere) using GUI .668 and Perl 5.0.1. use Win32::GUI; use strict; use warnings; package main; my $Window = new Win32::GUI::Window ( -name => "Window", -topmost => 1,

[perl-win32-gui-users] RE: The Win32::GUI Documentation Project

2003-06-26 Thread Roelof Bos
I am very interested in the documentation project, but how come I can visit http://jeb.ca/perl/win32-gui-docs/ ? My browser dows find th IP 65.94.2.121 but after that I get a DNS error. Roelof

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-26 Thread Glenn Linderman
On approximately 6/26/2003 5:57 AM, came the following characters from the keyboard of Frazier, Joe Jr: > See the attached file. The "X" icon is about 50% smaller than normal > on my Win2k system (not tested elsewhere) using GUI .668 and > Perl 5.0.1. > use Win32::GUI; > use strict; > use warni