Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
QuestionFacade... Pin
Illegal Operation13-Apr-09 19:24
Illegal Operation13-Apr-09 19:24 
AnswerRe: Facade... PinPopular
Colin Angus Mackay13-Apr-09 21:50
Colin Angus Mackay13-Apr-09 21:50 
AnswerSo, what was wrong with my reply? Pin
Colin Angus Mackay13-Apr-09 22:21
Colin Angus Mackay13-Apr-09 22:21 
AnswerRe: Facade... Pin
Pete O'Hanlon13-Apr-09 23:51
mvePete O'Hanlon13-Apr-09 23:51 
Questionproblem with DateTime objects Pin
cppwxwidgetsss13-Apr-09 19:14
cppwxwidgetsss13-Apr-09 19:14 
AnswerRe: problem with DateTime objects Pin
Mycroft Holmes13-Apr-09 19:26
professionalMycroft Holmes13-Apr-09 19:26 
AnswerRe: problem with DateTime objects Pin
Juan1R13-Apr-09 21:49
Juan1R13-Apr-09 21:49 
AnswerRe: problem with DateTime objects Pin
DaveyM6913-Apr-09 21:55
professionalDaveyM6913-Apr-09 21:55 
DateTime is immutable - it can't change. AddDays and the other functions return a new DateTime with the new value.
You should do
myDateTime = myDateTime.AddDays(6);
// 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: problem with DateTime objects Pin
Vikram A Punathambekar13-Apr-09 22:09
Vikram A Punathambekar13-Apr-09 22:09 
QuestionConverting pcl format to pdf format Pin
MarcoDF8913-Apr-09 19:02
MarcoDF8913-Apr-09 19:02 
QuestionHow i check the Ans of objective question using Radio Button Pin
Ravindra Bisen13-Apr-09 19:00
Ravindra Bisen13-Apr-09 19:00 
AnswerRe: How i check the Ans of objective question using Radio Button Pin
Mycroft Holmes13-Apr-09 19:20
professionalMycroft Holmes13-Apr-09 19:20 
AnswerRe: How i check the Ans of objective question using Radio Button Pin
Pedram Behroozi13-Apr-09 20:06
Pedram Behroozi13-Apr-09 20:06 
QuestionProblem in executing Stored Procedure through ODBC Pin
Renukapadhamanaban13-Apr-09 18:11
Renukapadhamanaban13-Apr-09 18:11 
AnswerRe: Problem in executing Stored Procedure through ODBC Pin
Vikram A Punathambekar13-Apr-09 18:16
Vikram A Punathambekar13-Apr-09 18:16 
AnswerRe: Problem in executing Stored Procedure through ODBC Pin
Anubhava Dimri13-Apr-09 18:33
Anubhava Dimri13-Apr-09 18:33 
GeneralRe: Problem in executing Stored Procedure through ODBC Pin
Renukapadhamanaban13-Apr-09 19:34
Renukapadhamanaban13-Apr-09 19:34 
QuestionComponent for comparing VB codes in c# program Pin
Surya Ayyagari13-Apr-09 17:39
Surya Ayyagari13-Apr-09 17:39 
AnswerRe: Component for comparing VB codes in c# program Pin
Mark Churchill13-Apr-09 18:04
Mark Churchill13-Apr-09 18:04 
GeneralRe: Component for comparing VB codes in c# program Pin
Mycroft Holmes13-Apr-09 18:06
professionalMycroft Holmes13-Apr-09 18:06 
GeneralRe: Component for comparing VB codes in c# program Pin
Mark Churchill13-Apr-09 18:22
Mark Churchill13-Apr-09 18:22 
GeneralRe: Component for comparing VB codes in c# program Pin
Surya Ayyagari13-Apr-09 18:13
Surya Ayyagari13-Apr-09 18:13 
AnswerRe: Component for comparing VB codes in c# program Pin
Mycroft Holmes13-Apr-09 18:09
professionalMycroft Holmes13-Apr-09 18:09 
QuestionHow create picture boxes runtime according to no. of pictures in a folder? Pin
abhishek2913-Apr-09 16:58
abhishek2913-Apr-09 16:58 
AnswerRe: How create picture boxes runtime according to no. of pictures in a folder? Pin
Mycroft Holmes13-Apr-09 18:10
professionalMycroft Holmes13-Apr-09 18:10 

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.