Results 1 to 3 of 3

Thread: Status bar

  1. #1

    Thread Starter
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    How do I generate text in a staus bar with a command button click?

  2. #2
    Lively Member
    Join Date
    May 2000
    Posts
    67

    Post

    It's easy here is how the number indicate which panel
    you want your text to be display.


    Code:
    Private Sub Command1_Click()
    
    	StatusBar1.Panels(1).Text = "Put your text here"
    
    End Sub
    See ya!
    If possible please provide codes.
    Process by example is the best way to learn.

  3. #3
    Guest

    Unhappy This is where ms prove that exceptions make a rule

    statsbar.panels(x), where x is 1,2,3,4....n N.B x doesn't start at 0.

    Ok in the development environment, single click the statusbar to give it focus, then right click to bring up the properties, get into that, and the second tab holds all the statusbar.panels setup stuff.

    dndstef is quite correct for updating text with click. Also you change fonts, bold, etc etc

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