Alan

If that is the case then my problem is solved - I'll try to check it out on a 
"locked-down" machine

Paul

oShell = CREATEOBJECT("Shell.Application")

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

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

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

> BUT I can't assume that scripting will be available :(

Does that come under 'scripting' though? My understanding is that the
code below uses the Windows shell COM object, which is certainly
accessible via scripting but is not actually part of the scripting
system. It should be present on Windows 2000 and later.

-- 
  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