Search:

Type: Posts; User: florenz

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,664

    Re: Basketball Timer

    Thanks this is a big help. I have this code which is an infinite loop.


    int counter = 0;
    while (counter == 0)
    {
    RemainingTime -= 1;
    Thread.Sleep(1000);
    }
  2. Replies
    4
    Views
    1,664

    [RESOLVED] Basketball Timer

    Hi Guys,


    I'm planning to create a basketball timer control (just a like a new control in toolbox) that show the remaining time?

    Even link to read for me to create this control.


    Thanks
  3. Thread: why NUnit?

    by florenz
    Replies
    1
    Views
    33,792

    why NUnit?

    why do i need to use NUnit to test my C# .net? what is my assurance on it?
  4. VS 2015 Cannot find wrapper assembly for type library "Microsoft.Office.Interop.Access.Dao"

    I can't start my VB project because this message appear
  5. Replies
    1
    Views
    641

    VS 2015 Change Label Title on active form

    If TypeOf f Is Form1 Then
    f.Activate()
    f.Label1.Text = "TEST"
    Return
    End If

    I use the code above to activate open form but I can't change the label of by coding as the bold text.
Results 1 to 5 of 7



Click Here to Expand Forum to Full Width