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

C#

 
GeneralRe: Creating a Sound(say, a Beep) Pin
JoeRip10-Dec-07 14:22
JoeRip10-Dec-07 14:22 
GeneralRe: Creating a Sound(say, a Beep) Pin
polishprogrammer11-Dec-07 9:18
polishprogrammer11-Dec-07 9:18 
QuestionCasting from a Type object Pin
Leonardo Pelisoli10-Dec-07 10:55
Leonardo Pelisoli10-Dec-07 10:55 
GeneralRe: Casting from a Type object Pin
m@u10-Dec-07 11:54
m@u10-Dec-07 11:54 
GeneralRe: Casting from a Type object [modified] Pin
PIEBALDconsult10-Dec-07 12:25
mvePIEBALDconsult10-Dec-07 12:25 
GeneralRe: Casting from a Type object Pin
PIEBALDconsult10-Dec-07 14:20
mvePIEBALDconsult10-Dec-07 14:20 
GeneralRe: Casting from a Type object Pin
Leonardo Pelisoli11-Dec-07 12:14
Leonardo Pelisoli11-Dec-07 12:14 
GeneralC# Properties - Stack overflow. Pin
gunner_uk200010-Dec-07 10:34
gunner_uk200010-Dec-07 10:34 
I'm a java programmer and am not sure how to do property

This code:

public DateTime StartDate<br />
{<br />
            get<br />
            {<br />
                return this.StartDate;<br />
            }<br />
            set<br />
            {<br />
                this.StartDate = value;<br />
            }<br />
 }


creates a stack overflow, whereby if it's set like this:
projectA.StartDate = new DateTime(2007, 12, 15);

This is only call once to initalize it, however it keeps looping around inside the property and overflows the callstack.

Anyone have any ideas what I'm doing wrong?
GeneralRe: C# Properties - Stack overflow. Pin
Luc Pattyn10-Dec-07 10:43
sitebuilderLuc Pattyn10-Dec-07 10:43 
GeneralRe: C# Properties - Stack overflow. Pin
martin_hughes10-Dec-07 10:45
martin_hughes10-Dec-07 10:45 
GeneralRe: C# Properties - Stack overflow. Pin
hofmadresu10-Dec-07 17:17
hofmadresu10-Dec-07 17:17 
GeneralMouse_Click on User Control class Pin
Fragment10-Dec-07 9:42
Fragment10-Dec-07 9:42 
Generalreal time timer Pin
iman_kh10-Dec-07 8:53
iman_kh10-Dec-07 8:53 
GeneralRe: real time timer Pin
nallanch_srinivas10-Dec-07 9:00
nallanch_srinivas10-Dec-07 9:00 
GeneralRe: real time timer Pin
Luc Pattyn10-Dec-07 9:18
sitebuilderLuc Pattyn10-Dec-07 9:18 
GeneralRe: real time timer Pin
Pete O'Hanlon10-Dec-07 9:39
mvePete O'Hanlon10-Dec-07 9:39 
GeneralRe: real time timer Pin
Luc Pattyn10-Dec-07 9:48
sitebuilderLuc Pattyn10-Dec-07 9:48 
GeneralRe: real time timer Pin
Pete O'Hanlon10-Dec-07 9:55
mvePete O'Hanlon10-Dec-07 9:55 
GeneralRe: real time timer Pin
Luc Pattyn10-Dec-07 10:12
sitebuilderLuc Pattyn10-Dec-07 10:12 
GeneralRe: real time timer Pin
Pete O'Hanlon10-Dec-07 10:18
mvePete O'Hanlon10-Dec-07 10:18 
GeneralRe: real time timer Pin
Luc Pattyn10-Dec-07 10:28
sitebuilderLuc Pattyn10-Dec-07 10:28 
GeneralRe: real time timer Pin
Skippums10-Dec-07 9:20
Skippums10-Dec-07 9:20 
QuestionUnable to debug..Please help Pin
nallanch_srinivas10-Dec-07 8:53
nallanch_srinivas10-Dec-07 8:53 
GeneralRe: Unable to debug..Please help Pin
Paul Conrad10-Dec-07 10:26
professionalPaul Conrad10-Dec-07 10:26 
GeneralRe: Unable to debug..Please help Pin
nallanch_srinivas10-Dec-07 10:59
nallanch_srinivas10-Dec-07 10:59 

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.