Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
QuestionC# Unicode File Names. FileInfo Pin
Dato12-Dec-06 8:02
Dato12-Dec-06 8:02 
AnswerRe: C# Unicode File Names. FileInfo Pin
Nader Elshehabi12-Dec-06 8:10
Nader Elshehabi12-Dec-06 8:10 
QuestionThreading Question Pin
NameYou12-Dec-06 6:56
NameYou12-Dec-06 6:56 
AnswerRe: Threading Question Pin
Nader Elshehabi12-Dec-06 7:40
Nader Elshehabi12-Dec-06 7:40 
GeneralRe: Threading Question Pin
NameYou12-Dec-06 8:25
NameYou12-Dec-06 8:25 
GeneralRe: Threading Question Pin
Nader Elshehabi12-Dec-06 8:54
Nader Elshehabi12-Dec-06 8:54 
GeneralRe: Threading Question Pin
NameYou12-Dec-06 9:47
NameYou12-Dec-06 9:47 
GeneralRe: Threading Question Pin
Nader Elshehabi12-Dec-06 17:11
Nader Elshehabi12-Dec-06 17:11 
NameYou wrote:
Is there any way that I can write it to memory

Sure! You can make a string object in Connect method, keep concatenating strings to it, then finally at the end of your data reading write the whole string to the file. It's almost the same way.
PS.
EricDV is right. You should first make the LockObject private static for the lock to work. Another way to do it is to use Mutex class instead.

RegardsRose | [Rose]

GeneralRe: Threading Question Pin
NameYou13-Dec-06 2:18
NameYou13-Dec-06 2:18 
GeneralRe: Threading Question Pin
Nader Elshehabi13-Dec-06 6:16
Nader Elshehabi13-Dec-06 6:16 
GeneralRe: Threading Question [modified] Pin
Eric Dahlvang12-Dec-06 10:03
Eric Dahlvang12-Dec-06 10:03 
GeneralRe: Threading Question Pin
Andy Brummer12-Dec-06 17:21
sitebuilderAndy Brummer12-Dec-06 17:21 
GeneralRe: Threading Question Pin
Eric Dahlvang13-Dec-06 3:02
Eric Dahlvang13-Dec-06 3:02 
GeneralRe: Threading Question Pin
Nader Elshehabi12-Dec-06 17:24
Nader Elshehabi12-Dec-06 17:24 
AnswerRe: Threading Question Pin
karam chandrabose12-Dec-06 22:45
karam chandrabose12-Dec-06 22:45 
GeneralRe: Threading Question Pin
NameYou13-Dec-06 1:32
NameYou13-Dec-06 1:32 
AnswerRe: Threading Question Pin
sno-114-Dec-06 3:52
sno-114-Dec-06 3:52 
Questionfont Pin
hadad12-Dec-06 6:49
hadad12-Dec-06 6:49 
AnswerRe: font Pin
Nader Elshehabi12-Dec-06 7:59
Nader Elshehabi12-Dec-06 7:59 
Questionsending messages to a window from a windows service Pin
George_Lucian12-Dec-06 5:49
George_Lucian12-Dec-06 5:49 
AnswerRe: sending messages to a window from a windows service Pin
Nader Elshehabi12-Dec-06 8:05
Nader Elshehabi12-Dec-06 8:05 
QuestionDisabling the context menu [interop.word.dll] Pin
Eytukan12-Dec-06 4:38
Eytukan12-Dec-06 4:38 
QuestionWeb Service Proxy Problem! Pin
Mehdi Mousavi12-Dec-06 4:32
Mehdi Mousavi12-Dec-06 4:32 
AnswerRe: Web Service Proxy Problem! Pin
Andy Brummer12-Dec-06 17:27
sitebuilderAndy Brummer12-Dec-06 17:27 
AnswerRe: Web Service Proxy Problem! Pin
Mehdi Mousavi12-Dec-06 19:11
Mehdi Mousavi12-Dec-06 19:11 

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.