+ Reply to Thread
Page 12 of 13 FirstFirst ... 210111213 LastLast
Results 111 to 120 of 123

Thread: VB 6.0: Tutorial, Making a Port Scanner

  1. #111
    wisemonk is offline Newbie
    Join Date
    Jul 2009
    Posts
    10
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    Im having alittle trouble with the list1.Clear ()

    as it keeps saying its not apart of the windows form list box

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #112
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: VB 6.0: Tutorial, Making a Port Scanner

    What do you mean? Can you post a print screen of the error or something?

  4. #113
    wisemonk is offline Newbie
    Join Date
    Jul 2009
    Posts
    10
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    I fixed the problem it was based in VB6 and I converted it in visual basic express edition

  5. #114
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: VB 6.0: Tutorial, Making a Port Scanner

    Yes, you might have to make a couple modifications

  6. #115
    TGLILLEHOFF is offline Newbie
    Join Date
    Jul 2009
    Posts
    1
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    Just registered to check out this code...noob in training

  7. #116
    akstemptation is offline Newbie
    Join Date
    Aug 2009
    Posts
    1
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    Great work done thanks

  8. #117
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: VB 6.0: Tutorial, Making a Port Scanner

    You are welcome. Thanks

  9. #118
    Slashgate is offline Newbie
    Join Date
    Mar 2009
    Posts
    11
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    Quote Originally Posted by TcM View Post
    I don't think so.. because when you are browsing the internet your browser connects to port 80 or the website's server.. but that does not mean that your pc has port 80 open (if it did, it would act as a server).. so I don't think so.
    Okai then let me put it the other way round. What if I got the PC to connect to the IP of itself (that is the router/Modem/ whatev in that case is the external IP) Would it then work? or will it just as before Result in a dead track?

    And if so do you know of a way to get your own IP without the need to go and fetch it from some other site like 'www.whatismyip.com', in such a way that I can work it into my Program that it never asks for an IP adress (My intention is for me to make a personal Port scanner because my Router's ports seem to act up... And it would be handy if I needed some ports opened for gaming purposes )

    Other then that Thanks for the reply even if it was 3 months later then expected

  10. #119
    XStatik's Avatar
    XStatik is offline Newbie
    Join Date
    Aug 2009
    Posts
    26
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    For some reason this line of code had errors

    List.AddItem(Winsock1.RemotePort & " is open!")

  11. #120
    XStatik's Avatar
    XStatik is offline Newbie
    Join Date
    Aug 2009
    Posts
    26
    Rep Power
    0

    Re: VB 6.0: Tutorial, Making a Port Scanner

    I cant seem to figure out where i go to add the winsock control to the app, Im using visual studio 2008, if someone could let me know where this control is located at to add it to the form that would be awesome. Thank you..

+ Reply to Thread
Page 12 of 13 FirstFirst ... 210111213 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Port Scanner
    By TkTech in forum Classes and Code Snippets
    Replies: 41
    Last Post: 02-16-2010, 08:58 AM
  2. [PHP] Port Scanner with Form
    By Impulser in forum Classes and Code Snippets
    Replies: 0
    Last Post: 08-28-2009, 12:01 AM
  3. Ruby Port Scanner
    By JMC31337 in forum Classes and Code Snippets
    Replies: 6
    Last Post: 04-07-2009, 06:58 AM
  4. Specific port Scanner
    By Slashgate in forum Visual Basic Programming
    Replies: 4
    Last Post: 04-02-2009, 08:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts