Grabber

How to Create a Proxy Grabber/Scraper in Visual Basic

Introduction: Welcome to my tutorial on how to create a proxy ip:port grabber. Steps of Creation: Step 1: First create a form with one button, this will allow the user to select a save location and begin the process. We also want to import a few things and create a global string of the link in which we want to extract the proxy information from...
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net

How to Create a Colour Chooser/Grabber in Visual Basic

Introduction: Welcome to a tutorial on how to create a colour chooser in Visual Basic. Steps of Creation: Step 1: First we want to create a form. Mine has three textboxes (r,g,b) to show to red, green and blue colours of the current colour and a Panel to contain the colour image. Step 2: Now we want to begin the timer on form load so it is instant.

How to Create an eBay Listing Information Grabber in Visual Basic

Introduction: Welcome to my tutorial on how to create an eBay Listing Information Grabber in Visual Basic. Steps of Creation: Step 1: First we want to add some imports;
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net
  3. Imports System.IO
We also want to make a form with; textbox1 - contain the eBay Listing Link, button1 - to begin the informat

How to Create a Quick Bing Searcher in Visual Basic

Introduction: Welcome to my tutorial on how to create a quick bing searcher in visual basic. It will search a given query and launch the first three links. Steps of Creation: Step 1: First we want to import some namespaces and create a function get a list of strings between two points within a given string... Imports System.Text.RegularExpressions Imports System.Net Imports System.IO Private

How to Create an On-Screen Dimension Calculator in Visual Basic

Introduction: Welcome to my tutorial on how to create a on-screen dimensions calculator. Steps of Creation: Step 1: First we want to create a form with a button to begin the process. We also want to make two labels, one to say "Console:" and label2 to contain the current console status, set the default to "Idle...". We then want to Import System.Threading because we will be using a one second