Out putting the time.

I been trying to show the time on a form, but i dont know how, could anyone let  me know how please, i know it probably the most simple thing ever.
My Apoligies!



Answer this question

Out putting the time.

  • kryali

    label1.text = Now.ToString


    if you put that inside of a timers click event it will be a running clock

  • bls

    hrm, that didnt seem to work for me, something about, and object required. Any other idea's or am i just doing something wrong.



  • Santos Ray Victorero, II

    yup yup, i do.


  • Matthew Hoover

    got it now thanks,
    Label1.caption =  now
     ...
    :D

  • raokramer

    do you have a label named *label1* on your form



  • Out putting the time.