Click here to Skip to main content
15,915,094 members
Home / Discussions / C#
   

C#

 
GeneralRe: Highlight SelectedText's Background in RichTextBox Pin
Daniel Turini17-Nov-04 23:19
Daniel Turini17-Nov-04 23:19 
GeneralRe: Highlight SelectedText's Background in RichTextBox Pin
OrlyGoren18-Nov-04 6:06
OrlyGoren18-Nov-04 6:06 
GeneralRe: Highlight SelectedText's Background in RichTextBox Pin
leppie18-Nov-04 8:34
leppie18-Nov-04 8:34 
Generalhardware control Pin
Mridang Agarwalla17-Nov-04 20:57
Mridang Agarwalla17-Nov-04 20:57 
Generalwindows context menu Pin
Mridang Agarwalla17-Nov-04 20:53
Mridang Agarwalla17-Nov-04 20:53 
GeneralRe: windows context menu Pin
Luis Alonso Ramos19-Nov-04 9:16
Luis Alonso Ramos19-Nov-04 9:16 
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 

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.