Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Quitting a Process Before Installing Pin
chaiguy133731-Jul-07 17:18
chaiguy133731-Jul-07 17:18 
Questionchange key state? Pin
Klazen31-Jul-07 10:58
Klazen31-Jul-07 10:58 
AnswerRe: change key state? Pin
snorkie31-Jul-07 11:38
professionalsnorkie31-Jul-07 11:38 
Question[Message Deleted] Pin
domyansumit31-Jul-07 10:16
domyansumit31-Jul-07 10:16 
AnswerRe: Interview Question Pin
Dan Neely31-Jul-07 10:25
Dan Neely31-Jul-07 10:25 
GeneralRe: Interview Question Pin
Malcolm Smart1-Aug-07 8:24
Malcolm Smart1-Aug-07 8:24 
GeneralRe: Interview Question Pin
Pete O'Hanlon1-Aug-07 8:29
mvePete O'Hanlon1-Aug-07 8:29 
AnswerRe: Interview Question Pin
Wjousts31-Jul-07 10:28
Wjousts31-Jul-07 10:28 
For starters:

It should not use a destructor to close a file stream because destruction of the object is non-deterministic. It will hold onto the open file stream until the GC decides to collect it which might not happen before the application closes. It should implement IDispose instead.
AnswerRe: Interview Question Pin
Pete O'Hanlon31-Jul-07 10:29
mvePete O'Hanlon31-Jul-07 10:29 
AnswerRe: [Message Deleted] Pin
Justin Perez31-Jul-07 13:56
Justin Perez31-Jul-07 13:56 
GeneralRe: [Message Deleted] Pin
Paul Conrad31-Jul-07 17:44
professionalPaul Conrad31-Jul-07 17:44 
GeneralRe: [Message Deleted] Pin
Malcolm Smart31-Jul-07 22:10
Malcolm Smart31-Jul-07 22:10 
GeneralRe: [Message Deleted] Pin
Luc Pattyn31-Jul-07 23:02
sitebuilderLuc Pattyn31-Jul-07 23:02 
GeneralRe: [Message Deleted] Pin
Leslie Sanford1-Aug-07 7:59
Leslie Sanford1-Aug-07 7:59 
GeneralRe: [Message Deleted] Pin
Pete O'Hanlon1-Aug-07 9:42
mvePete O'Hanlon1-Aug-07 9:42 
GeneralRe: [Message Deleted] Pin
Cnight Stalker2-Aug-07 17:44
Cnight Stalker2-Aug-07 17:44 
GeneralRe: [Message Deleted] Pin
Pete O'Hanlon3-Aug-07 2:32
mvePete O'Hanlon3-Aug-07 2:32 
QuestionHow to Programmatically Change a Property in DesignMode Pin
Cnight Stalker31-Jul-07 10:12
Cnight Stalker31-Jul-07 10:12 
AnswerRe: How to Programmatically Change a Property in DesignMode Pin
Martin#31-Jul-07 12:15
Martin#31-Jul-07 12:15 
QuestionRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker31-Jul-07 12:57
Cnight Stalker31-Jul-07 12:57 
AnswerRe: How to Programmatically Change a Property in DesignMode Pin
Martin#31-Jul-07 20:46
Martin#31-Jul-07 20:46 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker1-Aug-07 10:18
Cnight Stalker1-Aug-07 10:18 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Martin#1-Aug-07 20:56
Martin#1-Aug-07 20:56 
NewsRe: How to Programmatically Change a Property in DesignMode Pin
Cnight Stalker2-Aug-07 15:08
Cnight Stalker2-Aug-07 15:08 
GeneralRe: How to Programmatically Change a Property in DesignMode Pin
Martin#2-Aug-07 20:43
Martin#2-Aug-07 20:43 

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.