Thread: Change size of cursor in windows console

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    0

    Change size of cursor in windows console

    Hi,

    I could use some help. I need to add a piece of code that changes the size of the cursor in the windows console from small to maximum. Yes, I know this can be done from the properties window, but what I want is code that automatically changes this when the program is run.

    Thx,
    BorderDogg

  2. #2
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    Try taking a look at ::SetConsoleCursorInfo(..)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  2. Need help migrating console app to windows app
    By DelphiGuy in forum C++ Programming
    Replies: 1
    Last Post: 03-14-2004, 07:05 PM
  3. Multiple console windows
    By Xzyx987X in forum Windows Programming
    Replies: 2
    Last Post: 01-03-2004, 01:17 AM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  5. change array size
    By dontknow in forum C++ Programming
    Replies: 6
    Last Post: 04-05-2002, 02:25 PM