Aye, therein lies the rub. I haven't had any practical application for it
yet, but hopefully this page from the MSDN will help:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemWindowsFormsFormClassHelpButtonTopic.asp

This page describes the event for a Help button as 'control.HelpRequested',
I can only assume that means you will have a sub for each item you want to
provide help on? I tried to write a quick program, but didn't have much luck
making it work. This is all I have found so far, but I hope that it helps
you out.

Sorry I don't have any more information for you,
-Mike
[EMAIL PROTECTED]


-----Original Message-----
From: Rogers, John [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 05, 2001 12:53 AM
To: 'perl-win32-gui-users@lists.sourceforge.net'
Subject: RE: [perl-win32-gui-users] interactive help [? ]button


I looked up this theard and others in the archives
I now know how to hide it , Thanks
But my question still remains, how to make it Do something ?

JohnR

> -----Original Message-----
> From: Forhan, Michael [mailto:[EMAIL PROTECTED]
> Sent: Friday, 3 August 2001 11:55
> To: 'perl-win32-gui-users@lists.sourceforge.net'
> Subject: RE: [perl-win32-gui-users] interactive help [? ]button
> 
> 
> 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
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 


############################################################## 
Disclaimer 

If this e-mail has been sent to you in error, please notify 
Océ-Australia Limited immediately and delete this e-mail from 
your system. 

Any views expressed in this e-mail are those of the individual 
sender and may not necessarily reflect the views of 
Océ-Australia Limited. 
##############################################################

_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

Reply via email to