Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Open Directory using Win32:GUI?

by Gerard (Pilgrim)
on Jan 10, 2002 at 07:51 UTC ( [id://137666]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            $folder = Win32::GUI::BrowseForFolder(
                    -root => "C:\\Program Files",
                    -includefiles => 1,
            );
    
  2. or download this
    $ret = GUI::GetSaveFileName(
        -title  => "Save your newly generated Mail Merge Document.",
    ...
            "Word documents (*.doc)" => "*.doc", 
            "All files", "*.*",
        ],
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://137666]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found