There's already an RFE for this:
http://sourceforge.net/tracker/index.php?func=detail&aid=1342872&group_id=16572&atid=366572

Regards,
Rob.

Eric Nichols wrote:
I've been trying to get the "Make New Folder" button to appear in the
BrowseForFolder dialog.  I think that BIF_NEWDIALOGSTYLE (0x0040?) needs to be
set.  Tried that with no such luck.  According to Microsoft's info:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/structures/browseinfo.asp

OLEInitialize or CoInitialize must be done before calling the dialog.  I tried
this with no luck.

My Code:
Win32::OLE->Initialize(Win32::OLE::COINIT_OLEINITIALIZE);
my $dir=$mw->BrowseForFolder(-root=>0x0040);


Can anyone give me the correct couple of lines of code to make this work?
Many thanks
Eric


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/



Reply via email to