Click here to Skip to main content
15,889,879 members
Home / Discussions / C#
   

C#

 
GeneralRe: Viewing XML in AxSHDocVW Pin
m_mond11-Mar-03 9:59
m_mond11-Mar-03 9:59 
GeneralRe: Viewing XML in AxSHDocVW Pin
Stephane Rodriguez.11-Mar-03 10:22
Stephane Rodriguez.11-Mar-03 10:22 
GeneralRe: Viewing XML in AxSHDocVW Pin
m_mond11-Mar-03 10:42
m_mond11-Mar-03 10:42 
GeneralRe: Viewing XML in AxSHDocVW Pin
leppie11-Mar-03 10:53
leppie11-Mar-03 10:53 
GeneralRe: Viewing XML in AxSHDocVW Pin
Stephane Rodriguez.11-Mar-03 11:20
Stephane Rodriguez.11-Mar-03 11:20 
QuestionDraw image with alpha blending ? Pin
Wizard_0111-Mar-03 8:54
Wizard_0111-Mar-03 8:54 
GeneralGetting AVI's into a C# Windows Form project Pin
antoine@orchus-tech11-Mar-03 7:38
antoine@orchus-tech11-Mar-03 7:38 
GeneralUsing MemoryStream instead of FileStream problem Pin
LongRange.Shooter11-Mar-03 7:23
LongRange.Shooter11-Mar-03 7:23 
We have written a managed zip file component which we are deploying in a code elevate tool. We can create a file stream, write the zip file to disk, and it is ready to send to the receiving server. However, once the move is complete all we do is delete the file. It seems that it would be more valuable to just keep it all in memory and send the memory object to the receiving server.

The first go-around our file stream works great, fast, and gives us a zip file we can open.

Moving the stream to a MemoryStream, we get a larger file than what we had with our first test, and it is an invalid zip file which makes it real hard to determine what is going wrong.

Has anyone done a movement from file to memory with success and what can you suggest for a guidline to make this work.

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: Using MemoryStream instead of FileStream problem Pin
leppie11-Mar-03 7:38
leppie11-Mar-03 7:38 
GeneralRe: Using MemoryStream instead of FileStream problem Pin
LongRange.Shooter11-Mar-03 9:07
LongRange.Shooter11-Mar-03 9:07 
GeneralRe: Using MemoryStream instead of FileStream problem Pin
leppie11-Mar-03 10:27
leppie11-Mar-03 10:27 
GeneralRe: Using MemoryStream instead of FileStream problem Pin
LongRange.Shooter12-Mar-03 7:13
LongRange.Shooter12-Mar-03 7:13 
GeneralRe: Using MemoryStream instead of FileStream problem Pin
leppie12-Mar-03 8:32
leppie12-Mar-03 8:32 
GeneralAccessing controls of one form from another form Pin
Mazdak11-Mar-03 6:57
Mazdak11-Mar-03 6:57 
GeneralRe: Accessing controls of one form from another form Pin
Zek3vil11-Mar-03 7:07
Zek3vil11-Mar-03 7:07 
GeneralRe: Accessing controls of one form from another form Pin
Mazdak11-Mar-03 7:33
Mazdak11-Mar-03 7:33 
GeneralRe: Accessing controls of one form from another form Pin
Zek3vil11-Mar-03 21:13
Zek3vil11-Mar-03 21:13 
GeneralRe: Accessing controls of one form from another form Pin
Mazdak12-Mar-03 6:34
Mazdak12-Mar-03 6:34 
GeneralUpdate does not work for dataset Pin
Marix11-Mar-03 4:39
Marix11-Mar-03 4:39 
GeneralRe: Update does not work for dataset Pin
leppie11-Mar-03 6:24
leppie11-Mar-03 6:24 
GeneralRe: Update does not work for dataset Pin
Marix11-Mar-03 21:47
Marix11-Mar-03 21:47 
GeneralRe: Update does not work for dataset Pin
Marix12-Mar-03 1:44
Marix12-Mar-03 1:44 
GeneralRe: Update does not work for dataset Pin
leppie13-Mar-03 10:11
leppie13-Mar-03 10:11 
GeneralC# pipe example Pin
Davy Mitchell11-Mar-03 3:39
Davy Mitchell11-Mar-03 3:39 
GeneralCopying NOT Moving a Directory!!!! Pin
jesus4u11-Mar-03 3:13
jesus4u11-Mar-03 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.