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. Does the Visual studio C#.net have a progressBar and a control line ?

Does the Visual studio C#.net have a progressBar and a control line ?

Scheduled Pinned Locked Moved C#
csharpvisual-studiocomquestion
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.
  • U Offline
    U Offline
    User 2456424
    wrote on last edited by
    #1

    In Visual Studio, I cannot find the progress bar and the red line in the image, what do I want to use the progress bar and line? What should I install in the visual studio ? You see my attached image file http://www.mediafire.com/view/hvkbzqy0oq3wy6n/progressBar01.jpg/file

    A 1 Reply Last reply
    0
    • U User 2456424

      In Visual Studio, I cannot find the progress bar and the red line in the image, what do I want to use the progress bar and line? What should I install in the visual studio ? You see my attached image file http://www.mediafire.com/view/hvkbzqy0oq3wy6n/progressBar01.jpg/file

      A Offline
      A Offline
      Afzaal Ahmad Zeeshan
      wrote on last edited by
      #2

      First of all, that is not a special red line, nor is that a progress bar. That is merely a horizontal line, that you can draw—or even better you can configure a border for the bottom or top control to be shown as a red solid line. [Border Class (System.Windows.Controls) | Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.border?view=netframework-4.8) Secondly, this is a [ProgressBar](https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/progressbar-control-windows-forms), that control in the picture is not. That control is known as a [Slider](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.slider?view=netframework-4.8), that lets your users slide across a range of values.

      Quote:

      What should I install in the visual studio ?

      That depends on what you already have. Most of the controls are framework-based, such as WinForms or WPF. You need to download the specific framework and then develop the app in that framework. There are some UI control providers too, such as Telerik, Infragistics, etc. that can help you author the UI using the controls that may not be available in the framework. But this depends on your use case, what framework do you have?

      The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

      U 1 Reply Last reply
      0
      • A Afzaal Ahmad Zeeshan

        First of all, that is not a special red line, nor is that a progress bar. That is merely a horizontal line, that you can draw—or even better you can configure a border for the bottom or top control to be shown as a red solid line. [Border Class (System.Windows.Controls) | Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.border?view=netframework-4.8) Secondly, this is a [ProgressBar](https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/progressbar-control-windows-forms), that control in the picture is not. That control is known as a [Slider](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.slider?view=netframework-4.8), that lets your users slide across a range of values.

        Quote:

        What should I install in the visual studio ?

        That depends on what you already have. Most of the controls are framework-based, such as WinForms or WPF. You need to download the specific framework and then develop the app in that framework. There are some UI control providers too, such as Telerik, Infragistics, etc. that can help you author the UI using the controls that may not be available in the framework. But this depends on your use case, what framework do you have?

        The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

        U Offline
        U Offline
        User 2456424
        wrote on last edited by
        #3

        I found it. It's control TrackBar and control pannel

        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