Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting command line params in a windows forms app Pin
leppie14-Jul-08 8:30
leppie14-Jul-08 8:30 
GeneralRe: Getting command line params in a windows forms app Pin
Frank Horn14-Jul-08 9:13
Frank Horn14-Jul-08 9:13 
QuestionZoom the pannal or windows form in VS .Net 2005 Pin
ag4667714-Jul-08 3:32
ag4667714-Jul-08 3:32 
QuestionProperties Question Pin
Harvey Saayman14-Jul-08 3:24
Harvey Saayman14-Jul-08 3:24 
AnswerRe: Properties Question Pin
leppie14-Jul-08 4:07
leppie14-Jul-08 4:07 
GeneralRe: Properties Question Pin
Harvey Saayman14-Jul-08 4:18
Harvey Saayman14-Jul-08 4:18 
GeneralRe: Properties Question Pin
leppie14-Jul-08 4:38
leppie14-Jul-08 4:38 
GeneralRe: Properties Question Pin
Alan Balkany14-Jul-08 4:38
Alan Balkany14-Jul-08 4:38 
In C# all variables have an initial value of zero, which results in the date and time you're getting. I don't understand how it gets written into the text box.

So, put a break point in the set method of your property, run the code, and look at the call stack to see what is calling your set method. (This is one of the advantages of properties over public variables; it's easy to inspect what's changing the value.)
GeneralRe: Properties Question Pin
DaveyM6914-Jul-08 4:41
professionalDaveyM6914-Jul-08 4:41 
GeneralRe: Properties Question Pin
Harvey Saayman14-Jul-08 4:50
Harvey Saayman14-Jul-08 4:50 
GeneralRe: Properties Question Pin
DaveyM6914-Jul-08 5:10
professionalDaveyM6914-Jul-08 5:10 
GeneralRe: Properties Question Pin
Harvey Saayman14-Jul-08 5:18
Harvey Saayman14-Jul-08 5:18 
GeneralRe: Properties Question Pin
DaveyM6914-Jul-08 5:26
professionalDaveyM6914-Jul-08 5:26 
QuestionCustomizing Setup Wizard Pin
Member 384581514-Jul-08 3:04
Member 384581514-Jul-08 3:04 
QuestionPick out a part of a textfile Pin
Ixzat14-Jul-08 2:35
Ixzat14-Jul-08 2:35 
AnswerRe: Pick out a part of a textfile Pin
CPallini14-Jul-08 2:54
mveCPallini14-Jul-08 2:54 
QuestionSplash Form Pin
jonhbt14-Jul-08 2:17
jonhbt14-Jul-08 2:17 
AnswerRe: Splash Form Pin
Pete O'Hanlon14-Jul-08 2:24
mvePete O'Hanlon14-Jul-08 2:24 
AnswerRe: Splash Form Pin
Giorgi Dalakishvili14-Jul-08 2:53
mentorGiorgi Dalakishvili14-Jul-08 2:53 
Questionsearch a keyword (query) in a big text Pin
enginço14-Jul-08 2:04
enginço14-Jul-08 2:04 
AnswerRe: search a keyword (query) in a big text Pin
CPallini14-Jul-08 2:56
mveCPallini14-Jul-08 2:56 
GeneralRe: search a keyword (query) in a big text Pin
enginço14-Jul-08 3:04
enginço14-Jul-08 3:04 
GeneralRe: search a keyword (query) in a big text Pin
CPallini14-Jul-08 8:29
mveCPallini14-Jul-08 8:29 
GeneralRe: search a keyword (query) in a big text Pin
Rajesh R Subramanian22-Jul-08 23:35
professionalRajesh R Subramanian22-Jul-08 23:35 
GeneralRe: search a keyword (query) in a big text Pin
CPallini22-Jul-08 23:43
mveCPallini22-Jul-08 23:43 

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.