Click here to Skip to main content
16,006,065 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Pls. how can I avoid these exceptions Pin
Brady Kelly27-Mar-07 19:47
Brady Kelly27-Mar-07 19:47 
QuestionWindows service load sequence question.... Pin
Draqonis26-Mar-07 11:18
Draqonis26-Mar-07 11:18 
AnswerRe: Windows service load sequence question.... Pin
kubben27-Mar-07 3:13
kubben27-Mar-07 3:13 
QuestionMozilla FireFox Support in .NET Framework 2.0 Config Pin
Vasudevan Deepak Kumar26-Mar-07 11:06
Vasudevan Deepak Kumar26-Mar-07 11:06 
QuestionClosing tcp port on Dual 2 Core processor Pin
Draqonis26-Mar-07 5:22
Draqonis26-Mar-07 5:22 
QuestionMSI Programming Pin
tonyalex26-Mar-07 4:46
tonyalex26-Mar-07 4:46 
AnswerRe: MSI Programming Pin
Vasudevan Deepak Kumar28-Mar-07 7:48
Vasudevan Deepak Kumar28-Mar-07 7:48 
QuestionRaising an event from a composite control Pin
Richard Jones26-Mar-07 4:28
Richard Jones26-Mar-07 4:28 
I am working on a composite DateTime picker control.

I would like to expose a ValueChanged event when the composite value changes.
Internally, I handle the DateChanged and TimeChanged events.

    Private Sub DatePicker_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DatePicker.ValueChanged<br />
        If Not bInternal Then<br />
            CombineValues()<br />
        End If<br />
    End Sub<br />
<br />
    Private Sub TimePicker_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TimePicker.ValueChanged<br />
        If Not bInternal Then<br />
            CombineValues()<br />
        End If<br />
    End Sub<br />
<br />
    Private Sub CombineValues()<br />
        Dim dt As Date = DatePicker.Value<br />
        Dim tm As Date = TimePicker.Value<br />
<br />
        Dim s As String<br />
        s = String.Format("{0} {1}", dt.ToString("d"), tm.ToString("t"))<br />
        _date = Date.Parse(s)<br />
    End Sub


He was a snowflake, like other "unique" snowflakes, falling down, getting stepped on, and pushed aside to disappear.

AnswerRe: Raising an event from a composite control Pin
Richard Blythe28-Mar-07 6:03
Richard Blythe28-Mar-07 6:03 
GeneralRe: Raising an event from a composite control Pin
Richard Jones30-Mar-07 2:40
Richard Jones30-Mar-07 2:40 
GeneralRe: Raising an event from a composite control Pin
Richard Jones30-Mar-07 9:27
Richard Jones30-Mar-07 9:27 
QuestionRemoting with a Windows Service as a component host Pin
pezi_pink26-Mar-07 4:20
pezi_pink26-Mar-07 4:20 
QuestionEncoding StreamReader in C# Compact Framework Pin
vonLochow26-Mar-07 2:34
vonLochow26-Mar-07 2:34 
QuestionGenerating MS Project File Pin
fulbright25-Mar-07 20:45
fulbright25-Mar-07 20:45 
QuestionBook on Plugin-Technology? Pin
Tomerland25-Mar-07 19:42
Tomerland25-Mar-07 19:42 
AnswerRe: Book on Plugin-Technology? Pin
Pete O'Hanlon27-Mar-07 1:14
mvePete O'Hanlon27-Mar-07 1:14 
QuestionStyle / customize the .NET Treeview Control (vertical spaces between nodes) Pin
jnkurz024-Mar-07 7:57
jnkurz024-Mar-07 7:57 
AnswerRe: Style / customize the .NET Treeview Control (vertical spaces between nodes) Pin
Christian Graus24-Mar-07 8:06
protectorChristian Graus24-Mar-07 8:06 
QuestionRe: Style / customize the .NET Treeview Control (vertical spaces between nodes) [modified] Pin
jnkurz025-Mar-07 1:32
jnkurz025-Mar-07 1:32 
QuestionNeed help with forms Pin
thesad24-Mar-07 1:01
thesad24-Mar-07 1:01 
AnswerRe: Need help with forms Pin
Christian Graus24-Mar-07 7:59
protectorChristian Graus24-Mar-07 7:59 
GeneralRe: Need help with forms Pin
thesad24-Mar-07 8:45
thesad24-Mar-07 8:45 
GeneralRe: Need help with forms Pin
Christian Graus24-Mar-07 13:19
protectorChristian Graus24-Mar-07 13:19 
Question.NET-BroadcastEventWindow - No Disk Pin
gmarian23-Mar-07 19:32
gmarian23-Mar-07 19:32 
AnswerRe: .NET-BroadcastEventWindow - No Disk Pin
Luc Pattyn24-Mar-07 2:20
sitebuilderLuc Pattyn24-Mar-07 2:20 

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.