Visual Basic .NET

Visual Basic .NET Source Code

Free Visual Basic .NET Source Code. Download 10 latest Visual Basic .NET system's projects with source code for free here.

Network Tools - (Latest Update)

Submitted by mark-12345 on

Tutorial to use this program : https://www.youtube.com/watch?v=u-262XnKwTo What's New? -Fixed all the bugs of the old version -Added Advanced Wi-Fi Hotspot with ICS (Internet Connection Sharing) This programs contains the following programs: ------------------------------------------------------------------ 1-Wi-Fi Connector : Connects To Available Wi-Fi Network. 2-Router Password Cracker : To

Restore database

Submitted by Hassan Hambe on
You can use this code to restore database into SQL server Private Sub BtnRestore_Click(sender As Object, e As EventArgs) Handles BtnRestore.Click Try Dim database = CmbDatabase .Text Dim ServrnameRestore = CmbServer .Text .Trim Dim OpenFile1 As New OpenFileDialog Dim Constr As String Constr ="Data Source=" & ServrnameRestore &"; Initial Catalog=master; Integrated Security=True" 'Open connection

Exam/Quiz System

Submitted by felosoro on
In this tutorial we will develop a simple application in which the admin part will select a subject to set an exam and stored in mysql database. The student will access the questions by selecting the subject and do the exam on the application and the student answer sheet will be stored on the database. The teacher will access the admin part to mark the exam on the same application.

Add/Remove Rows and Validating Cells DataGridView Control

Submitted by Thongkorn on
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

Library Management System

Submitted by Jiju P on
Library Management System 1.0.0 FEATURES 1. Books Entry (For Students/Staffs) 2. Book Reservation (Staff) 3. Book Purchase Entry. 4. Reports. and many more..... RFID and BARCODE Support on Version 1.1.0 (Available Soon) Visual Studio 2010, SQL Server 2008 R2, Crystal Report2010, Dev Expresss 15.2 All credits goes to source codester family. Those who need to learn from it, you can use this code