G
Guest
I am build a touch screen app and don't want the cursor to show on certain
forms and controls. I still need mouse functions but don't want to see the
cursor.
I have tried
visual basic code:Me.Cursor = Nothing
Me.Control.Cursor = Nothing
but they didn't seem to work
Any ideas?
forms and controls. I still need mouse functions but don't want to see the
cursor.
I have tried
visual basic code:Me.Cursor = Nothing
Me.Control.Cursor = Nothing
but they didn't seem to work
Any ideas?
.