Alan

This works (and has My Network Places as the root entry) BUT I can't assume 
that scripting will be available :(

oFolder = oShell.Application.BrowseForFolder(_screen.HWnd,;
        "Select Folder", 64, 18)

Paul

----- Original Message -----
From: "Alan Bourke" <[email protected]>
To: [email protected]
Sent: Thursday, 12 March, 2009 09:02:46 GMT +00:00 GMT Britain, Ireland, 
Portugal
Subject: Re: Browse for network share

oShell = CREATEOBJECT("Shell.Application")

oFolder = oShell.Application.BrowseForFolder(_screen.HWnd,;
        "Select Folder", 1, "c:\Program Files")

IF NOT ISNULL(oFolder)
        ? oFolder.self.Path
ENDIF


Is the above the dialog you need ?
-- 
  Alan Bourke
  [email protected]


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to