Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading text file from Resources Pin
JoeSharp16-Nov-06 2:01
JoeSharp16-Nov-06 2:01 
GeneralRe: Reading text file from Resources Pin
Muntyness16-Nov-06 2:28
Muntyness16-Nov-06 2:28 
GeneralRe: Reading text file from Resources [modified] Pin
Muntyness17-Nov-06 6:27
Muntyness17-Nov-06 6:27 
QuestionCatching the Exception thrown from a property that change throu DataBinding [modified] Pin
NassosReyzidis16-Nov-06 0:40
NassosReyzidis16-Nov-06 0:40 
QuestionWhy do we have properties? Pin
Russell Jones15-Nov-06 23:26
Russell Jones15-Nov-06 23:26 
AnswerRe: Why do we have properties? Pin
Martin#15-Nov-06 23:35
Martin#15-Nov-06 23:35 
GeneralRe: Why do we have properties? Pin
Russell Jones16-Nov-06 0:09
Russell Jones16-Nov-06 0:09 
AnswerRe: Why do we have properties? Pin
J4amieC15-Nov-06 23:55
J4amieC15-Nov-06 23:55 
Its just eye candy - as you rightly state, under the hood the IL is a get_PropertyName() and set_PropertyName(value) method.

I use properties as I prefer the look of

int myValue = myObject.MyProperty

than

int myValue = myObject.GetMyProperty();


AnswerRe: Why do we have properties? Pin
Martin2316-Nov-06 0:00
Martin2316-Nov-06 0:00 
AnswerRe: Why do we have properties? Pin
V.16-Nov-06 2:34
professionalV.16-Nov-06 2:34 
QuestioniPod like menu for pocket pc development Pin
HRiazi15-Nov-06 23:07
HRiazi15-Nov-06 23:07 
QuestionProblem in building DirectShow Application Pin
alpa shah15-Nov-06 22:06
alpa shah15-Nov-06 22:06 
AnswerRe: Problem in building DirectShow Application Pin
AB777115-Nov-06 22:33
AB777115-Nov-06 22:33 
GeneralRe: Problem in building DirectShow Application Pin
alpa shah15-Nov-06 22:46
alpa shah15-Nov-06 22:46 
GeneralRe: Problem in building DirectShow Application Pin
Amar Chaudhary15-Nov-06 23:01
Amar Chaudhary15-Nov-06 23:01 
GeneralRe: Problem in building DirectShow Application Pin
AB777115-Nov-06 23:01
AB777115-Nov-06 23:01 
GeneralRe: Problem in building DirectShow Application Pin
alpa shah15-Nov-06 23:07
alpa shah15-Nov-06 23:07 
GeneralRe: Problem in building DirectShow Application Pin
AB777115-Nov-06 23:33
AB777115-Nov-06 23:33 
GeneralRe: Problem in building DirectShow Application Pin
alpa shah15-Nov-06 23:43
alpa shah15-Nov-06 23:43 
GeneralRe: Problem in building DirectShow Application Pin
AB777115-Nov-06 23:55
AB777115-Nov-06 23:55 
GeneralRe: Problem in building DirectShow Application Pin
alpa shah16-Nov-06 0:02
alpa shah16-Nov-06 0:02 
GeneralRe: Problem in building DirectShow Application Pin
AB777116-Nov-06 2:22
AB777116-Nov-06 2:22 
GeneralRe: Problem in building DirectShow Application Pin
Blekk16-Nov-06 1:03
Blekk16-Nov-06 1:03 
GeneralRe: Problem in building DirectShow Application Pin
AB777116-Nov-06 2:23
AB777116-Nov-06 2:23 
GeneralRe: Problem in building DirectShow Application Pin
alpa shah16-Nov-06 2:30
alpa shah16-Nov-06 2:30 

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.