Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Console Application Busy Cursor

Console Application Busy Cursor

Scheduled Pinned Locked Moved C#
csharptutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Harkamal Singh
    wrote on last edited by
    #1

    Is there a way to show busy cursor (revolving or other type) in C# ? Ex. Processing Item 1 ...(*) <- flashing cursor Processing Item 1 ...OK I have seen this functionality in legacy console application, but don't know how to achieve this. Many Thanks, h. :rose:

    P 1 Reply Last reply
    0
    • H Harkamal Singh

      Is there a way to show busy cursor (revolving or other type) in C# ? Ex. Processing Item 1 ...(*) <- flashing cursor Processing Item 1 ...OK I have seen this functionality in legacy console application, but don't know how to achieve this. Many Thanks, h. :rose:

      P Offline
      P Offline
      PhilDanger
      wrote on last edited by
      #2

      //start processing this.Cursor = Cursors.WaitCursor; //this will show the hourglass //finish processing this.Cursor = Cursors.Default;

      H 1 Reply Last reply
      0
      • P PhilDanger

        //start processing this.Cursor = Cursors.WaitCursor; //this will show the hourglass //finish processing this.Cursor = Cursors.Default;

        H Offline
        H Offline
        Harkamal Singh
        wrote on last edited by
        #3

        this.Cursor applies to System.Windows.Forms ? It does'nt work with System.Console class. If you find any method, please do post another reply. Thanks for giving it a try. h. :((

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups