Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
Generaltaskbar button grouping Pin
yu-yu17-Nov-04 18:33
yu-yu17-Nov-04 18:33 
GeneralUser COntrols Pin
Brendan Vogt17-Nov-04 18:31
Brendan Vogt17-Nov-04 18:31 
GeneralRe: User COntrols Pin
R. Thomas17-Nov-04 19:28
R. Thomas17-Nov-04 19:28 
GeneralRe: User COntrols Pin
leppie17-Nov-04 22:44
leppie17-Nov-04 22:44 
Generaltlbimp metadata generation Pin
rana7417-Nov-04 14:59
rana7417-Nov-04 14:59 
Questionhow to get click event of windows taskbar button. Pin
yu-yu17-Nov-04 14:53
yu-yu17-Nov-04 14:53 
GeneralConcurrently accessing a file. Pin
Rafferty Uy17-Nov-04 14:49
Rafferty Uy17-Nov-04 14:49 
GeneralRe: Concurrently accessing a file. Pin
Dennis C. Dietrich17-Nov-04 15:15
Dennis C. Dietrich17-Nov-04 15:15 
Rafferty Uy wrote:
It's okay to concurrently access a file as long as it's only being read right?

This is generally true. However keep in mind that you'll never know in advance what other running processes might do with the file you want to read. If the file has already been opened without the FileShare.Read flag set you will get an exception. Also you might want to set specific FileShare[^] flags yourself when you open the file (for example to prevent that another process writes to the file while you're reading it).

Best regards
Dennis
GeneralRe: Concurrently accessing a file. Pin
Rafferty Uy17-Nov-04 16:09
Rafferty Uy17-Nov-04 16:09 
QuestionWhat is more scientific... Pin
tom_dx17-Nov-04 13:36
tom_dx17-Nov-04 13:36 
AnswerRe: What is more scientific... Pin
R. Thomas17-Nov-04 19:31
R. Thomas17-Nov-04 19:31 
AnswerRe: What is more scientific... Pin
Daniel Turini17-Nov-04 23:15
Daniel Turini17-Nov-04 23:15 
GeneralAdvanced collection classes for the .NET Framework 2.0 Pin
Dennis C. Dietrich17-Nov-04 11:08
Dennis C. Dietrich17-Nov-04 11:08 
GeneralNetWork "Noise Control" Pin
Sakkijha17-Nov-04 10:39
Sakkijha17-Nov-04 10:39 
GeneralUsing Microsoft Outlook Object Library Pin
Guinness4Strength17-Nov-04 9:23
Guinness4Strength17-Nov-04 9:23 
GeneralSQLXML Bulk Load from C# Doesn't Work Pin
perlmunger17-Nov-04 9:10
perlmunger17-Nov-04 9:10 
GeneralMultiple Criteria for Sorting Objects Pin
17-Nov-04 8:59
suss17-Nov-04 8:59 
GeneralRe: Multiple Criteria for Sorting Objects Pin
Utku KAYA17-Nov-04 9:15
Utku KAYA17-Nov-04 9:15 
GeneralRe: Multiple Criteria for Sorting Objects Pin
Daniel Turini17-Nov-04 9:15
Daniel Turini17-Nov-04 9:15 
GeneralC++ Builder and C# question. please help Pin
elapid17-Nov-04 8:13
elapid17-Nov-04 8:13 
GeneralRe: C++ Builder and C# question. please help Pin
Nick Parker17-Nov-04 10:20
protectorNick Parker17-Nov-04 10:20 
GeneralRe: C++ Builder and C# question. please help Pin
Anonymous18-Nov-04 0:46
Anonymous18-Nov-04 0:46 
GeneralStarting an application minimized Pin
goldoche17-Nov-04 8:03
goldoche17-Nov-04 8:03 
GeneralRe: Starting an application minimized Pin
Utku KAYA17-Nov-04 9:09
Utku KAYA17-Nov-04 9:09 
GeneralRe: Starting an application minimized Pin
goldoche17-Nov-04 9:25
goldoche17-Nov-04 9:25 

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.