From: Chris E. <ce...@mi...> - 2001-06-07 05:15:35
|
Hey, Is there anything special I should know about making a Menu visible? I tried this on just a blank window, but no menu is visible. $Menu = new Win32::GUI::Menu( "&File" => "File", ">Open" => "Open", ">Save" => "Save", ">Exit" => "Exit" ); I tried $Menu-Show(); Putting it in a DialogBox instead of a Window... I don't understand how to make it visible. Thanks for the help. Chris |