Website IP Grabber - 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: Website IP Grabber (/showthread.php?tid=20785) |
Website IP Grabber - VeNoMz - 07-25-2011 Hey guys, I'm starting to make a new Website IP Grabber. What do you think i should add to the program? Spoiler (Click to View) RE: Website IP Grabber - Patrick - 07-25-2011 I don't have too much knowledge on this but how about a history drop down bar of previous searches? RE: Website IP Grabber - Akinova - 07-25-2011 Really nice Dude.. simple but helpful application <3 RE: Website IP Grabber - BreShiE - 07-25-2011 Add an "Information" box, you know like a command button then when you click it, it brings up an information box. RE: Website IP Grabber - Coding Support - 07-25-2011 Not much for this, add a website pinger or something. Make it check if the IP is online or offline. RE: Website IP Grabber - Patrick - 07-25-2011 You mean an "About"? that would be useful so people know who made it. RE: Website IP Grabber - VeNoMz - 07-25-2011 I'm about to make a Menu with "Credits" and "Exit", I'll post another picture when it's done. RE: Website IP Grabber - BreShiE - 07-25-2011 (07-25-2011, 10:23 AM)VeNoMz Wrote: I'm about to make a Menu with "Credits" and "Exit", I'll post another picture when it's done. Yeah that's a good idea, I personally prefer VB6 though, I don't really get on with VB.NET RE: Website IP Grabber - VeNoMz - 07-25-2011 (07-25-2011, 11:01 AM)Believable Wrote: Yeah that's a good idea, I personally prefer VB6 though, I don't really get on with VB.NETI suck with VB6, I can't even code a message box. I can only use VB.NET, I'm starting to learn PHP. RE: Website IP Grabber - BreShiE - 07-25-2011 (07-25-2011, 11:04 AM)VeNoMz Wrote: I suck with VB6, I can't even code a message box. Message Boxes are easier with VB6 Code: MsgBox "This is the body of the message", vbInformation, "This is the title" This is what this would do: |