c# - FolderBrowserDialog behavior in Windows 7 -
I am using one of my applications if I have a new folder within FolderBrowserDialog
'And after trying to rename the' new folder ', and when pressed (not enter), it gets' new folder' in the property and not the name that I have changed the name.
Is this a Win7 bug?
This behavior is not new to windows 7 - this is at least Windows XP, possibly before (my Has nothing to do with the first test).
Update : How to Reproduce XP
Using Firefox 3.06, Tools | Select Options
. Select
Select Main
tab, and in the Downloads
section, save the file to
, then browse Browse
Desktop
as your folder. Press New Folder
, type the name of any folder, then press Enter . Result: The name of the folder "new folder" at the bottom of the dialog, is still the name given to you in your actual selection.
Comments
Post a Comment