Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: error while updating control from Exited event of process Pin
leppie3-Jun-08 4:29
leppie3-Jun-08 4:29 
GeneralRe: error while updating control from Exited event of process Pin
Xmen Real 3-Jun-08 5:05
professional Xmen Real 3-Jun-08 5:05 
GeneralRe: error while updating control from Exited event of process Pin
Mark Churchill3-Jun-08 17:46
Mark Churchill3-Jun-08 17:46 
GeneralRe: error while updating control from Exited event of process Pin
Xmen Real 3-Jun-08 17:49
professional Xmen Real 3-Jun-08 17:49 
QuestionSafely saving to a stream [modified] Pin
Russell Jones3-Jun-08 4:10
Russell Jones3-Jun-08 4:10 
AnswerRe: Safely saving to a stream Pin
sudhir_Kumar3-Jun-08 4:15
sudhir_Kumar3-Jun-08 4:15 
AnswerRe: Safely saving to a stream Pin
Xmen Real 3-Jun-08 4:18
professional Xmen Real 3-Jun-08 4:18 
AnswerRe: Safely saving to a stream Pin
Scott Dorman3-Jun-08 4:28
professionalScott Dorman3-Jun-08 4:28 
The safest way to do this would be to save it as a new file and then overwrite the original. You also want to wrap the streams in a using statement to ensure that they get disposed of properly. Finally, you want to add some try...catch handling.

Scott.

—In just two days, tomorrow will be yesterday.
—Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

[Forum Guidelines] [Articles] [Blog]

AnswerRe: Safely saving to a stream Pin
led mike3-Jun-08 5:02
led mike3-Jun-08 5:02 
QuestionInfragistics ultraChart Pin
NewToAspDotNet3-Jun-08 3:39
NewToAspDotNet3-Jun-08 3:39 
AnswerRe: Infragistics ultraChart Pin
Colin Angus Mackay3-Jun-08 3:42
Colin Angus Mackay3-Jun-08 3:42 
AnswerRe: Infragistics ultraChart Pin
Nouman Bhatti3-Jun-08 20:02
Nouman Bhatti3-Jun-08 20:02 
QuestionIs there a way to implement UNION declaration in C# ? Pin
cyh_cyh3-Jun-08 3:33
cyh_cyh3-Jun-08 3:33 
QuestionRe: Is there a way to implement UNION declaration in C# ? Pin
CPallini3-Jun-08 3:40
mveCPallini3-Jun-08 3:40 
AnswerRe: Is there a way to implement UNION declaration in C# ? Pin
led mike3-Jun-08 5:06
led mike3-Jun-08 5:06 
AnswerRe: Is there a way to implement UNION declaration in C# ? Pin
cyh_cyh4-Jun-08 3:23
cyh_cyh4-Jun-08 3:23 
GeneralRe: Is there a way to implement UNION declaration in C# ? Pin
CPallini4-Jun-08 3:46
mveCPallini4-Jun-08 3:46 
AnswerRe: Is there a way to implement UNION declaration in C# ? Pin
Scott Dorman3-Jun-08 4:14
professionalScott Dorman3-Jun-08 4:14 
QuestionChange mouse pointer Pin
Radu_203-Jun-08 3:22
Radu_203-Jun-08 3:22 
AnswerRe: Change mouse pointer Pin
Vasudevan Deepak Kumar8-Jun-08 20:48
Vasudevan Deepak Kumar8-Jun-08 20:48 
QuestionHow to Change PaperSize,LandScape, ... in ReportViewer ? Pin
hdv2123-Jun-08 2:51
hdv2123-Jun-08 2:51 
Questionpass data from runtime created form to main form. Pin
redspiderke3-Jun-08 2:45
redspiderke3-Jun-08 2:45 
AnswerRe: pass data from runtime created form to main form. Pin
Colin Angus Mackay3-Jun-08 2:50
Colin Angus Mackay3-Jun-08 2:50 
GeneralRe: pass data from runtime created form to main form. Pin
redspiderke3-Jun-08 3:24
redspiderke3-Jun-08 3:24 
GeneralRe: pass data from runtime created form to main form. Pin
Colin Angus Mackay3-Jun-08 3:40
Colin Angus Mackay3-Jun-08 3:40 

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.