Hi,
I have a problem with cursor shape on datagridview.
Whenever i put cursor on datagridview, the symbol of cursor is stop symbol.
I want to put normal cursor symbol.
Thanks
Darma
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
darma tejaPosted Dec 7, 2012, 5:40 AM
datagridview1.Cursor = Cursors.arrow;
Thanks
Darma