I am using the following codes
but get error type mismatech at line 2 pointing at & .
Whats wrong in it i have a cursor h_point in my application directory.
Private Sub Form_Load()
Lable1.MousePoi nter = 99 - custom
Label1.MouseIco n = App.Path & "\H_POINT"
End Sub
Lable1.MousePoi nter = 99 - custom
Label1.MouseIco n = App.Path & "\H_POINT"
End Sub
Whats wrong in it i have a cursor h_point in my application directory.
Comment