WHOOPS, I keep leaving off the top line "use Win32;" when I cut and
paste my code
Into Outlook.If $PWD is not set, image wont be found. Sorry.
-Eric
-Original Message-
From: Eric Hansen [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 3:40 PM
To: 'perl-win32-gui-use
I GOT IT YA'LL!! Below Code WORKS. -ERIC
use Win32::GUI;
$PWD=Win32::GetCwd(); #-- save application directory
$SFont = new Win32::GUI::Font(
-name => "Courier New",
-size => 8,
-height => -11,
-weight => 700);
$M = new Win32::GUI::Menu(
"&File"
PERL GUI USERS, I can't get image to display in TreeView. HELP
PLEASE!!
-Eric
use Win32::GUI;
$M = new Win32::GUI::Menu(
"&File" => "File",
" > E&xit" => "Exit"
);
$W = new Win32::GUI::Window (
-title=> "TreeView Example",
-menu => $M,
-name
3 matches
Mail list logo