in reply to win32::GUI::DialogBox help ? button
If you posted some code, it might attract more attention.
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