Visual Basic .NET

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.

Connect to SQL Server 2008 through TCP / IP Using VB.NET 2008 Project

Submitted by princenathan on
Hi this is Vb.net connect sql server using TCP/IP before run this program you need to install a vb.net 2008 and sql server 2008 here in example code: Hi you need to do this click all program/ ms sql server 2008 / configuration tool then click SQL server configuration manager select you server name then rigth click properties you need to enable a TCP and IP add then Restart

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.