No announcements
Found 1645131 threads
-
7 Votes
Path is not legal form in savefiledialog
Also, you might want to slightly revise the code: The SaveFileDialog supports IDisposable so you could do something like this: Using sfd As New ...Answered | 12 Replies | 1632 Views | Created by dawiisss - Thursday, October 10, 2013 9:10 PM | Last reply by Frank L. Smith - Friday, October 11, 2013 12:04 PM -
0 Votes
will .Net 2.0 or .Net 1.1 code work fine with sql server 2012
You shouldn't have any problems, certainly not in terms of .Net.Answered | 1 Replies | 1931 Views | Created by AAgarwal1 - Monday, August 4, 2014 6:44 PM | Last reply by Keith Langmead - Monday, August 4, 2014 8:14 PM -
1 Votes
CryptographicException: Bad Data at decrypt in .NET 2.0 (encrypted in .NET 1.1)
Use the 1.1.Answered | 10 Replies | 12642 Views | Created by Crick3t - Thursday, January 20, 2011 4:04 PM | Last reply by Crick3t - Wednesday, January 26, 2011 9:03 AM -
0 Votes
SaveFileDialog in a LightSwitch application
If the user clicks on one of these buttons, I want to show him or her a SaveFileDialog.Answered | 1 Replies | 2717 Views | Created by KG871118 - Wednesday, October 12, 2011 7:53 PM | Last reply by Spaso Lazarevic - Wednesday, October 12, 2011 8:35 PM -
0 Votes
SaveFileDialog for CSV-Export
I think you just need a final bit of wiring in your code: Dim saveFileDialog1 As New SaveFileDialog() saveFileDialog1.Filter = ...Answered | 3 Replies | 24097 Views | Created by mullfreak - Friday, July 3, 2009 12:06 PM | Last reply by mullfreak - Friday, July 3, 2009 6:07 PM -
1 Votes
SaveFileDialog control usage
I added a SaveFileDialog, but I don't know how to store the chosen file path into a string that I can use for the StreamWriter Save location: Are you looking for the ...Answered | 2 Replies | 3292 Views | Created by Intense Tactics - Friday, July 29, 2011 11:56 PM | Last reply by lucy-liu - Tuesday, August 2, 2011 5:29 AM -
1 Votes
SaveFileDialog in MetroStyle app
How to use SaveFileDialog in MetroStyle app?Answered | 1 Replies | 3889 Views | Created by JordanSmith - Friday, March 9, 2012 12:48 PM | Last reply by Pete Daukintis - Friday, March 9, 2012 2:43 PM -
0 Votes
.NET 2.0 calling .NET 1.1 DLL on 64bit OS
Anywway, IL is agnostic I thought, how do you know the .Net 1.1 DLL is forcibly 32-bit?Answered | 4 Replies | 6699 Views | Created by walter wu - Wednesday, March 17, 2010 11:44 AM | Last reply by eryang - Wednesday, March 24, 2010 6:54 AM -
1 Votes
SaveFileDialog RestoreDirectory doesn't work properly for %temp%
I'm unclear as to what your problem is.Answered | 7 Replies | 1870 Views | Created by zygmuntix - Wednesday, April 13, 2016 7:57 AM | Last reply by zygmuntix - Thursday, April 14, 2016 9:08 AM -
0 Votes
Conversion error
See this explanation: select cast(3.1 as smallint) ;with cte as ( select '4.01' as a, 'float' as b union select 1.05 as a, ...Answered | 2 Replies | 676 Views | Created by Jan Novakis - Tuesday, September 29, 2015 4:38 PM | Last reply by Jingyang Li - Tuesday, September 29, 2015 6:19 PM -
1 Votes
how to use SaveFileDialog to save files?
hi Iam still beginner I wanna to know how to use SaveFileDialog to save files?Answered | 5 Replies | 4414 Views | Created by config2002 - Thursday, July 7, 2011 7:02 AM | Last reply by Shaoun1000 - Friday, July 8, 2011 6:10 AM -
0 Votes
Updating client applications who have both the .NET 1.1 and 2.0 framework
We shipped a client application that is written in .NET 1.1.Answered | 1 Replies | 8770 Views | Created by Kevin MacDonald98122 - Tuesday, February 24, 2009 6:14 PM | Last reply by Kiran Polimetla - Tuesday, February 24, 2009 6:21 PM -
2 Votes
SafeFileName doesn't exist in SaveFileDialog.
Hi, use the Name-Property of a FileInfo created from the saveFileDialog's FileName (change the Name of saveFileDialog1 to ...Answered | 13 Replies | 7929 Views | Created by ssjan - Thursday, August 4, 2011 1:03 AM | Last reply by Louis.fr - Friday, August 5, 2011 3:26 PM -
0 Votes
SaveFileDialog Substitution Variable?
Below is the code I use to open the SaveFileDialog to save the file.Answered | 4 Replies | 2428 Views | Created by arakish - Saturday, July 30, 2011 12:17 PM | Last reply by arakish - Wednesday, August 3, 2011 3:49 AM -
5 Votes
How to write using a SaveFileDialog?
I'm having a problem, because I don't get to write more them one variable.Answered | 9 Replies | 4965 Views | Created by vsaa - Monday, February 22, 2010 1:06 PM | Last reply by vsaa - Monday, February 22, 2010 6:08 PM -
0 Votes
Slow performance after upgrade from .NET 1.1 to 2.0
I suspect that either something is not fully set up in your environment and therefore you are seeing performance degrade, or you use some corner case or depraceted APIs which really degraded in ...Answered | 3 Replies | 3287 Views | Created by CC Lamm - Wednesday, February 25, 2009 1:43 PM | Last reply by Karel Zikmund - Friday, February 27, 2009 1:27 AM -
0 Votes
Is DataTable.Select() slower in .Net 2.0 versus 1.1?
This code is bound to have been changed between 1.1 and 2.0 in an effort to make it more efficient.Answered | 10 Replies | 3337 Views | Created by DGMoffat - Wednesday, June 4, 2008 5:00 PM | Last reply by DGMoffat - Tuesday, June 17, 2008 5:39 PM -
1 Votes
SaveFileDialog: Remove All Files option
object sender, EventArgs ...Answered | 4 Replies | 897 Views | Created by pianoboyCoder - Monday, December 28, 2015 6:36 AM | Last reply by Ciprian Lupu - Monday, December 28, 2015 4:34 PM -
0 Votes
vb.net savefiledialog
> Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...Answered | 2 Replies | 8653 Views | Created by Simon PH3K - Thursday, August 19, 2010 10:40 PM | Last reply by John Anthony Oliver - Thursday, August 19, 2010 11:32 PM -
0 Votes
SaveFileDialog ShowDialog Call, hanging if an existing file name is selected.
Well, only by try and error, I had to set the property OverWritePrompt to false to resolve the problem.Answered | 2 Replies | 1848 Views | Created by Reza Bemanian - Thursday, November 7, 2013 7:39 PM | Last reply by CoolDadTx - Friday, November 8, 2013 7:23 PM
No announcements