How can I set the cursor position in VB.NET

  • Thread starter Christian Blackburn
  • Start date
C

Christian Blackburn

Hi Gang,
I would to know how to set the cursor position in VB.NET can somebody tell
me how. If not I will resort to API calls (the black art :).
Cheers,
Christian
 
A

Armin Zingler

Christian Blackburn said:
Hi Gang,
I would to know how to set the cursor position in VB.NET can somebody
tell me how. If not I will resort to API calls (the black art :).
Cheers,
Christian

C'mon, look at the cursor class and it's properties.
 
H

Herfried K. Wagner [MVP]

Hello,

Christian Blackburn said:
I would to know how to set the cursor position in VB.NET can
somebody tell me how. If not I will resort to API calls (the
black art :).

Have a look at the 'Cursor.Position' property.
 
C

Christian Blackburn

Hi Armin,
Good point, but I learned about the Cursor class after I sent out this
request :). However you are absolutely right most of the time it's more
efficient to try MSDN first for answers.
Cheers,
Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top