Enter Keywords:
1 - 10 of 89(0 seconds)
Sort By:
 
OK, I did a file search on Streams and FileStreams and couldn't find an answer to my question so here goes.  I wrote a program to catalog all my images using filestreams.  I use a system tree to se...
Zones: Delphi ProgrammingDate Answered: 09/22/2003 Rating: 5.4 Views: 0
I am writing a simple file spliter. I have a cable modem and my friend has a dialup connection so it takes 10 years to send him anything and if he gets disconnected then we have to start the transf...
Zones: Delphi ProgrammingDate Answered: 11/19/2000 Rating: 7.4 Views: 0
In the function "list_tools" within the for loop, the if statement that checks to see if the current record is empty (0) or not empty (!0) but for some reason it is never running the code inside th...
Zones: C++Date Answered: 02/19/2002 Rating: 6.6 Views: 0
Hello, I have a problem with reading filestreams. I use this function: function TfrmFuncties.LeesKlantNaamUitKDX(Bestand: string): string; var   Bestand: TFilename;   KDX: TFileStream;   ...
Zones: Delphi ProgrammingDate Answered: 11/12/2001 Rating: 9.2 Views: 21
file = Request.QueryString("filename") Dim fileStream set fileStream = server.CreateObject("ADODB.Stream") fileStream.Type = 1 fileStream.Open fileStream.LoadFromFile(file) Response.ContentT...
Zones: ASPDate Answered: 06/11/2003 Rating: 8.0 Views: 0
I try to set the whole stream into several parts , and load them sequential , but a error box show like "Bitamp Image is not valid" when I load the second stream. The Code : unit Unit1; in...
Zones: Delphi ProgrammingDate Answered: 07/29/2003 Rating: 8.0 Views: 17
I need to create a FileStream from a bit of Memory that is an image, not a pointer. How can I pass an Image object stored in a MemoryStream stream into the IntPtr parameter of the FileStream class?
Zones: C#Date Answered: 12/05/2003 Rating: 9.4 Views: 0
Dear all, I'm using C# Winform to write file to a server path. The application will be running at client's site, but I want to write a log file back to the Server once the application runs. C...
Zones: C#Date Answered: 01/03/2005 Rating: 8.0 Views: 0
I would like to know the meaning of this in VB.net 1- BaseStream.Seek(0, SeekOrigin.End) 2- peekchar with an example would be great thanks
Zones: ProgrammingDate Answered: 02/26/2005 Rating: 8.4 Views: 0
Hi, My Web application allows the user to browse and select a file off their machine to upload to our database. I keep getting an Access Denied error when I execute this line of code: fs ...
Zones: ASP.Net ProgrammingDate Answered: 08/09/2005 Rating: 7.0 Views: 0