[perl-win32-gui-users] Combobox

2001-01-15 Thread Koul Christian
Hi all, I dont have my items in the combobox. The code is here below. can somebody tell me where i am wrong? use Win32::GUI; $menu = Win32::GUI::MakeMenu( "&Fichier" => "Fichier", " > &Fermer" => "Terminer", "&Aide" => "Informations", " > &Soft" => "So

Re: [perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
] A simple extension for displaying Windows message boxes and . I made the update at dada.perl.it/PPM and now it is C:\Perl\koul> perl -MWin32::GUI -e "print Win32::GUI::Version; 0.0.502 Aldo Calpini wrote: > Koul Christian wrote: > > I

[perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
Hi, it's work with this (copied from From: Vince Subject: [perl-win32-gui] Code Date: Wed, 14 Oct 1998 16:54:06 -0700 (PDT) ) - use Win32::GUI; $men

Re: [perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
t; Technical & Network Services > Allegheny College > [EMAIL PROTECTED] > > - Original Message - > From: "Koul Christian" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 05, 2001 6:44 AM > Subject: [perl-win32-gui-users] me

[perl-win32-gui-users] menu

2001-01-05 Thread Koul Christian
Hi, I am new in win32::GUI and i have problem using menu. I have this but i can not see the menu. can somebody help me? --- use Win32::GUI; $Menu = new Win32::GUI::Menu( "&File"=> "File", " > &Load" => "FileL