Thread: Move cursor in console application

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    5

    Move cursor in console application

    In c and c++ there is a function: gotoxy(int x, int y) to move the cursor to a specific position on the screen.
    Does anyone know how something similar could be accomlished in c# for a console applicatrion?

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Maybe looking into this project will help...
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    5

    Thanks

    This was exactly the functionality I was looking for.
    Thanks a lot.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. simple snmp console application.
    By csteinsv in forum C++ Programming
    Replies: 0
    Last Post: 06-01-2009, 05:03 PM
  2. Subject:How to create a C# console application?
    By Adock in forum C# Programming
    Replies: 5
    Last Post: 09-03-2008, 05:58 PM
  3. Replies: 5
    Last Post: 07-13-2008, 08:16 PM
  4. console application...
    By k1ll3r in forum C++ Programming
    Replies: 4
    Last Post: 05-23-2006, 10:41 AM
  5. Few problems with console application
    By GaPe in forum C Programming
    Replies: 12
    Last Post: 04-03-2002, 01:19 PM