displaying the time and date in a statusbar control

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

In vb6 there was a style property that made this quite
simple.

Is there a simple alternative in .NET?

Thanks.
 
add a panel to your statusbar and simply use DateTime.Now().ToSTring();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top