Re: When is 'IsBrowseable' True?
From: Christoph Basedau (e_tonne_at_hotmail.com)
Date: 03/16/05
- Next message: Andy G: "CommonDialog on Windows 2003"
- Previous message: Torgeir Bakken \(MVP\): "Re: VBscript Search and Replace conundrum"
- In reply to: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Next in thread: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Reply: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Mar 2005 14:05:26 +0100
14.03.2005 01:09, Keith Miller schrieb:
> Thanks Michael. Nice to know I'm not alone in my confusion :)
There is actually *one* ShellSpecialFolder, which returns true
for 'IsBrowsable'. This SSF is InternetExplorer (CSIDL_INTERNET = 1)
Set objShell = CreateObject("Shell.Application")
Set objFolder2 = objShell.NameSpace(1)
Set objFolderItem = objFolder2.Self
Msgbox objFolder2.Title & ".IsBrowsable? -> " & objFolderItem.IsBrowsable
So IsBrowsable could mean something like: has no FolderItems, Is
not FileSystem, but can be displayed by Shell.Explorer-Object.
-- Gruesse, Christoph Rio Riay Riayo - Gordon Sumner, 1979
- Next message: Andy G: "CommonDialog on Windows 2003"
- Previous message: Torgeir Bakken \(MVP\): "Re: VBscript Search and Replace conundrum"
- In reply to: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Next in thread: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Reply: Keith Miller: "Re: When is 'IsBrowseable' True?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|