.NET

How To Create a Stopwatch in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a stopwatch in Visual Basic with lapping system. Steps of Creation: Step 1: So the way this is going to work is we will haev a timer running at a one second interval and each time it runs it will add one to our second count. It will then check our second count to see if it has been one minute and if it has it will add one to our minute count

Visual Basic Time Converter

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on a time conversion program in Visual Basic. Steps of Creation: Step 1: First lets make a new form with four textboxes and a button: - Textbox1 : Hours - Textbox2 : Minutes - Textbox3 : Seconds - Textbox4 : Milliseconds - Button1 : Convert Step 2: Now lets make a way to check which textbox was last edited (What to convert from)...

Visual Basic Valid Email Checker

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple email checker in Visual Basic. Steps of Creation: Step 1: First we will need a new form with a textbox1 for the email file path, a file full of emails ready for checking, a textbox2 to define the path to save the valid emails and a button to start checking the emails. We will also require the following imports...

Visual Basic Auto Update Script

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create an auto update function for a program in Visual Basic. Notes: - You will need a website for the latest version to be hosted for download and checking. Or, for testing you can use localhost like I am (I'm using XAMPP). - If you're using a localhost, only people on your network can use this auto update function. Steps of Creation: Before we start we want to create a new form with one button for the update process to begin.

Visual Basic Rock, Paper, Scissors Game

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a simple Rock, Paper, Scissors game in Visual Basic which has no game graphics and is only to see how the game would work. Steps of Creation: Step 1: The first thing we need to do is import System.Random so we can randomly get a choice of Rock, Paper or Scissors for the computer:

Visual Basic Twitter Feed Scraper

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a Twitter profile tweet scraper. First create a form which contains a textbox for the profile username and a button to begin the process. Steps of Creation: Step 1: Import the following two imports so we can get the profile page source and manipulate it: Imports System.Net Imports System.Text.RegularExpressions Step 2: Now, add two functions

Advanced Login module VB.NET & SQL Server

Submitted by Osman jama on
Login module Built in visual studio 2010 using vb.net and sql server database. used by administrators to control the users of your programs Perfect for Managing User Privileges and Roles control who has access to what such as viewing printing reports editing and deleting data or administrator tasks code sample program with database easy to add to vb.net projects . username = mike001 password =