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. progress control bar

progress control bar

Scheduled Pinned Locked Moved C#
tutorial
5 Posts 4 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.
  • Q Offline
    Q Offline
    quiteSmart
    wrote on last edited by
    #1

    can anybody give me a tutorial on using the progress control bar. thnaks very much

    K C 2 Replies Last reply
    0
    • Q quiteSmart

      can anybody give me a tutorial on using the progress control bar. thnaks very much

      K Offline
      K Offline
      KishoreT
      wrote on last edited by
      #2

      The following code can help drag and drop on form, adjust the size as per your requirements. private System.Windows.Forms.ProgressBar progressBar1; this.progressBar1 = new System.Windows.Forms.ProgressBar(); progressBar1.Maximum = 100; progressBar1.Minimum = 0; progressBar1.Step = 100 /10;

      Q 1 Reply Last reply
      0
      • K KishoreT

        The following code can help drag and drop on form, adjust the size as per your requirements. private System.Windows.Forms.ProgressBar progressBar1; this.progressBar1 = new System.Windows.Forms.ProgressBar(); progressBar1.Maximum = 100; progressBar1.Minimum = 0; progressBar1.Step = 100 /10;

        Q Offline
        Q Offline
        quiteSmart
        wrote on last edited by
        #3

        I want it to be like a profit bar that tells me if the stock is winning or loosing according to a database that gives the prices of the stock. how do i set the progress bar to do so. and how do i make it give more than one color. for example if it is loosing it gives red and if it is winning it gives green thanks

        M 1 Reply Last reply
        0
        • Q quiteSmart

          can anybody give me a tutorial on using the progress control bar. thnaks very much

          C Offline
          C Offline
          chat_sp2001 yahoo com
          wrote on last edited by
          #4

          Here u have very clear information about the Progress control bar http://msdn2.microsoft.com/en-gb/library/ms670342.aspx. if u have any doubts after this please reply i can explain u clearly bye.......

          1 Reply Last reply
          0
          • Q quiteSmart

            I want it to be like a profit bar that tells me if the stock is winning or loosing according to a database that gives the prices of the stock. how do i set the progress bar to do so. and how do i make it give more than one color. for example if it is loosing it gives red and if it is winning it gives green thanks

            M Offline
            M Offline
            MoustafaS
            wrote on last edited by
            #5

            You might consider creating a custom control, to graph your needs, not a progressbar control

            ------------------------------
            "The Soapbox has been so ..."

            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