How can I set the cursor position in VB.NET

  • Thread starter Thread starter Christian Blackburn
  • Start date 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
 
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.
 
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.
 
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
 
Back
Top