Advertisement

1 - 10 of 39 containing alltags:("memorystream") (0 seconds)
Short: I'd like to generate a stream (memorystream) containing a gzipped file of a cleartext stream (memorystream, too). What I did: I have been using Delphizlib http://gewis.win.tue.nl/info/d...
Zones: Delphi ProgrammingDate Answered: 09/09/2003 Grade: B Views: 8
I've been getting a byte array (via WebClient.DownloadData), and creating an image from the data using the following code: System.Drawing.Bitmap bmpPic; bmpPic = System.Drawing.Bitmap.FromStrea...
Zones: C#Date Answered: 08/03/2004 Grade: A Views: 4
Hello Everyone, I am trying to zip files that are generated dynamically and are yet to be saved in the server. Would like to know if there is a way to zip multiple memorystreams and then send it...
Zones: ASP.Net ProgrammingDate Answered: 08/04/2004 Grade: A Views: 0
Hi Y'all, I'm in a bit of a rush here and trying to figure out how to write XML data to a string/buffer rather than a file.  This is what I'm been trying.  Am I way off? MemoryStream ms = new...
Zones: C#Date Answered: 10/28/2004 Grade: A Views: 0
Hello, i need to call a function in a dll writing in c++ the parameters are : function(void* P1, void** P2) i have prepared my data into a memorystream and now i want to convert into void* ...
Zones: C#Date Answered: 06/21/2005 Grade: A Views: 0
I tried using a memorystream as input to an xml file download, so I wouldn't have to create a disk file (to then delete)....             Response.Clear()             Response.AddHeader("Content-Disposition", "atta...
Zones: ASP.Net ProgrammingDate Answered: 02/03/2007 Grade: A Views: 0
How do I send data dirctly from the memory stream to the user? I am trying to create a zip file all in memory and send it to the user.
Zones: ASP.Net ProgrammingDate Answered: 05/24/2007 Grade: A Views: 41
Hello all, How can I execute a program that is in a MemoryStream so I don't have to save it first to the harddisk.  The file may not be saved temperally to the harddisk.  The program has to be 1...
Zones: Delphi ProgrammingDate Answered: 02/27/2002 Grade: A Views: 0
i am performing the following steps: a)retieve values from dataset and write that in XML format   dataset.writexml(xmlpath)   where xmlpath is the absolute path of the file. It is working well;...
Zones: .NETDate Answered: 02/12/2004 Grade: A Views: 0
How can I get a MemoryStream into a String? Dim a as String Dim b as MemoryStream a = b ????
Zones: MS Visual BasicDate Answered: 10/27/2005 Grade: A Views: 361