Click here to Skip to main content
15,910,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting command line params in a windows forms app Pin
leppie14-Jul-08 4:35
leppie14-Jul-08 4:35 
GeneralRe: Getting command line params in a windows forms app Pin
Giorgi Dalakishvili14-Jul-08 5:10
mentorGiorgi Dalakishvili14-Jul-08 5:10 
GeneralRe: Getting command line params in a windows forms app Pin
leppie14-Jul-08 5:37
leppie14-Jul-08 5:37 
GeneralRe: Getting command line params in a windows forms app Pin
Frank Horn14-Jul-08 8:23
Frank Horn14-Jul-08 8:23 
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 
Lets say i have a custom control with the following private variable and property

private DateTime myTime = new DateTime();
public DateTime MyTime
{
    get
    {
        return myTime;
    }
    set
    {
        myTime = value;
        textBox.Text = myTime.TimeOfDay.ToString();
    }
}


does the property(specifically the set block) get run upon construction of the control?

Cuz what happening is the textBox is Showing 00:00 at startup and its supposed to be blank...

any ideas?

Thanx

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL

you.suck = (you.passion != Programming)

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 
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 

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.