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

C#

 
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 
thanx, i was thinking something similar... like

public DateTime BreakStart
{
    get
    {
        return breakStart;
    }
    set
    {
        breakStart = value;
        if (breakStart != new DateTime())
        {
            mtxtBreakStart.Text = breakStart.TimeOfDay.ToString();
        }
    }
}



DaveyM69 wrote:
A bit dirty


i agree and my solution is dirty as well, but i don't see any other way... the main reason is cuz my drawing methods bool variables (like DrawData(), etc) is set to true if certain groups of textBoxes can be Parsed to DateTime successfully. That's why i cant have the 00:00 unless the user specifically entered it, the drawings get all messed up.

i thank you again for your help, i dont think i would have found the problem without you...

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

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

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 
GeneralRe: search a keyword (query) in a big text Pin
Rajesh R Subramanian22-Jul-08 23:46
professionalRajesh R Subramanian22-Jul-08 23:46 
GeneralRe: search a keyword (query) in a big text Pin
CPallini22-Jul-08 23:54
mveCPallini22-Jul-08 23:54 
GeneralTHHB strikes a blow everywhere Pin
Rajesh R Subramanian23-Jul-08 0:26
professionalRajesh R Subramanian23-Jul-08 0:26 
QuestionTechnicle word and definition for sysmbols <> , [], () , { } Pin
himuskanhere14-Jul-08 0:33
himuskanhere14-Jul-08 0:33 

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.