Looking for some advice coding an IP scan function [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 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

Related

Is there a way to modify the html of an incoming website using 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 2 days ago.
Improve this question
I am trying to create a piece of software than can manage your computer and clean some things up, and one of the things I am trying to incorporate is adblocking.
I have looked online multiple times for something like this, but haven't found anything. The most I amounted to is the webbrowser class.
If someone could help me discern how to change an html file using the webbrowser class, that would be greatly appreciated.

How To create dynamic vertical progress bar in WPF with radio button [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 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.

i have a problem with c# winforms app and i dont know where to start [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 2 days ago.
Improve this question
I have a problem with my C# windows forms app.
I am building a weighting scale program, I have to connect the loadcell via (rs-232)
to the computer. i want to send the weight into a textbox without the user having to specify the ports, Baudrate...etc. I am new to C# and I don't know even where to start. can you please help?
Note: the textbox must read the weight live not by instance nor by a button click

Is there an Easy way to add a keyboard in C# Windows Form? [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 3 days ago.
Improve this question
I want to make a Keyboard in my Windows Form C# program Not a OSK "On-Screen-Keyboard" But a keyboard with a German layout I only found the slow way to implement every key and give it a function because I want when key on screen pressed to add it to a Text-Box I know how to do that But is there a more efficient way to make a keyboard in the C# Form (FOR FREE)?

how to print a page using asp:button 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 7 years ago.
Improve this question
I want print the current page when click on asp:button. How can to achieve that?
I have google this thing for help but every time I end up finding it for windows application and I am working on web application in .net.
Is there any command or any jquery which can help me to do that?
Please suggest something!
You can try window.print() (javascript):
http://www.w3schools.com/jsref/met_win_print.asp

Categories