How to Make VB.NET Console Application with MS Access Databse 2007

This is a VB.Net Console Application program using Access Database 2007. It is very helpful in learning VB.Net with Database Programming. Instead of using Windows Forms, this program is using console application to insert record into MS Access database. Please follow the steps below on how to create a console application from scratch. 1. Create the database file called "database1.mdb" by opening the MS Word file called "How to Create DB in 2007.doc" and follow the instruction. 2. Open Visual Studio Editor. 3.

Matrix Multiplication - C Program

A program that can be used to multiply two matrices. It uses the following algorithm: Step 1: Make sure that the the number of columns in the 1st one equals the number of rows in the 2nd one. (The pre-requisite to be able to multiply) Step 2: Multiply the elements of each row of the first matrix by the elements of each column in the second matrix. Step 3: Add the products. #include //Variable

Like and Unlike Script

Like and Unlike sourcecode. System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Create database name upload -Click Tab Import and Browse the sql file You can download more php Codes @ appscoder.blogspot

Airport Simulation

Simulation of an Airport. There is a small busy airport with only one runway. In each unit of time one plane can land or one plane can take off, but not both. Planes arrive ready to land or to take off at random times, so at any given unit of time, the runway may be idle or a plane may be landing or taking off. There may be several planes waiting either to land or to take off. Follow the steps

Dictionary V1.0

Program simulates a dictionary using linked list Each word added to the list can have maximum 5 meaning(s). Hence, variable used to store meaning(s) of a word would be a two dimensional character array. Features: 1. Add new word 2. Search Word 3. Show Dictionary This program can be used as mini project in C/C++. For students or anyone else who needs program or source code for thesis writing or any

Transportation Management System V1.0

This Transportation Management System is created using Visual Basic.NET + SQL Server for my friend's transport company Compatibility - Visual Studio 2010 and Visual Studio 2012. Login Information : DSE ID - admin Password - 12345 For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile Apps Development at