Results 1 to 3 of 3

Thread: enabled grid = false

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    enabled grid = false

    I have a grid which only becomes enabled after the user selects a choose from the combobox.....

    If the user has not selected from the combobox and is clicking on the grid nothing happens...... i want to have the status bar saying : "Select from combobox" ...what event would i have to call???

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: enabled grid = false

    VB Code:
    1. StatusBar.Panels(1).Text = "Select from ComboBox"
    Hope that helps,

    Phreak

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    651

    Re: enabled grid = false

    Hi there,
    Try this
    VB Code:
    1. staStatusBar.Panels().Text = "Select from ComboBox"
    If not some one will correct me.

    oops too slow lol

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