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

display progress bar

Scheduled Pinned Locked Moved C#
csharp
5 Posts 3 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.
  • J Offline
    J Offline
    jadhavShubhangi
    wrote on last edited by
    #1

    hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.

    L D 2 Replies Last reply
    0
    • J jadhavShubhangi

      hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      NO!! I have a suggestion for you, buy a C# book, learn it first, write some "Hello World" until you know the c# language. Then you can try to write something with database. Don't just copy paste codes, because it will not work.

      1 Reply Last reply
      0
      • J jadhavShubhangi

        hi..... i want a progress bar while loading the page in windows application C#. plz give me the code.

        D Offline
        D Offline
        DX Roster
        wrote on last edited by
        #3

        hi there is a one toolkit available in the ajax cotrol tool kit that is progess tool so first try yourself to use this tool .... after that i will give you code... If You Get your answer then please Rating me... Thanks.. "Are You Ready" DX-ARMY

        J 1 Reply Last reply
        0
        • D DX Roster

          hi there is a one toolkit available in the ajax cotrol tool kit that is progess tool so first try yourself to use this tool .... after that i will give you code... If You Get your answer then please Rating me... Thanks.. "Are You Ready" DX-ARMY

          J Offline
          J Offline
          jadhavShubhangi
          wrote on last edited by
          #4

          I written the code : this.progressBar1.Location = new System.Drawing.Point(88, 232); this.progressBar1.Name = "progressBar1"; this.progressBar1.TabIndex = 0; this.progressBar1.Maximum = 10000; this.progressBar1.Minimum = 1; this.progressBar1.Step = 1; for (int i = progressBar1.Minimum; i <= progressBar1.Maximum; i++) { progressBar1.PerformStep(); } I write this code in pageload it go infinite loop. plz help me.........

          D 1 Reply Last reply
          0
          • J jadhavShubhangi

            I written the code : this.progressBar1.Location = new System.Drawing.Point(88, 232); this.progressBar1.Name = "progressBar1"; this.progressBar1.TabIndex = 0; this.progressBar1.Maximum = 10000; this.progressBar1.Minimum = 1; this.progressBar1.Step = 1; for (int i = progressBar1.Minimum; i <= progressBar1.Maximum; i++) { progressBar1.PerformStep(); } I write this code in pageload it go infinite loop. plz help me.........

            D Offline
            D Offline
            DX Roster
            wrote on last edited by
            #5

            dear donto get upset read following link i am sure it will help you http://www.beansoftware.com/ASP.NET-Tutorials/ProgressBar-User-Control.aspx[^] If You Get your answer then please Rating me... Thanks.. "Are You Ready" DX-ARMY

            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