How can i process the two strings with IP?
I need to calculate all the addresses like a network scanner from
192.168.11.1 to 192.168.11.255:
192.168.11.1
192.168.11.2
192.168.11.3
192.168.11.4
.....................
192.168.11.253
192.168.11.254
192.168.11.255
How can i do this?
i got one problem
i'l taking IP string from text box
and then i use this cycle :
invoke GetWindowText,hWndEditStartIP,addr HostIP,15
.WHILE dword ptr !=255
add dword ptr ,1
invoke MessageBox,0,addr HostIP,addr HostIP,MB_OK
.ENDW
then i got this:
192.168.11.1
192.168.21.1
.....................
192.168.91.1
192.168.:1.1
192.168.;1.1
192.168.<1.1
.....................
That the problem?
I need to calculate all the addresses like a network scanner from
192.168.11.1 to 192.168.11.255:
192.168.11.1
192.168.11.2
192.168.11.3
192.168.11.4
.....................
192.168.11.253
192.168.11.254
192.168.11.255
How can i do this?
i got one problem
i'l taking IP string from text box
and then i use this cycle :
invoke GetWindowText,hWndEditStartIP,addr HostIP,15
.WHILE dword ptr !=255
add dword ptr ,1
invoke MessageBox,0,addr HostIP,addr HostIP,MB_OK
.ENDW
then i got this:
192.168.11.1
192.168.21.1
.....................
192.168.91.1
192.168.:1.1
192.168.;1.1
192.168.<1.1
.....................
That the problem?
Yes, BitRake, but i think "banned" is better. :grin:
:grin:
:grin: