Link to home
Start Free TrialLog in
Avatar of APag96
APag96

asked on

Get ip addresses from a given range (192.168.2.1-192.168.2.255)

First off, let me say that I HAVE been looking for an example of how to do this, but surprisingly it is not a very popular topic\subject.

In VB.Net:

I need to get a list of IP addresses from a given range (192.168.2.1-192.168.2.255)

A VERY VAGUE EXAMPLE:

dim minimum_val as integer = textbox1.text
dim max_value as integer = textbox2.text

???
listbox1.items.add(current_ip)
???
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of APag96
APag96

ASKER

Looks good. I'll try this out and get back to you. Thanks.
Avatar of APag96

ASKER

Thank you very much! That is exactily what I was looking for. 50 points for you!
Avatar of APag96

ASKER

Perfect.
"I don't need no stinkin' points"  The "Thank you very much!" means more to me.
Avatar of APag96

ASKER

:) You deserve the points.