This is a Computers & Programming video tutorial where you will learn how to make a simple port scanner in VB.Net. It detects all the open ports on your network. Open up a Form1 and you will have a ListBox1, a 'Start' and a 'Stop' button and a blank text box. There is also a Timer1 button at the bottom. Thereafter, the video shows the various parts of the code on the screen. Then click on Debugging, and click 'Start'. The system starts scanning ports starting with port 1. In the video it...
Some of you might be searching for a application which can record mouse movements and keystrokes of keyboard and repeat it as many times as you want to and get a hotkey for it to play. You need to get two form boxes , two timers, two text boxes, one record and one play back box, one X box and one Y box. record button is actually called rec , play back button is actually called ply. Mouse X is for your 1st list box , mouse Y is for your 2nd list box, the name says it all list X is for adding the...
In this Computers & Programming video tutorial you will learn how to Use save file dialog and stream writer with a list box in VB.Net. Open up a ListBox and you will have a ListBox1 with a blank text box, Add Item and Save Item buttons on your screen. It will also have a save file button at the bottom. On the top of the panel, click Form1 and thereafter, the video shows the various parts of the code on the screen. Then click on Debugging, and add text in the blank text box and click Add Item....
Check out this eight-part VB.Net video tutorial to see how to create a program from the ground up using VB.Net in Microsoft Visual Basic 2008 Express Edition. You'll need Internet access for this task, like most other tasks. Start a new program and get watching. If you're new to VB.Net program development, than this is just the spot.
This is a easy to follow video tutorial on creating a spam bot in VB.Net. You'll need to have Microsoft Visual Basic on your computer to see how to design the spam bot with VB.Net. You'll learn to make a form with a textbox and a button.