Results 1 to 2 of 2

Thread: Add text to a panel in status bar?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Add text to a panel in status bar?

    Hi guys, is it possible to add text on form_load to the 3rd panel i added in StatusBar1?

    Thanks
    Jamie

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,206

    Re: Add text to a panel in status bar?

    Have you tried it?

    Here is a piece of code from one of my old project that displays the current time in the 3rd panel.
    Code:
    MainMDI.StatusBar1.Panels(3).Text = Format(Date, "Long Date") & " @ " & Format(Time, "Long Time")
    That code is in a timer control in my program so it keeps the display up to date.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width