No announcements
Found 3997012 threads
-
1 Votes
How to convert BitmapImage to WritableBitmap or IRandomAccessStream
And we can get the IRandomAccessStream from the URI by the StorageFile.OpenAsync method.Answered | 3 Replies | 3650 Views | Created by Venkatesan.M - Wednesday, August 17, 2016 8:09 AM | Last reply by Jayden Gu - Tuesday, August 23, 2016 11:02 AM -
0 Votes
IInputStream to IRandomAccessStream
GetResults(); auto openOp = file->OpenAsync(FileAccessMode::Read); openOp->Completed = ref new ...Answered | 1 Replies | 4692 Views | Created by stugreco - Saturday, November 5, 2011 10:09 PM | Last reply by Raman Sharma - Sunday, November 6, 2011 4:31 AM -
2 Votes
Getting a IRandomAccessStream to a file in Metro
It depends what you want to do with the IRandomAccessStream.Answered | 9 Replies | 6027 Views | Created by Moshe Kravchik - Wednesday, August 29, 2012 9:48 AM | Last reply by Morten Nielsen - Thursday, October 4, 2012 3:02 PM -
0 Votes
From IInputStream (Socket) to IRandomAccessStream C#
I know that we can use setsource method in mediaelement to show IRandomAccessStream however it needs the whole mp3 file.Answered | 1 Replies | 1013 Views | Created by Timaxoxa - Monday, November 9, 2015 8:05 PM | Last reply by Barry Wang - Tuesday, November 10, 2015 8:19 AM -
1 Votes
How to convert WriteableBitmap to IRandomAccessStream?
ok, i see.Answered | 4 Replies | 998 Views | Created by TAEDORI - Tuesday, November 4, 2014 11:13 PM | Last reply by THKAW - Wednesday, November 5, 2014 5:58 AM -
1 Votes
[UWP] IRandomAccessStream to float[]
Hi Rob Turns out I was completely wrong about the data section of wav files.Answered | 2 Replies | 664 Views | Created by hypodyne1 - Tuesday, April 4, 2017 12:53 PM | Last reply by hypodyne1 - Thursday, April 6, 2017 11:36 AM -
0 Votes
How to I dispose IRandomAccessStreams?
I tried this but it did not help much..probably I am doing something else wrong..Answered | 3 Replies | 3644 Views | Created by Kamal Lanka - Friday, August 3, 2012 8:27 PM | Last reply by Kamal Lanka - Saturday, August 4, 2012 1:01 AM -
3 Votes
How can I remember to call Dispose()
Dispose() is the only thing I hate in C#.Answered | 6 Replies | 766 Views | Created by niexuchina - Thursday, March 23, 2017 2:34 PM | Last reply by niexuchina - Friday, March 24, 2017 4:19 AM -
0 Votes
how can i dispose splash form mainForm?
It depends on how you made your splash form.Answered | 4 Replies | 4366 Views | Created by Sana raheem1001 - Wednesday, April 28, 2010 4:51 PM | Last reply by Paul_85 - Thursday, April 29, 2010 2:51 PM -
0 Votes
should i Dispose() in this example?
I would suggest you use the SPDisposeCheck utility.Answered | 5 Replies | 7779 Views | Created by progressdll - Monday, January 3, 2011 8:04 AM | Last reply by Nik Patel - Monday, January 3, 2011 6:22 PM -
0 Votes
How to dispose Usercontrol in MainWindow?
I got it.Answered | 2 Replies | 5451 Views | Created by AppleBottle - Saturday, August 22, 2009 11:36 AM | Last reply by AppleBottle - Monday, September 7, 2009 8:05 AM -
0 Votes
Dispose
That has nothing to do with Disposing an object and when such a blog comes from a microsoft employee I start to understand people who look at microsofts usage of the ...Answered | 9 Replies | 3784 Views | Created by vinay dvd - Monday, February 14, 2011 3:16 AM | Last reply by - Friday, February 25, 2011 8:53 AM -
0 Votes
Dispose Class ...
Only time I have needed it is when I am doing OLE Excel .net wrapper manipulation.Answered | 5 Replies | 982 Views | Created by MDMoura - Tuesday, April 9, 2013 5:51 PM | Last reply by MDMoura - Tuesday, April 9, 2013 8:48 PM -
0 Votes
How do i dispose my login form?
the close method usually calls the dispose method internally..Answered | 11 Replies | 3698 Views | Created by code_warrior - Wednesday, June 30, 2010 5:19 AM | Last reply by Nayan Paregi - Wednesday, June 30, 2010 9:21 AM -
0 Votes
Should i deal with this CA1001 disposable fields should be disposable warning
I'm now warning free after code analysis in visual studio express 2012, I have disposed of the dataset, dataadapter and sqlcommandbuilder.Answered | 7 Replies | 3516 Views | Created by SolidNev - Thursday, May 15, 2014 3:28 PM | Last reply by SolidNev - Tuesday, June 10, 2014 1:51 PM -
3 Votes
How Dispose WPF controls?
Hello, I extend a UserControl in which I use a thread to animate some behavior of the UserControl (I cannot use WPF animations in this case).Answered | 7 Replies | 52512 Views | Created by felichirri - Friday, November 16, 2007 9:17 AM | Last reply by hbarck - Wednesday, December 16, 2009 6:57 AM -
0 Votes
How can an ImageSource be disposed?
I need to capture window snapshots, thus I cannot use BitmapImages since they are based on image files.Answered | 3 Replies | 4606 Views | Created by Panos Trlkis - Thursday, July 8, 2010 10:02 AM | Last reply by Mustehsan Ikram - Thursday, July 8, 2010 10:54 AM -
2 Votes
Im trying to use Dispose but getting error say there is already a Dispose in the Form1.Designer.cs how can i fix it ?
Adavesh i tried there is no error but i used a breakpoint in the Form1.Designer.cs in the Dispose its never get there.Answered | 3 Replies | 3886 Views | Created by chocolade - Sunday, August 5, 2012 1:54 AM | Last reply by MasaSam - Sunday, August 5, 2012 7:41 AM -
0 Votes
How to dispose WPF page object.
Apart from the Timer, how we can dispose all other page objects like datatables, collections, class objects, controls etc.. while closing the ...Answered | 6 Replies | 7698 Views | Created by Naga Suresh AIMS360 - Monday, April 27, 2015 4:48 PM | Last reply by Andy ONeill - Tuesday, April 28, 2015 9:22 AM - Items 1 to 20 of 3997012 Next ›
No announcements