Help On Coding Plz

Sameira

Inactive User
Joined
Jul 20, 2005
Messages
1,505
Reaction score
1
Location
UK
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