vb

Create a Chart and Export Data from the DataGridView into Excel

This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

Add/Remove Rows and Validating Cells DataGridView Control

This project is an advanced VB.Net (2010) code but it is a base implementation in every project. I write all the code in the @Run Time. Because of the flexibility to control the program for work as we want. This will make users feel to “Friendly used”. It consists of locking the keyboard in each cell of the DataGridView. In case of an integer, it can only be numbered from 0 to 9. In case of a

Computer Aided Instruction

A project requirement for ITCS 310 The proposed study is basically application software that is flexible in different kinds of subject. This study comprised about broad knowledge in the said topic manner. It includes pictures and images to further describe the lessons. The proposed study was a Computer Aided Instruction program that was developed using Visual Basic 2010 which helped the

Print Screen Application in VB.NET

This is a simple tutorial but also a very useful one as it gets the print screen effect and will put it on the picturebox. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add a picturebox and a timer on the form. 3. Now, we will do the coding. First, we will just code for the ticking event of our timer.

File Watcher - Allow or Disallow Renaming Files or Folder in VB.NET

This is a continuation of my other yutorial named File Watcher - Allow or Disallow Creating Files or Folder in VB.NET, but in this tutorial it will grant to rename or disallow renaming of files and folder using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

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