Help On Coding Plz

Can anyone xplain this bit of coding plz


Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
'If mouse hover's over form, then set caption
statbarMain.SimpleText = strStatus
End Sub


I'm just a bit confused about 'Simpletext' can't remember wer i pulled it out from

statbarMain=tht is the name of the status bar

Dim strStatus As String=tht has bene defined


thnks...:)
 
Back
Top