How To create dynamic vertical progress bar in WPF with radio button [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I need to create a summary with progress steps that can indicate how many steps are completed and how many step's are pending and completed step's should be highlighted but the rest of the not highlighted look like the image below.
so if anyone can suggest which control I should use for this I am new in WPF.
any sample link to get better idea on this.

Related

Looking for some advice coding an IP scan function [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
Can anybody give some advice on the best way to approach this.
One of my WPF forms has a scan button.
This button looks at 2 textboxes from and to.
The value added here decides what up range to scan.
So if from 1 to 50 is entered
Then the scan button should scan 40.40.1.1 to 40.40.1.50
And if the IP's are active and can be pinged they should populate a drop-down.
Any advice would be appreciated.
Thanks

How to change a window layout on a button press? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
what I am asking is when writing WPF applications in C# how can I get it so on a press of the menu bar the window changes to a different layout with different feature.
I think you should use a TabControl, see https://msdn.microsoft.com/en-us/library/system.windows.controls.tabcontrol(v=vs.110).aspx

How do I make a dynamic chart? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am getting a constant stream of radio-frequency data and I want to graph it dynamically like an oscilloscope.
I am using C#. Can I use the chart class for this? Are there any readings or videos to help me learn where to start?
You might want to take a look at the MS Chart controls that come with Visual Studio.
Here's a good place to start:
https://msdn.microsoft.com/en-us/library/dd456632.aspx
...and some samples:
https://code.msdn.microsoft.com/mschart

Indenting listview item with icon in c# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to create list view with indented icon and I came across that:
There is a solution, but it's non-dotnet and I was wondering how I could achieve this with C#?
Thanks!
See this MSDN page. Use the IndentCount property of the ListViewItems.
However see the remark there:
The IndentCount property can be used only when the View property of
the containing ListView is set to Details, and the SmallImageList
property of the ListView is set.
The example there works easily.

How do I use updatePanel in asp.net without refreshing all page? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to design a website which contains sub-categories of a product in asp.net(c#).
When I clicked a sub-category, then an image of product must be shown and the main page shouldn't be refreshed. How can I succeed it?
Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control
Simple and understandable
Please refer below Ajax overview:
http://msdn.microsoft.com/en-us/library/bb386454.aspx

Categories