Click here to Skip to main content
15,906,708 members
Home / Discussions / C#
   

C#

 
GeneralRe: start menu help Pin
Ed.Poore26-Jun-07 8:40
Ed.Poore26-Jun-07 8:40 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 11:24
Mabre of the Tadadas26-Jun-07 11:24 
QuestionFileStream question... again Pin
RussBus26-Jun-07 4:58
RussBus26-Jun-07 4:58 
AnswerRe: FileStream question... again Pin
Colin Angus Mackay26-Jun-07 5:07
Colin Angus Mackay26-Jun-07 5:07 
GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 5:27
RussBus26-Jun-07 5:27 
GeneralRe: FileStream question... again Pin
Colin Angus Mackay26-Jun-07 5:30
Colin Angus Mackay26-Jun-07 5:30 
GeneralRe: FileStream question... again Pin
Dave Kreskowiak26-Jun-07 6:58
mveDave Kreskowiak26-Jun-07 6:58 
AnswerRe: FileStream question... again Pin
Luc Pattyn26-Jun-07 5:41
sitebuilderLuc Pattyn26-Jun-07 5:41 
Hi,

FileAccess tells what the caller wants for itself, FileShare tells what the caller
allows others to do...

In order to help you make the right choices, you need to provide more information:

- is it two different programs that need access ? (if so, are you in charge of both
of them ?) or is it two instances of the same program ?

- does one program only need to be able to read, or do you want both to be able to
write ? if so, any idea what may happen when both decide to write ? how do you think
you will cope with that ? (what will keep them from creating an inconsistent
bunch of bytes ?).


Smile | :)


GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 5:48
RussBus26-Jun-07 5:48 
GeneralRe: FileStream question... again Pin
Luc Pattyn26-Jun-07 6:00
sitebuilderLuc Pattyn26-Jun-07 6:00 
GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 6:39
RussBus26-Jun-07 6:39 
QuestionSocket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 4:37
haroon198026-Jun-07 4:37 
AnswerRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 5:06
Ed.Poore26-Jun-07 5:06 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:10
haroon198026-Jun-07 5:10 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 5:55
Ed.Poore26-Jun-07 5:55 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:59
haroon198026-Jun-07 5:59 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 6:41
Ed.Poore26-Jun-07 6:41 
AnswerRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
led mike26-Jun-07 5:29
led mike26-Jun-07 5:29 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:36
haroon198026-Jun-07 5:36 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
led mike26-Jun-07 5:52
led mike26-Jun-07 5:52 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:54
haroon198026-Jun-07 5:54 
AnswerRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
LongRange.Shooter26-Jun-07 9:52
LongRange.Shooter26-Jun-07 9:52 
GeneralRe: How to implement a syntax checker using C# ? Pin
I.explore.code26-Jun-07 3:58
I.explore.code26-Jun-07 3:58 
Questionmy previous button is working as a next button Pin
srinivassam26-Jun-07 3:50
srinivassam26-Jun-07 3:50 
AnswerRe: my previous button is working as a next button Pin
Luc Pattyn26-Jun-07 4:24
sitebuilderLuc Pattyn26-Jun-07 4:24 

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.