No announcements
Found 1645128 threads
-
0 Votes
Problem savefiledialog 1.1 to 2.0 conversion
The reason I was really baffled was the code worked fine in .NET 1.1 (the filepath seemed to persist from savefiledialog.ShowDialog), but didn't work the same way in .NET ...Answered | 6 Replies | 2611 Views | Created by normschaef - Tuesday, May 25, 2010 2:33 PM | Last reply by bdbodger - Wednesday, May 26, 2010 1:42 AM -
1 Votes
SaveFileDialog problem
Hi si124, I think open the dialog in the UI thread can resolve your problem.Answered | 2 Replies | 3737 Views | Created by si124 - Monday, October 10, 2011 8:31 PM | Last reply by Min Zhu - Friday, October 14, 2011 8:25 AM -
0 Votes
single sign on with ADFS and SharePoint 2013 saml 2.0 to 1.1 conversion
If ADFS accept 2.0 toen as claim request, it will not send it to SharePoint 2013 as 1.1 token.Answered | 2 Replies | 2422 Views | Created by Amit Lohogaonkar sharepointer - Friday, August 1, 2014 9:01 PM | Last reply by Dats Luo - MSFT - Friday, August 8, 2014 9:17 AM -
0 Votes
ASP.NET 1.1 vs 2.0
Expression Web works with 2.0 only, so upgrade.Answered | 1 Replies | 4608 Views | Created by Paul1869 - Monday, March 17, 2008 11:08 PM | Last reply by Gregory A. Beamer - MVP - Tuesday, March 18, 2008 5:01 PM -
0 Votes
SaveFileDialog
Hi, I think when you open savefiledialog you should just get the filename you want , then you can export your data to csv after close the savefiledialog ...Answered | 15 Replies | 4151 Views | Created by --_-- - Thursday, October 7, 2010 2:53 AM | Last reply by Karguvel Rajan Ramachandran - Thursday, October 14, 2010 9:30 AM -
1 Votes
RegAsm works in 1.1 but not in 2.0
Actually, I believe I found the answer to this problem I have turned off User Account Control (UAC)!Answered | 2 Replies | 7210 Views | Created by James Noctor - Thursday, February 19, 2009 5:00 PM | Last reply by Karel Zikmund - Thursday, February 19, 2009 7:31 PM -
0 Votes
.NET 2.0 => .NET 1.1 Resources
Just quote them two prices, one for the .NET 1.1 and a lower price for the .NET 2.0 version.Answered | 4 Replies | 3038 Views | Created by GameboyHippo - Wednesday, September 3, 2008 3:20 PM | Last reply by nobugz - Thursday, September 4, 2008 12:48 PM -
0 Votes
Run .net 2.0 setup in .net 1.1, 2.0, 3.5, 4.0 framwork
It is an extension of .NET Framework 2.0.Answered | 2 Replies | 4276 Views | Created by Gopi R - Wednesday, August 17, 2011 11:19 AM | Last reply by pvdg42 - Wednesday, August 17, 2011 1:33 PM -
2 Votes
SaveFileDialog question
It seemed the simplest solution to the problem and my boss is happy with it.Answered | 2 Replies | 482 Views | Created by uwillmore - Monday, May 15, 2017 10:00 PM | Last reply by uwillmore - Thursday, May 18, 2017 7:49 PM -
3 Votes
saveFileDialog
How I can get only the file name (without file name+file path) from saveFileDialog?Answered | 3 Replies | 3755 Views | Created by Hamid Reza Shojaie - Tuesday, April 28, 2009 7:50 PM | Last reply by yazeem - Thursday, April 30, 2009 7:14 AM -
0 Votes
Winfoms Multithreading Issue - Moving from 1.1 - 2.0
When we try to access the control in a thread other than the thread creating that control, it always causes thread safe problems.Answered | 4 Replies | 2916 Views | Created by Saurabh Sondhi - Thursday, January 15, 2009 2:46 PM | Last reply by Saurabh Sondhi - Tuesday, January 20, 2009 8:18 AM -
2 Votes
SaveFileDialog Trouble
Hi thatFatGuy.cpp, How to: Save Files Using the SaveFileDialog Component The SaveFileDialog component allows users to browse the file system and ...Answered | 6 Replies | 5834 Views | Created by thatFatGuy.cpp - Friday, February 25, 2011 2:44 AM | Last reply by Mike Dos Zhang - Wednesday, March 2, 2011 7:21 PM -
0 Votes
open savefiledialoge
Ok Comeback to the workaround - Can you try this - On callback open a ChildWindow showing a button ( Content - "Do you ...Answered | 2 Replies | 1467 Views | Created by aabdellatif - Tuesday, December 18, 2012 1:20 PM | Last reply by Dhananjay Kr - Tuesday, December 18, 2012 4:32 PM -
0 Votes
What runtime will .NET 1.1 DLL-references use in a .NET 2.0 application?
Runtime loads per process, so your 2.0 app will load 2.0 runtime and 1.1 assemblies will not have any problem running agianst 2.0 because ...Answered | 6 Replies | 3433 Views | Created by Stefan Hansen - Wednesday, January 14, 2009 4:39 PM | Last reply by Robin E Davies - Thursday, January 22, 2009 2:12 PM -
0 Votes
How to call 2.0 DLL from 1.1 website.
Hello, As I know, it is not allowed to reference 2.0 dll from 1.1 applicaiton.Answered | 2 Replies | 4409 Views | Created by Ratish777 - Wednesday, December 15, 2010 11:46 AM | Last reply by Edwer Fang - Thursday, December 16, 2010 3:44 AM -
1 Votes
Microsoft.Win32.SaveFileDialog Set System.Environment.CurrentDirectory
Hi, I need a SaveFileDialog and OpenFileDialog in my WPF application and according to what I've found on the web the way to do it is ...Answered | 2 Replies | 5293 Views | Created by Ido Ran - Wednesday, February 23, 2011 12:39 PM | Last reply by Ido Ran - Tuesday, March 1, 2011 8:16 PM -
0 Votes
.NET SaveFileDialog - extension not added
Create a SaveFileDialog.Answered | 8 Replies | 3650 Views | Created by Adrian Gantoi - Friday, January 16, 2009 3:49 PM | Last reply by David M Morton - Monday, January 19, 2009 5:16 PM -
2 Votes
use of SaveFileDialog
Why not just bypass the SaveFileDialog and Save the file immediately without opening a dialog?Answered | 8 Replies | 2203 Views | Created by vahidbakhtiary - Saturday, December 17, 2011 12:39 PM | Last reply by Family Tree Mike - Saturday, December 17, 2011 11:55 PM -
0 Votes
Passing multiple functions into saveFileDialog
What I am aiming to do is pass two functions into a text file from class CWrite using the saveFileDialog.Answered | 2 Replies | 2920 Views | Created by ab00120 - Saturday, November 21, 2009 6:08 PM | Last reply by ab00120 - Tuesday, November 24, 2009 6:18 PM -
3 Votes
SaveFileDialog with network path
Here is my test code: SaveFileDialog savefiledialog = new SaveFileDialog(); savefiledialog.InitialDirectory = @"\\Server\IT"; ...Answered | 10 Replies | 5891 Views | Created by biennl86 - Tuesday, June 14, 2011 9:24 AM | Last reply by biennl86 - Friday, June 24, 2011 9:32 AM - Items 1 to 20 of 1645128 Next ›
No announcements