adjusting cursor size in applictions

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

need to know how to adjust cursor size in w/2000
applications. found the blink rate under keyboard in
control panel but need to adjust the cursor size.
 
Eric said:
need to know how to adjust cursor size in w/2000
applications. found the blink rate under keyboard in
control panel but need to adjust the cursor size.

You can adjust the cursor size in a command window using
rc title bar-> properties-> options -> cursor size (select
small, medium or large. Not valid for GUI apps.

You can set it programatically. e.g. Visual Basic:
Public Shared ReadOnly Property CursorSize As Size

You can set it in the registry:
HKEY_CURRENT_USER\Console\CursorSize

--
Matt Hickman
It isn't just a matter of contract; it's a matter of
whether we are going to be free men, or are we going
to let our decisions be made for us on another planet,
by men who have never set foot on Mars!
- Robert A. Heinlein (1907-1988)
_Red Planet_ c. 1949
 
Matt:

Hi. the current user did not work. do i have to restart
after changing the settings?
 
Hi. the current user did not work. do i have to restart
after changing the settings?

No. However, if you saved a configuration before, there
will be a subkey in the registry with the title of the window.
The settings there will be used when starting a new console session
with the same title. You may need to change the CusrsorSize value
there.
 

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

Back
Top