Results 1 to 2 of 2

Thread: Form: Status bar text & mouse movement over menu item (resolved)

  1. #1

    Thread Starter
    Member Penavin's Avatar
    Join Date
    Oct 2001
    Location
    Sisak, Croatia
    Posts
    42

    Question Form: Status bar text & mouse movement over menu item (resolved)

    Hi!

    Did somebody solve (in VB .NET) displaying text, in form's status bar, which explains in more details an menu option touched with mouse pointer?
    Identical solution from VB 6 does not work?! I used API calls related to menus (user32.dll).

    Thank you for any help.

    23.03.2003. - In the meantime I found the possible solution:

    Code:
    Private Sub mnuItem1Sel (ByVal sender As Object, ByVal e As EventArgs) Handles MenuItem1.Select
        Me.statusBarPanelName.Text = "Some text"
    End Sub
    So simple!
    Last edited by Penavin; Mar 23rd, 2003 at 04:11 PM.
    Penavin

  2. #2

    Thread Starter
    Member Penavin's Avatar
    Join Date
    Oct 2001
    Location
    Sisak, Croatia
    Posts
    42

    Exclamation Solution found!

    Sorry for disturbing VB community!
    Penavin

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