Click here to Skip to main content
15,915,867 members
Home / Discussions / C#
   

C#

 
AnswerRe: .chm File HTML contens will not be shown under (XP) Pin
Henry Minute6-Aug-09 10:54
Henry Minute6-Aug-09 10:54 
GeneralRe: .chm File HTML contens will not be shown under (XP) Pin
fracalifa6-Aug-09 21:38
fracalifa6-Aug-09 21:38 
QuestionWindbg - Cannot see line number in managed callstack Pin
nachiket076-Aug-09 7:02
nachiket076-Aug-09 7:02 
QuestionWebserver Using C# (FTP/HTTP/HTTPS) Pin
raajesh186-Aug-09 6:45
raajesh186-Aug-09 6:45 
QuestionCombobox with Autocomplete Pin
eddieangel6-Aug-09 6:11
eddieangel6-Aug-09 6:11 
AnswerRe: Combobox with Autocomplete Pin
Eddy Vluggen6-Aug-09 11:41
professionalEddy Vluggen6-Aug-09 11:41 
QuestionDateTime object value is not changing although am assiging it Pin
kKamel6-Aug-09 5:59
kKamel6-Aug-09 5:59 
AnswerRe: DateTime object value is not changing although am assiging it Pin
DaveyM696-Aug-09 6:21
professionalDaveyM696-Aug-09 6:21 
DateTime is immutable. The AddDays function (and others) return a new DateTime, they don't alter the first one so you need
startDate = startDate.AddDays(-3);

etc...

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)

AnswerRe: DateTime object value is not changing although am assiging it Pin
PIEBALDconsult6-Aug-09 12:30
mvePIEBALDconsult6-Aug-09 12:30 
QuestionGood resources for beginning Visual C#? Pin
quicksnap6-Aug-09 4:23
quicksnap6-Aug-09 4:23 
AnswerRe: Good resources for beginning Visual C#? Pin
laziale6-Aug-09 4:28
laziale6-Aug-09 4:28 
GeneralRe: Good resources for beginning Visual C#? Pin
quicksnap6-Aug-09 4:32
quicksnap6-Aug-09 4:32 
AnswerRe: Good resources for beginning Visual C#? Pin
Cracked-Down6-Aug-09 19:17
Cracked-Down6-Aug-09 19:17 
Questioncreating csv from xml file in c# Pin
laziale6-Aug-09 4:00
laziale6-Aug-09 4:00 
AnswerRe: creating csv from xml file in c# Pin
Fayu6-Aug-09 5:27
Fayu6-Aug-09 5:27 
GeneralRe: creating csv from xml file in c# Pin
laziale6-Aug-09 5:33
laziale6-Aug-09 5:33 
GeneralRe: creating csv from xml file in c# Pin
Fayu6-Aug-09 6:35
Fayu6-Aug-09 6:35 
GeneralRe: creating csv from xml file in c# Pin
laziale6-Aug-09 8:34
laziale6-Aug-09 8:34 
AnswerRe: creating csv from xml file in c# Pin
PIEBALDconsult6-Aug-09 12:43
mvePIEBALDconsult6-Aug-09 12:43 
QuestionTransparent control, C# Pin
TwilightEva6-Aug-09 3:00
TwilightEva6-Aug-09 3:00 
AnswerRe: Transparent control, C# Pin
Super Lloyd6-Aug-09 3:07
Super Lloyd6-Aug-09 3:07 
GeneralRe: Transparent control, C# Pin
TwilightEva6-Aug-09 3:12
TwilightEva6-Aug-09 3:12 
GeneralRe: Transparent control, C# Pin
Super Lloyd6-Aug-09 3:19
Super Lloyd6-Aug-09 3:19 
GeneralRe: Transparent control, C# Pin
TwilightEva6-Aug-09 5:11
TwilightEva6-Aug-09 5:11 
GeneralRe: Transparent control, C# Pin
Super Lloyd6-Aug-09 5:17
Super Lloyd6-Aug-09 5:17 

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.