[perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira

Hello All,
Can I get something like BrowseForFolder in the Win32:GUI?
Thanks,

Joel Oliveira





RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Yoda

cut from methods.html
BrowseForFolder( OPTIONS )
Displays the standard ``Browse For Folder'' dialog box. Returns the selected
item's name, or undef if no item was selected or an error occurred.

Note that BrowseForFolder must be called as a standalone function, not as a
method.

Example:

$folder = Win32::GUI::BrowseForFolder(
-root = "C:\\Program Files",
-includefiles = 1,
);
end cut

--Yoda
PlanetUnreal

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
Sent: Thursday, January 04, 2001 9:18 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] BrowseForFolder?


Hello All,
Can I get something like BrowseForFolder in the Win32:GUI?
Thanks,

Joel Oliveira






RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira

Where can I get this file (documentation)?

# cut from methods.html
# BrowseForFolder( OPTIONS )
# Displays the standard ``Browse For Folder'' dialog box. Returns 
# the selected
# item's name, or undef if no item was selected or an error occurred.
# 
# Note that BrowseForFolder must be called as a standalone 
# function, not as a
# method.
# 
# Example:
# 
# $folder = Win32::GUI::BrowseForFolder(
# -root = "C:\\Program Files",
# -includefiles = 1,
# );
# end cut
# 
# --Yoda
# PlanetUnreal
# 
# -Original Message-
# From: [EMAIL PROTECTED]
# [mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
# Sent: Thursday, January 04, 2001 9:18 PM
# To: [EMAIL PROTECTED]
# Subject: [perl-win32-gui] BrowseForFolder?
# 
# 
# Hello All,
# Can I get something like BrowseForFolder in the Win32:GUI?
# Thanks,
# 
#   Joel Oliveira
# 
# 
# 



[perl-win32-gui] BrowseForFolder

2000-10-15 Thread Urs Grendelmeier

Hi,
I have a "nice" Problem not really with win32-gui. I installed ActiveState
Perl 618 and now BrowseForFolder from the Win32-FileOp package isn't working
(read error at address xxx)!
ppm tells me, that FileOp is up to date.
Anyone, who has the same problem or a fix?

Grendi





[perl-win32-gui] BrowseForFolder - Win32::FileOp WIN98

1999-12-01 Thread Petrich Hans-Jürgen

Hi,
somebody knows why BrowseForFolder do not work with WIN98
Thanxxx
 
Hans-Jürgen Petrich