Strange problem with open/save file dialogs
-
I've got a strange problem when using the standard save/open file dialog Windows Forms controls in C#/.NET applications. When I call the "ShowDialog()" method, the dialogs open and behave normally in every way, except that all of the icons for folders and files have a black background, and the buttons on the left hand side of the dialog - for Desktop, My Documents, etc - are totally black. Does anyone have any ideas? Thanks.
-
I've got a strange problem when using the standard save/open file dialog Windows Forms controls in C#/.NET applications. When I call the "ShowDialog()" method, the dialogs open and behave normally in every way, except that all of the icons for folders and files have a black background, and the buttons on the left hand side of the dialog - for Desktop, My Documents, etc - are totally black. Does anyone have any ideas? Thanks.
I am having the same issue. The issue has started in the past month. We believe the Dec 13th .NET framework update may have caused the issue. I have also seen the file name text box and the file type drop down missing. There may be a floating empty drop down on the form above the bottom panel section. Have you had any progress on determining the cause of the issue and a resolution?