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.

Class Scheduling and Time Tabling System - VB.NET

Submitted by itachi_philip on
I would like to share here my Scheduling System in VB.Net Version, this system is only a part of my High School Enrollment System that consist of 8 modules(registrar,grader,controller,scheduler,checker/assessor, collector/cashier,administrator, and the Web Transcript). This system covers timetable for a school, high-school or university. It uses a fast and efficient timetabling algorithm.

Salon System using visual basic .net and SQL server

Submitted by thesis2425 on
Im selling the complete source code of the SALON SYSTEM for your thesis, with also the database and a free configuration to your computer. Free technical issue consultation Program was coded using Visual Basic .net 2011 and SQL Server 2008 as database. Report was created using Reporting Services. SYSTEM HAS BEEN DESIGNED FOR A TOUCH SCREEN MONITOR Flow of the system:

A simple class to populate and reset a listbox and a combbox

Submitted by Garouda on
Last year, in March 2010, I started writing a comprehensive school management application that I called SMART (School Management Application for Registrars and Teachers) This was in VB6 with SQL ADO and Microsoft Jet (Database engine of Access) I challenged myself and I am now migrating to VB.Net and SQL Server.

INPOUT32.dll under .NET (Sending Data via parallel port )

Submitted by emond on
Sample how to send data to LPT or printer port using INPOUT32.dll from Lakeview Research.. This time .NET version , very handy and quite stable under Windows XP. Good for Software-Hardware Engineers and design projects. Option Strict Off Option Explicit On Module InpOut32_Declarations 'Inp and Out declarations for port I/O using inpout32.dll.