View Single Post
Old 03-17-2007   #5 (permalink)
Keith Miller MVP
Guest


 
 

Re: Can't select multiple files in my computer

That's the flag my script toggles. I wrote it in a hurry to take care of the most common
manifestation of the problem -- the flag getting set & saved with a folder view. I need to add a
little more to the script to take care of those instances where the user used 'Apply to Folders'
with this flag applied.

Haven't been able to find out what's causing it. I've been asking users who post with the problem
for info but haven't gotten any feedback <Grrrrrrr>


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]


<.> wrote in message news:OQfCf1KaHHA.3612@TK2MSFTNGP04.phx.gbl...
> FWF_SINGLESEL
> Do not allow more than a single item to be selected. This is used in the common dialog boxes.
>
> typedef enum {
> FWF_AUTOARRANGE = 0x00000001,
> FWF_ABBREVIATEDNAMES = 0x00000002,
> FWF_SNAPTOGRID = 0x00000004,
> FWF_OWNERDATA = 0x00000008,
> FWF_BESTFITWINDOW = 0x00000008,
> FWF_DESKTOP = 0x00000020,
> ************************************************
> FWF_SINGLESEL = 0x00000040,
> ************************************************
> FWF_NOSUBFOLDERS = 0x00000080,
> FWF_TRANSPARENT = 0x00000100,
> FWF_NOCLIENTEDGE = 0x00000200,
> FWF_NOSCROLL = 0x00000400,
> FWF_ALIGNLEFT = 0x00000800,
> FWF_NOICONS = 0x00001000,
> FWF_SHOWSELALWAYS = 0x00002000,
> FWF_NOVISIBLE = 0x00004000,
> FWF_SINGLECLICKACTIVATE = 0x00008000,
> FWF_NOWEBVIEW = 0x00010000,
> FWF_HIDEFILENAMES = 0x00020000,
> FWF_CHECKSELECT = 0x00040000,
> FWF_NOENUMREFRESH = 0x00080000,
> FWF_NOGROUPING = 0x00100000,
> FWF_FULLROWSELECT = 0x00200000,
> FWF_NOFILTERS = 0x00400000,
> FWF_NOCOLUMNHEADER = 0x01000000,
> FWF_NOHEADERINALLVIEWS = 0x02000000,
> FWF_EXTENDEDTILES = 0x01000000,
> FWF_TRICHECKSELECT = 0x02000000,
> FWF_AUTOCHECKSELECT = 0x04000000,
> FWF_NOBROWSERVIEWSTATE = 0x08000000,
> FWF_SUBSETGROUPS = 0x10000000,
> FWF_USESEARCHFOLDER = 0x40000000
> } FOLDERFLAGS;
>
> Used by IShellFolderView
>
> Whoich I think is this under bags
>
> FFlags
>
> If it is, a random documents folder had settings of;
>
> FWF_AUTOARRANGE (which I use)
> Automatically arrange the elements in the view. This implies LVS_AUTOARRANGE if the list view
> control is used to implement the view.
> FWF_FULLROWSELECT (dunno - maybe stacking)
> Windows Vista: When an item is selected, the item and all its sub-items are highlighted.
> FWF_USESEARCHFOLDER (dunno I not ever stacked anything)
> Windows Vista: Use the search folder for stacking and searching.
>
> So perhaps common dialogs mistakenly write to the shell. Or the shell if it can't find a shell bag
> uses the common dialog bag.
>
>
> "Keith Miller MVP" <k.miller79@no.spam.verizon.net> wrote in message
> news:ukw$7dKaHHA.4832@TK2MSFTNGP02.phx.gbl...
>> It's a quirk that's been showing up on some machines. Don't know what
>> causes it. Can you think of what apps you accessed this folder with or
>> anything you did differently with it?
>>
>> Here's a bare-bones script that should fix the problem. Right-click the
>> link & select 'Save to Disk'
>>
>> http://mysite.verizon.net/res18hr7/FixSingleSelect.zip
>>
>> Close all explorer windows before running the script. Log off & back on
>> after running the script before you open any Explorer windows.
>>
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows XP Shell/User]
>>
>> "Eran" <nospam@thank.you> wrote in message news:%23kXr35GaHHA.4000@TK2MSFTNGP02.phx.gbl...
>>> Hi,
>>>
>>> I can't select multiple files in "my computer (explorer)" using the ctrl and
>>> shift keys.
>>> I can't even multiple select with the mouse.
>>>
>>> Any ideas how to fix this?
>>>
>>> Thanks,
>>>
>>> Eran
>>>

>>

>


My System SpecsSystem Spec