Click here to Skip to main content
15,899,023 members
Home / Discussions / C#
   

C#

 
GeneralRe: Update Table Pin
kibromg24-Jun-09 23:19
kibromg24-Jun-09 23:19 
QuestionI Want Get Thread Object Pin
Dong Cher, Ryu24-Jun-09 1:42
Dong Cher, Ryu24-Jun-09 1:42 
AnswerRe: I Want Get Thread Object Pin
stancrm24-Jun-09 1:56
stancrm24-Jun-09 1:56 
QuestionAdding dates Pin
kanchoette24-Jun-09 1:05
kanchoette24-Jun-09 1:05 
AnswerRe: Adding dates Pin
SeMartens24-Jun-09 1:07
SeMartens24-Jun-09 1:07 
GeneralRe: Adding dates Pin
kanchoette24-Jun-09 1:10
kanchoette24-Jun-09 1:10 
AnswerRe: Adding dates Pin
Pete O'Hanlon24-Jun-09 1:09
mvePete O'Hanlon24-Jun-09 1:09 
AnswerRe: Adding dates Pin
DaveyM6924-Jun-09 1:09
professionalDaveyM6924-Jun-09 1:09 
public DateTime TwelveYearsMinusOne(DateTime start)
{
    return start.AddYears(12).AddDays(-1);
}


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

QuestionHow to get or set the innerText of an HTMLElement at runtime using c# Pin
svt gdwl24-Jun-09 0:57
svt gdwl24-Jun-09 0:57 
QuestionFind the not-existing element in int arrays. Pin
CodingLover24-Jun-09 0:52
CodingLover24-Jun-09 0:52 
AnswerRe: Find the not-existing element in int arrays. Pin
Calla24-Jun-09 1:00
Calla24-Jun-09 1:00 
NewsRe: Find the not-existing element in int arrays. Pin
CodingLover24-Jun-09 3:28
CodingLover24-Jun-09 3:28 
AnswerRe: Find the not-existing element in int arrays. Pin
Dust Signs24-Jun-09 1:01
Dust Signs24-Jun-09 1:01 
GeneralRe: Find the not-existing element in int arrays. Pin
himanshu256124-Jun-09 1:12
himanshu256124-Jun-09 1:12 
GeneralRe: Find the not-existing element in int arrays. Pin
CodingLover28-Jun-09 20:44
CodingLover28-Jun-09 20:44 
GeneralRe: Find the not-existing element in int arrays. Pin
Dust Signs29-Jun-09 4:53
Dust Signs29-Jun-09 4:53 
AnswerRe: Find the not-existing element in int arrays. Pin
PIEBALDconsult24-Jun-09 4:53
mvePIEBALDconsult24-Jun-09 4:53 
Questionmeasure string Pin
nryk24-Jun-09 0:23
nryk24-Jun-09 0:23 
AnswerRe: measure string Pin
AndrewVos24-Jun-09 0:26
AndrewVos24-Jun-09 0:26 
GeneralRe: measure string Pin
nryk24-Jun-09 0:48
nryk24-Jun-09 0:48 
AnswerRe: measure string Pin
Pete O'Hanlon24-Jun-09 1:05
mvePete O'Hanlon24-Jun-09 1:05 
AnswerRe: measure string Pin
Ennis Ray Lynch, Jr.24-Jun-09 3:05
Ennis Ray Lynch, Jr.24-Jun-09 3:05 
QuestionDebugging Pin
frommi24-Jun-09 0:15
frommi24-Jun-09 0:15 
AnswerRe: Debugging Pin
Manas Bhardwaj24-Jun-09 0:24
professionalManas Bhardwaj24-Jun-09 0:24 
Questionc# Pin
Balaji Pawar23-Jun-09 23:53
Balaji Pawar23-Jun-09 23:53 

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.