openfiledialog
C# WPF OpenFileDialog causing crash in XP, not in Vista
I have a WPF application that runs fine on my Vista development machine, but not on the production XP boxes. The only problem is with a call to OpenFileDialog.Show(). As soon as I call the method, the[详细]
2023-01-12 14:03 分类:问答Getting working directory on OpenFileDialog
When you select a number of files on OpenFileDialog you get the working directory path in a structure member ofOPENFILENAME but when you select a single file you get the path to filename in that varia[详细]
2023-01-08 16:58 分类:问答Loading Image to Filestream
I am loading an image using OpenFileDialog open = new OpenFileDialog(); After I select the file, \"open\" is 开发者_运维问答populated with several items, including the path.[详细]
2023-01-08 12:29 分类:问答Switching the "Files of type" pull-down in .NET OpenFileDialog clears the list of files bug
I\'m trying to use the .NET class OpenFileDialog in C++ and getting a weird bug. My basic code is below.[详细]
2023-01-07 21:01 分类:问答In vb6, how do I have the open file dialog display files in detail mode?
Need to set the default f开发者_JS百科ile display in a vb6 openfiledialog.You need a hook to send a windows message to the Open/Save dialog and force the details view. Check this post:[详细]
2023-01-06 22:08 分类:问答C# OpenFileDialog Stored Paths
In my application I have two places where the user needs to select a file. In both cases, the files are in different directories, but they are gene开发者_开发百科rally the same between runs.[详细]
2023-01-06 10:33 分类:问答Why the current working directory changes when use the Open file dialog in Windows XP?
I have found an strange behavior when use the open file dialog in c#. If use this code in Windows XP the current working directory changes to the path of the selected file, however if you run this c[详细]
2023-01-03 14:35 分类:问答OpenFileDialog.AutoUpgradeEnabled doesn't work under Vista or 7?
If I specify OpenFileDialog.AutoUpgradeEnabled = true, my program still shows the old XP-style dialog. Any idea why this would happen? This is after I enable theming in Main()[详细]
2023-01-01 20:32 分类:问答Upgraded to Silverlight 4 cause System.Security.SecurityException
Trying to open a file dialog but I get an exception when calling ShowDialog. This pice of code have always worked fine but I think when I upgrade to Silverlight 4 it caused some problem.[详细]
2023-01-01 18:22 分类:问答Open archive file content in OpenFileDiaolg C#
I want an Open File Dialog with ****.class*** ,****.jar*** filters. I want that *.jar files will be treated as folders (pressing OK or double-click should display the jar file content [ *.class] ). Th[详细]
2023-01-01 07:53 分类:问答