openfiledialog
OpenFileDialog saving background in WPF
I have a WPF application which calls OpenFileDialog.ShowDialog. While this dialog is open it is possible and expected behavior that my applicaton alters the background and shows new information.[详细]
2023-03-23 06:09 分类:问答OpenFileDialog/c# slow on any file. better solution?
I am 开发者_如何学JAVAopening a file using the OpenFileDialog in c# and I am noticing it is taking between 20-40 seconds to load my file and clear the dialog.[详细]
2023-03-21 04:35 分类:问答Create a "virtual directory" or tree view so that user can browse through files that exist in a database
I know I can browse through files when they exist by using a FileDialog. I am tracking the changes that are made in a directory and every time there has been a change I save that file in a database. I[详细]
2023-03-14 21:38 分类:问答Native File Open/Save Dialog (without Windows Forms or WPF)
How t开发者_运维问答o import and use native Open file dialog? Does I have any benefits of it in application that not use Windows Forms nor WPF? Or just reference it?The standard file dialogs offered b[详细]
2023-03-14 04:42 分类:问答Paint applet - problems loading/saving images [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-13 01:25 分类:问答A first chance exception of type 'System.ComponentModel.Win32Exception' occurred in WindowsBase.dll
I have a .NET 4.0 WPF project. When I open a FileDialog, choose some files and press the OK button, then I see in the output window this error:[详细]
2023-03-11 18:50 分类:问答Load a bitmap image into Windows Forms using open file dialog
I need to open the bitmap image in the window form using open file dialog (I will load it from drive). The image should fit in the picture box.[详细]
2023-03-08 11:23 分类:问答Html/JS - how can i open file dialog and send the chosen file
I want to open a file dialog, and send the chosen file (using xmlHttpRequest object) with Basic Authentication header.[详细]
2023-03-08 04:00 分类:问答How to get open file popup
Right now, I have a set class path, but I want to have an open file pop up and the user chooses which file to open. I\'ve tried JFileChooser, but haven\'t been successful so far. Here\'s my code:[详细]
2023-03-07 11:57 分类:问答Throwing error on OpenFileDialog.Showdialog in c#.net
I am developing a windows application in XP machine.in my one form i have one text box for showing the selected file with path from openfiledialog box.and the other control is button to call the openf[详细]
2023-03-06 04:35 分类:问答