Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: CharArrayReader Pin
SomeGuyThatIsMe25-Jul-08 8:26
SomeGuyThatIsMe25-Jul-08 8:26 
AnswerRe: CharArrayReader Pin
DaveyM6925-Jul-08 9:04
professionalDaveyM6925-Jul-08 9:04 
QuestionHttpRequest and Submit button in html Pin
f4hd25-Jul-08 8:24
f4hd25-Jul-08 8:24 
AnswerRe: HttpRequest and Submit button in html Pin
f4hd31-Jul-08 5:40
f4hd31-Jul-08 5:40 
QuestionWebServices in C#.net Pin
balu1234525-Jul-08 8:01
balu1234525-Jul-08 8:01 
AnswerRe: WebServices in C#.net Pin
Ashfield25-Jul-08 8:26
Ashfield25-Jul-08 8:26 
GeneralRe: WebServices in C#.net Pin
SomeGuyThatIsMe25-Jul-08 8:29
SomeGuyThatIsMe25-Jul-08 8:29 
GeneralRe: WebServices in C#.net Pin
balu1234525-Jul-08 8:36
balu1234525-Jul-08 8:36 
GeneralRe: WebServices in C#.net Pin
Ashfield25-Jul-08 9:13
Ashfield25-Jul-08 9:13 
QuestionProblem setting FormBorderStyle = WindowState.Maximized Pin
dlarkin7725-Jul-08 5:50
dlarkin7725-Jul-08 5:50 
AnswerRe: Problem setting FormBorderStyle = WindowState.Maximized Pin
DaveyM6925-Jul-08 6:17
professionalDaveyM6925-Jul-08 6:17 
GeneralRe: Problem setting FormBorderStyle = WindowState.Maximized Pin
dlarkin7725-Jul-08 6:22
dlarkin7725-Jul-08 6:22 
QuestiononBefore unload event Pin
Archana New to Dotnet25-Jul-08 5:30
Archana New to Dotnet25-Jul-08 5:30 
AnswerJavascript question :rolleyes: Pin
led mike25-Jul-08 5:43
led mike25-Jul-08 5:43 
QuestionTaking order with PDA Pin
Yulianto.25-Jul-08 4:55
Yulianto.25-Jul-08 4:55 
AnswerRe: Taking order with PDA Pin
hammerstein0525-Jul-08 5:33
hammerstein0525-Jul-08 5:33 
GeneralRe: Taking order with PDA Pin
DaveyM6925-Jul-08 6:21
professionalDaveyM6925-Jul-08 6:21 
GeneralRe: Taking order with PDA Pin
DaveyM6925-Jul-08 6:34
professionalDaveyM6925-Jul-08 6:34 
AnswerRe: Taking order with PDA Pin
DaveyM6925-Jul-08 8:07
professionalDaveyM6925-Jul-08 8:07 
Questionlan based application Pin
umeshdaiya25-Jul-08 4:04
umeshdaiya25-Jul-08 4:04 
AnswerRe: lan based application Pin
Anthony Mushrow25-Jul-08 4:42
professionalAnthony Mushrow25-Jul-08 4:42 
Questiondirectory watching Pin
stephan_00725-Jul-08 2:22
stephan_00725-Jul-08 2:22 
AnswerRe: directory watching Pin
benjymous25-Jul-08 3:53
benjymous25-Jul-08 3:53 
GeneralRe: directory watching Pin
stephan_00725-Jul-08 4:00
stephan_00725-Jul-08 4:00 
GeneralRe: directory watching Pin
Ashfield25-Jul-08 8:22
Ashfield25-Jul-08 8:22 
stephan_007 wrote:
if file a_file and b_file enter at (almost) the same time, is a_file handled first or the one which is first in?


It handles the first one in first.

If the order is important then wait until you get a full set in before starting processing - until you have them all you can't do anything anyway, as far as I can tell from your posting.

Bob
Ashfield Consultants Ltd

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.