Hi, I'm new to Win32::GUI, but I've been using Perl for a while. I have
been trying to go through a tutorial I found on the web, and I've customized
it a little bit, but not alot, so I can't figure out what's wrong. Maybe
I'm misunderstanding the method. Anyway, below is my code, and what is
hap
use Win32::GUI;
$Menu = Win32::GUI::MakeMenu(
"&Help" => "&Help",
"> &Winnt Help" => "helpme",
);
$Win = new Win32::GUI::Window(
-left => 100,
-top=> 100,
-width => 300,
-height => 300,
-name => "Window",
-text => "Win32::GUI Help Menu",
-menu
Hi,
Is there anyway that I can lauch a windows help file(.hlp) from a
Win32::GUI::Menu?
Or has someone coded a win32::gui window help file equivelant?
Thanks.
_
Join the worlds largest e-mail service with MSN Hotmail.
http://
3 matches
Mail list logo