savefiledialog
A Generic error occurs at GDI+ at Bitmap.Save() after using SaveFileDialog
I use the following code block with some more code inside the using block: using (System.Drawing.Bitmap tempImg =[详细]
2023-03-01 09:25 分类:问答Saving application specific save files C# visual studio
I have created an application in C# with visual studio. The 开发者_Go百科application has a Save dialog box which saves to an xml file and a Load dialog box which loads the xml data into the applicatio[详细]
2023-03-01 06:36 分类:问答Writing a Text File in memory and saving it with savefiledialog
I am trying to make a text file in memory, add some lines to it and at the end save the file in a text file. I can handle the savedialog part but I dont know how to get the text file from memory. Any[详细]
2023-02-26 04:22 分类:问答Multiple types in a SaveFileDialog filter
In my SaveFileDialog I have multiple types in the filter, however when viewing the dialog if I choose a filter to view files of that type in the directory I am only able to see files for the first and[详细]
2023-02-24 10:49 分类:问答Javascript saveas dialog
I am trying to write save as dialog with javascript, I have a content of data, and I want to allow the user to save it,[详细]
2023-02-23 03:26 分类:问答Run method in separate thread and error with save file dialog
private void button1_Click(object sender, EventArgs e) { new System.Threading.Thread(delegate() { Export();[详细]
2023-02-22 04:16 分类:问答WPF: XPSPackagingException
whats wrong with my code. when it trie开发者_高级运维s to overwrite an existing .xps file, error pops.[详细]
2023-02-17 21:59 分类:问答Silverlight SaveFileStream Silently Fails
I have a little piece of code that seems to be a textbook example of saving files from Silverlight 4.0, but it doesn\'t seem to work.[详细]
2023-02-15 16:27 分类:问答empty path name not legal
I have a \"save\" button so when users click, it will do a saving of xml file(xml serialization). A savefiledialog is used here and when i press cancel without selecting any file an \"Argument Excepti[详细]
2023-02-14 08:01 分类:问答Validating InitialDirectory for SaveFileDialog?
I\'m opening a SaveFileDialog with an initial directory based on a user-defined path. I want make sure this path is valid before passing it in and opening the dialog. Right now I\'ve got this:[详细]
2023-02-13 10:10 分类:问答