RE: [perl-win32-gui] Perl-Win32-GUI mailing list.

1999-11-10 Thread Andy Cragg
I think this might be the answer to my question, just send to [EMAIL PROTECTED] and await responses ...? Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Cragg Sent: 10 November 1999 19:07 To: [EMAIL PROTECTED] Subject: [perl-win32-gui] Perl-Win

RE: [perl-win32-gui] Win32::Gui Perl Program sharing.

1999-11-10 Thread Mabry, F. DR EECS
Just out of curiosity what mail list software are you using and what search engine for the CGI service? Frank Dr. Frank Mabry Dept. of EE&CS U.S. Military Academy West Point, NY [EMAIL PROTECTED] -Original Message- From: Joe Stewart [mailto:[EMAIL PROTECTED]] Sent: Friday, November 05,

Re: [perl-win32-gui] GB update ;-)

1999-11-10 Thread David Hiltz
> > Are you going to continue working on it (gb)? > > I would like to, but I'd better continue working on the module itself > and the documentation. > > > I would like to help out, but don't know where I can lend a hand. Maybe > I > > could work on getting the save and open functions to w

[perl-win32-gui] Perl-Win32-GUI mailing list.

1999-11-10 Thread Andy Cragg
Aldo, Oh Great Perl GUI Guru, Sorry to mail you direct like this but I've just subscribed to the perl-win32-gui mailing list and er, don't know how to send/recieve postings (using MS Outlook). How's it done then? Also (there's always an "also" :) ), how do you install stuff from a .zip file? I

Re: [perl-win32-gui] Sub menus

1999-11-10 Thread Aldo \"dada\" Calpini
[EMAIL PROTECTED] wrote: > How do you create sub-menus of sub-menus using Win32::GUI? > Something like: > > Main > |___Sub1 > |___Sub2 > > I've tried (to no avail): > > $Menu = Win32::GUI::MakeMenu( > "&Main" => "Main", > " > Sub&1" => "Sub1", > " >>

[perl-win32-gui] Sub menus

1999-11-10 Thread John . MCNAMARA
How do you create sub-menus of sub-menus using Win32::GUI? Something like: Main |___Sub1 |___Sub2 I've tried (to no avail): $Menu = Win32::GUI::MakeMenu( "&Main" => "Main", " > Sub&1" => "Sub1", " >> Sub&2" => "Sub2", ); John McNamara --