Code:
Private Sub StatusBar1_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)

    If Not m_bInLable Then
        m_bInLable = True
        TT.Title = "INFO!"
        TT.TipText = "NUMERO SPORTELLI ATTIVI"
        TT.Create Me.StatusBar1.hWnd
    End If

End Sub
naturally this code show baloon on all part of StatusBar1 zone.

i need to show the baloon tips only on panel(7) of StatusBar1...

possible?
Tks.