status strip

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2009
Posts: 136
Reputation: babbu has a little shameless behaviour in the past 
Solved Threads: 14
babbu babbu is offline Offline
Junior Poster

status strip

 
0
  #1
Oct 19th, 2009
how to assign the date and time to the status strip..
it shud automatically update the date and time.
also i want to display the name of the form in the status strip.
how can this be done.
m using visual studio 2005 and access 07
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 315
Reputation: TomW is on a distinguished road 
Solved Threads: 44
TomW TomW is offline Offline
Posting Whiz
 
0
  #2
Oct 19th, 2009
This is easy enough to accomplish but I would suggest against it since it would mean having to include a timer event that is constantly running throughout your program to update the time. As for adding your form name, add a status strip and on your status strip add a StatusLabel, in your coding assign the form name to the status label as so:

  1. 'Recommend re-naming to something more meaningfull
  2. ToolStripStatusLabel1.Text = Me.Name
Last edited by TomW; Oct 19th, 2009 at 11:09 am.
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC