in reply to Re: win32::GUI::DialogBox help ? button
in thread win32::GUI::DialogBox help ? button

I am not sure what sort of code I am supposed to post because I am actually seeking code about how to make the ? button do something.

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

  • Comment on Re^2: win32::GUI::DialogBox help ? button