Click here to Skip to main content
15,887,966 members
Home / Discussions / C#
   

C#

 
AnswerRe: Window is minimized after showing Splash Screen. Pin
Nader Elshehabi2-Sep-06 12:13
Nader Elshehabi2-Sep-06 12:13 
GeneralRe: Window is minimized after showing Splash Screen. Pin
mav.northwind2-Sep-06 19:57
mav.northwind2-Sep-06 19:57 
JokeRe: Window is minimized after showing Splash Screen. Pin
Nader Elshehabi2-Sep-06 21:38
Nader Elshehabi2-Sep-06 21:38 
AnswerRe: Window is minimized after showing Splash Screen. Pin
mav.northwind2-Sep-06 20:12
mav.northwind2-Sep-06 20:12 
GeneralRe: Window is minimized after showing Splash Screen. Pin
Nadia Monalisa3-Sep-06 6:02
Nadia Monalisa3-Sep-06 6:02 
GeneralRe: Window is minimized after showing Splash Screen. Pin
mav.northwind3-Sep-06 8:49
mav.northwind3-Sep-06 8:49 
QuestionDo I need to Lock App.CONFIG for Multithreaded Access ? Pin
Nadia Monalisa2-Sep-06 8:23
Nadia Monalisa2-Sep-06 8:23 
AnswerRe: Do I need to Lock App.CONFIG for Multithreaded Access ? Pin
Mike Dimmick2-Sep-06 9:16
Mike Dimmick2-Sep-06 9:16 
Unless you plan to edit them at runtime (possible with the ConfigurationManager) then no. Race conditions only matter, and therefore have to be prevented, if threads are reading and writing concurrently. They do also matter if threads are writing concurrently and you care about which result is written.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: Do I need to Lock App.CONFIG for Multithreaded Access ? Pin
Nadia Monalisa2-Sep-06 9:30
Nadia Monalisa2-Sep-06 9:30 
GeneralRe: Do I need to Lock App.CONFIG for Multithreaded Access ? Pin
Judah Gabriel Himango2-Sep-06 11:18
sponsorJudah Gabriel Himango2-Sep-06 11:18 
Questiondynamically invoking a method in an assemly Pin
Sonu.T2-Sep-06 8:09
Sonu.T2-Sep-06 8:09 
AnswerRe: dynamically invoking a method in an assemly Pin
Stefan Troschuetz2-Sep-06 22:27
Stefan Troschuetz2-Sep-06 22:27 
GeneralRe: dynamically invoking a method in an assemly Pin
Sonu.T3-Sep-06 6:58
Sonu.T3-Sep-06 6:58 
QuestionOpening file Pin
thepersonof2-Sep-06 4:09
thepersonof2-Sep-06 4:09 
AnswerRe: Opening file Pin
Stefan Troschuetz2-Sep-06 4:17
Stefan Troschuetz2-Sep-06 4:17 
GeneralRe: Opening file Pin
thepersonof2-Sep-06 9:45
thepersonof2-Sep-06 9:45 
Questionreflection and implicit Pin
paptelefon2-Sep-06 3:57
paptelefon2-Sep-06 3:57 
QuestionSimple event q Pin
thepersonof2-Sep-06 2:38
thepersonof2-Sep-06 2:38 
AnswerRe: Simple event q Pin
Stefan Troschuetz2-Sep-06 3:02
Stefan Troschuetz2-Sep-06 3:02 
GeneralRe: Simple event q Pin
thepersonof2-Sep-06 4:06
thepersonof2-Sep-06 4:06 
QuestionPropertyGrid Refresh Pin
e-laj2-Sep-06 1:15
e-laj2-Sep-06 1:15 
QuestionAssign value to DataGridViewComboBoxCell at run-time Pin
Fouad_kayali1-Sep-06 22:22
Fouad_kayali1-Sep-06 22:22 
AnswerRe: Assign value to DataGridViewComboBoxCell at run-time Pin
Nader Elshehabi1-Sep-06 23:39
Nader Elshehabi1-Sep-06 23:39 
QuestionProlems of creating notepad application in C#? Pin
Stateless1-Sep-06 21:36
Stateless1-Sep-06 21:36 
AnswerRe: Prolems of creating notepad application in C#? Pin
Colin Angus Mackay1-Sep-06 22:50
Colin Angus Mackay1-Sep-06 22:50 

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.