B
Bala Nagarajan
Hello,
I am developing a tool (in Windows Forms .NET 1.1) which uses a
OpenFileDialog component to browse file in the local hard drive. I want to
be able to show some folders in the OpenFileDialog with a different image.
These folders are unique to the tool and has a defined folder structure. For
example the structure of the tool folder may be something like this
ToolFolder\ScriptsFile. So when the OpenFileDialog identies any folder with
this structure (ToolFolder\ScriptsFile) it should display the folder icon to
a custom icon rather the default windows folder icon.
All i want to do is look at the directories displayed in the OpenFileDialog
and check if they have a predefined structure. If yes display that folder
with a custom image.
Is it possible to do this?
Any help will be apperciated.
Thanks
Bala
I am developing a tool (in Windows Forms .NET 1.1) which uses a
OpenFileDialog component to browse file in the local hard drive. I want to
be able to show some folders in the OpenFileDialog with a different image.
These folders are unique to the tool and has a defined folder structure. For
example the structure of the tool folder may be something like this
ToolFolder\ScriptsFile. So when the OpenFileDialog identies any folder with
this structure (ToolFolder\ScriptsFile) it should display the folder icon to
a custom icon rather the default windows folder icon.
All i want to do is look at the directories displayed in the OpenFileDialog
and check if they have a predefined structure. If yes display that folder
with a custom image.
Is it possible to do this?
Any help will be apperciated.
Thanks
Bala