No announcements
Found 2936571 threads
-
7 Votes
How to save a file using save file dialog in VB.Net 2003
Hey, can anyone help me??? I want to save a text file using visual basic.net 2003 with save file dialog, but I don't ...Answered | 6 Replies | 9610 Views | Created by strike_freedom - Thursday, May 14, 2009 6:55 AM | Last reply by strike_freedom - Monday, May 18, 2009 1:12 PM -
1 Votes
How do I save RichTextBox content using Save File Dialog
Hello, I 've been working on code this afternoon using the SAve File Dialog text box. I was able to ...Answered | 2 Replies | 589 Views | Created by Akua Asamoah - Sunday, September 11, 2016 7:55 PM | Last reply by Mr. Monkeyboy - Monday, September 12, 2016 2:07 AM -
0 Votes
How to download/Save dialog box a file using vb.net?
Hi Guys, I am developing an web based application which enables users to upload and download their files. I know how to download it in ...Unanswered | 7 Replies | 10017 Views | Created by fastdev - Tuesday, February 13, 2007 11:55 AM | Last reply by RizwanSharp - Tuesday, February 13, 2007 7:31 PM -
0 Votes
how to save an excel file using Save dialog box
Hi, can any one pls tell me how can we save an excel file using Save dialog box in .net. i want the ...Answered | 1 Replies | 6942 Views | Created by karthiga vijayabaskar - Tuesday, February 8, 2011 7:15 AM | Last reply by karthiga vijayabaskar - Wednesday, February 9, 2011 8:09 AM -
0 Votes
Using File Save Dialog
I am using VB Express 2005 and trying to code a process to allow the user to create a new MDB file in a selected ...Answered | 1 Replies | 4006 Views | Created by WayneW - Friday, September 23, 2005 8:22 AM | Last reply by Daniel Rieck - Friday, September 23, 2005 8:33 AM -
1 Votes
File name in Save File Dialog
I want to suggest a file name if user is saving file. For example while saving file i want to display ...Answered | 1 Replies | 4492 Views | Created by RKC - Tuesday, October 2, 2007 9:44 AM | Last reply by AndreyDev - Tuesday, October 2, 2007 10:07 AM -
0 Votes
Save File Dialog Error
I have used a save file dialog in a console application to check how save file dialogs can be ...Answered | 3 Replies | 3525 Views | Created by LEO BARNABAS - Tuesday, March 2, 2010 1:34 PM | Last reply by PhilWilson - Wednesday, March 3, 2010 12:51 AM -
0 Votes
specifying filters in save file dialog box
Iam creating an IDE in C# for HTML and css thus I want to add a filter to my save file dialog box and open file dialog ...Proposed | 2 Replies | 4440 Views | Created by Pulkit Gupta - Sunday, August 2, 2009 2:01 PM | Last reply by JohnGrove - Saturday, October 16, 2010 2:56 PM -
0 Votes
Save File To Client Without Using File Dialog
i have a silver light web cam application, which takes the screen shot and asks the user to save file to the client using Save ...Answered | 2 Replies | 3603 Views | Created by Mohammed Kamran Azam - Sunday, September 16, 2012 3:41 PM | Last reply by Haixia_Xie - Tuesday, September 18, 2012 2:09 AM -
0 Votes
File Save Dialog
OnClick event) to pop a dialog box that allows the user to save the data file to their machine. -
0 Votes
Save file dialog
How to save and open a file on desired location using save file dialog & open file ...Answered | 3 Replies | 2731 Views | Created by Kathir_cs - Thursday, December 22, 2011 12:49 PM | Last reply by Bob Wu-MT - Friday, December 23, 2011 7:07 AM -
0 Votes
how do I save a picture drawn on a panel using the save file dialog
I am writing a program to draw pictures on to a panel and then I want to save them as bmp images or something similar. Does anyone know the ...Answered | 1 Replies | 3229 Views | Created by Cluelessness - Saturday, October 13, 2007 7:21 AM | Last reply by JohnWein - Saturday, October 13, 2007 8:16 AM -
0 Votes
Save File Dialog question?
appears that it is most common to open the file being saved with a stream, but I am trying to save .exe files, so I am assuming this is why it has not ...Answered | 8 Replies | 2999 Views | Created by C_Newbie01 - Wednesday, May 16, 2007 1:55 PM | Last reply by C_Newbie01 - Thursday, May 17, 2007 1:08 PM -
0 Votes
Save File Dialog Box
There's a bug in Earl Tut's sample code. After the SaveFileDialog is shown, you want to use it's FileName property to save the data in the ...Answered | 9 Replies | 4077 Views | Created by bendernut - Wednesday, June 17, 2009 12:50 PM | Last reply by bendernut - Friday, June 19, 2009 3:04 AM -
0 Votes
Save File Dialog
Have you solved this? If not the issue is that you create a new form and save the contents of the richtextbox on the form, that is empty. It will result ...Answered | 5 Replies | 4662 Views | Created by jbattat - Friday, April 7, 2006 6:10 PM | Last reply by Andreas Johansson - Thursday, May 4, 2006 1:16 PM -
1 Votes
Save File Dialog
Hey, Pretty much a beginner to this sort of stuff. I have used a save file dialog to save ...Answered | 2 Replies | 319 Views | Created by MrSwalbert - Monday, April 23, 2018 10:10 AM | Last reply by Cyrille Précetti - Monday, April 23, 2018 11:15 AM -
1 Votes
Save and Save As file dialog
Hi, I would like to be able to save the users data that is in richTextBox1, if not done so already. It will pop up the Save As ...Answered | 4 Replies | 1382 Views | Created by jesushimself - Friday, January 18, 2013 12:20 AM | Last reply by TSoftware-Old - Friday, January 18, 2013 3:22 AM -
0 Votes
Save file dialog
helps others who have the same problem ! C# to VB.NET: http://www.developerfusion.com/tools/convert/csharp-to-vb/Answered | 2 Replies | 3034 Views | Created by simon tiong - Wednesday, April 21, 2010 8:06 AM | Last reply by simon tiong - Wednesday, April 21, 2010 8:39 AM -
1 Votes
Save file Dialog
Hello everyone, I don't know how to add an savefiledialog to a picture viewer that you can build like in the first Microsoft ...Answered | 4 Replies | 2179 Views | Created by vb starter - Tuesday, July 26, 2011 3:03 PM | Last reply by Onur Güzel - Wednesday, July 27, 2011 6:22 PM -
0 Votes
How to save a file with a use dialog
= true; // Restores the selected directory, next time DialogSave.RestoreDirectory = true; // Dialog title DialogSave.Title = ...Answered | 1 Replies | 3104 Views | Created by Francisco Morales lopez de Gamarra - Friday, June 18, 2010 7:35 AM | Last reply by Francisco Morales lopez de Gamarra - Friday, June 18, 2010 8:04 AM - Items 1 to 20 of 2936571 Next ›
No announcements