> Can anyone please send me an example of how they have
> successfully implemented the GUI:Tooltip package?  I know
> that it is built into the Win32::GUI::GetOpenFileName method
> dialog box since I can click the question mark (?) in the upper
> right corner of that dialog box and then click an object on that
> dialog box (such as the "Look in" drop down combo box) and
> get a help message to pop up explaining what it does.
> 
> Thanks,
> Eric Hansen

Well the whole  dialog is implemented by single Win32 API call.
 GetOpenFileName() or GetSaveFileName().

See Win32::FileOp for perl only (via Win32::API) example.
http://Jenda.Krynicky.cz

Jenda
================ [EMAIL PROTECTED] ================
 The phenomenon of UFO doesn't say anything about
    the presence of intelligence in space.
  It just shows how rare it is here on the earth.
                                    A.C.Clarke

Reply via email to