in reply to Re: win32::GUI::DialogBox help ? button
in thread win32::GUI::DialogBox help ? button
use Win32::GUI;
$main = Win32::GUI::DialogBox->new(
-title => "The AMAZING FOODCHOOSER $curvers!",
-text => "The Amazing Foodchooser $curvers!",
-left => 110,
-top => 110,
-width => $dbwidth,
-height => $dbheight,
-name => 'Main',
);
sub helpbutton_Click{ #What should this be called?
Jason
|
|---|