Support Forums
Port scanner in VB 2008? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Port scanner in VB 2008? (/showthread.php?tid=1959)



Port scanner in VB 2008? - p0w3r0fchr1st - 10-21-2009

I know how to make a port scanner really easily in VB 6 but it semms completly diffrent in VB 2008. In VB6 you just use the Winsock control, but in 2008, what do you use?


RE: Port scanner in VB 2008? - Vorfin - 10-21-2009

Egh, not really my strong point, but it would be the same as VB6, using WinSock.


RE: Port scanner in VB 2008? - p0w3r0fchr1st - 10-22-2009

Really? I can't find the winsock object anywhere... ?


RE: Port scanner in VB 2008? - ßeowulf - 10-22-2009

(10-22-2009, 10:05 AM)p0w3r0fchr1st Wrote: Really? I can't find the winsock object anywhere... ?

You have to manually add it.


RE: Port scanner in VB 2008? - p0w3r0fchr1st - 10-22-2009

O ok, I see.

So is it like the same commands as in vb 6?