The issue of the question button came up some time ago in this group, (I have a post from 5/31/01 in my personal archive), thought it may have been hard to spot from the subject [ Window Size Controls & Miscellany ?'s ] Here it is for your reference:
<!-- Begin Snippet --> I pulled up Microsoft's website on maximizebox settings (I just searched for it from their main page), and linking from there I found information for a 'helpbutton'. After putting -helpbutton => 1 in my window, sure enough, I got one of those '?' boxes. Its amazing what new functionality you can find by just being curious ;) -Michael Forhan -----Original Message----- From: Frazier, Joe Jr [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2001 1:49 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Window Size Controls & Miscellany ?'s Yea, I just found about the -maximizebox thing. -minimizebox does the opposite. Set both to 0 if you want neither to show. I wonder if -questionbox works the same way for a Win32::GUI::DialogWindow and removes the goofy question mark box? <!-- End Snippet --> Hope this helps! -Mike [EMAIL PROTECTED] PS. I believe you have to have -minimizebox and -maximizebox => 0 before you can use the questionbox option. -----Original Message----- Gday, I just joined this list Ive been using perl a Win32::GUI for a few months now, I posted the following on win32 users list and got no answer any one here help ? --------- Does anyone know how to use the interactive help, (?) button on the dialogbox ??? cant find it in the docs dosent have to really work just a button event would be ok, ---------- JohnR