Home
TeamSite
FileOpenDialog Missing the Icons
abc1234
I have an custom VB.Net application which opens a OpenFileDialog of worksite to browse through files under different workspace.
IManext2.IManFileOpenCmd is used to invoke the OpenFileDialog and able to achieve the Filesite Open Dialog. But i couldn't able to see the FolderIcon while browsing through the folders and sub folders in the OpenFileDialog. I couldn't able to see the workspaceIcon but i can see the workspace Name, Custom property values in it.
I would really appreciate if some one help me in getting the FolderIcons and WorkspaceIcons inside the FileOpenDialog of Filesite in the Custom Application.
Find more posts tagged with
Comments
jny
This is actually a MS problem with version compatibility using Windows ImageList control. WorkSite R&D has reported this problem to MS and the issue was resolved with the correct approach to load the compatible version from within .NET; this will be included in a future release of IManage Extension Type Libraries.
abc1234
Hi Jny,
Thank you very much. Is there is any work around to make it work like deleting the IconCache.db from the Corresponding user profile and restart the machine.
We are using Filesite8.2 patch 4 Installed on corresponding machine..
jny
Unfortunately, there isn't anything you can do on the client code as the dialog is loaded by the WorkSite source which loads the icons via the imagelist control; hence, the problem.
wasabi
Hi,
I am just wondering if this problem has been resolved by interwoven or MS?