M
Maria
Hello !
I try to change the cursor on the form like this :
Me.Cursor = Cursors.WaitCursor
'reading from database
'showing file
Me.Cursor = Cursors.Arrow
But this doesn't change the cursor at all
I have also tried this :
Me.Cursor = New Cursor("wait01.cur")
But nothing happens..
Can anyone help me ?
I try to change the cursor on the form like this :
Me.Cursor = Cursors.WaitCursor
'reading from database
'showing file
Me.Cursor = Cursors.Arrow
But this doesn't change the cursor at all
I have also tried this :
Me.Cursor = New Cursor("wait01.cur")
But nothing happens..
Can anyone help me ?