openfiledialog
how to open file with specific extension in fileDialogue
I am trying to Open a file with sp开发者_StackOverflowecific extension ( .fcg or .wtg ) using file Dialog[详细]
2023-03-04 19:16 分类:问答How to call file dialog box in access form application
I am using access 2000 to write an form application. I need to open a file dialog box to select a file and extract the file path.[详细]
2023-03-04 04:45 分类:问答Add prompt after user selects file
I have added an open file dialog box to my client application so that the used can select a specific file they want to send to the web service.[详细]
2023-03-03 04:36 分类:问答SaveFileDialog or OpenFileDialog Control - Create/Modify Left-Side Folder Buttons
Is there a way to override/modify/create the left-side shortcut buttons in the SaveFileDialog or OpenFileDialog controls?[详细]
2023-03-02 16:21 分类:问答vb 2010 OpenFileDialog show specified file
I will try to make this clear, i have an application that opens the file location of a running process, however when the process is located in a large folder like system32 it just opens at the first i[详细]
2023-03-01 17:17 分类:问答Silverlight Open File
If i\'ve got a filepath that the current browsers computer can access. Is there anyway that a silverlight application can open that file?[详细]
2023-02-26 06:45 分类:问答Android: open file dialog
In my app (simple sd card files browser) i开发者_StackOverflow want to open file in the same way thet the standart system files browser do, calling the dialog with list of diffrent applications thet c[详细]
2023-02-25 20:29 分类:问答OpenFileDialog crashes under Windows XP, but not Windows 7
I\'ve got a strange problem I haven\'t seen before.I can open an OpenFileDialog in Windows 7 without any problems.However, when I try my app on Windows XP, calling OpenFileDialog.ShowDialog() immediat[详细]
2023-02-25 19:42 分类:问答Why do files I have opened remain open unless I Dispose() them?
In my application, I am using OpenFileDialog and then assign the loaded file to LoadedFile field. I have found out that if I open 3 files, all remained open (access denied when trying to do anything w[详细]
2023-02-25 02:15 分类:问答C# WinForms - Error on OpenFileDialog MultiSelect: "Index was outside the bounds of the array."
In debug mode, while running the C# WinFOrms App, After I select the files through the OpenFileDialog, I get the[详细]
2023-02-20 15:39 分类:问答