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) |
RE: Website IP Grabber - VeNoMz - 07-25-2011 (07-25-2011, 11:08 AM)Believable Wrote: Message Boxes are easier with VB6 Ok, maybe I should start trying to learn VB6, or should I just stick with .NET? Thanks. RE: Website IP Grabber - BreShiE - 07-25-2011 VB6 in my books is much better, it has barely any dependencies and is very stable, some of the best 'hacking tools' out there is made in VB6 For example: HostBooter BlackShades RE: Website IP Grabber - PURP - 07-25-2011 This is really easy to do but none the less it looks good and I am sure some people can find it useful.. Stick to VB.NET as rumors are going around that VB6 will not work on windows 8. RE: Website IP Grabber - Teruko - 07-25-2011 One click copy for the IP results, a history or memory tool that shows sites you have looked up before? RE: Website IP Grabber - Diabolic - 07-25-2011 This looks good, very simple but good! RE: Website IP Grabber - Arron XR - 07-25-2011 (07-25-2011, 12:03 PM)Believable Wrote: VB6 in my books is much better, it has barely any dependencies and is very stable, some of the best 'hacking tools' out there is made in VB6 pointless stay with VB.net or move to C++ ass Vb6 is old now and when window 8 comes out it will not be compatible. but venomz if you need help with coding hit me up. RE: Website IP Grabber - Crime - 07-25-2011 Isnt there already like 1000 Programs that can do that? RE: Website IP Grabber - ScripT - 07-25-2011 Yeah there are, it's really simple to make too . RE: Website IP Grabber - AceInfinity - 07-25-2011 (07-25-2011, 11:08 AM)Believable Wrote: Message Boxes are easier with VB6 (07-25-2011, 12:03 PM)Believable Wrote: VB6 in my books is much better, it has barely any dependencies and is very stable, some of the best 'hacking tools' out there is made in VB6 That's not any easier than later VB. Code: MsgBox("Message", MsgBoxStyle.Information, "Title") Virtually the exact same thing, only I use MessageBox.Show. Much more advaned, and more syntax options: Code: MessageBox.Show("this is your message", "title", MessageBoxButtons.YesNo, MessageBoxIcon.Information, 0) VB6 is horrible, and it's not any better just because a couple "good" tools were coded with it. It's all in the programmer himself/herself. On SF though, tools like that can't be featured, as it's against the rules compared to what is allowed on HF I'd agree with the ping though. Add an option for ping information > ping response time for example. Here's a quick test project I put together in 5 mins: RE: Website IP Grabber - Kyle FYI™ - 07-26-2011 pinger history whois That's it. |