Packaging Documentation System

Submitted by proudpinoy357 on
Packaging Documentation System almost similar with Job Order and Archived system that i had posted before. Yet, this was complete Documentation System concerning Job Order transaction by different flexible packing machines. Each Machine Order Status has their own record set with corresponding transaction counts. Features: - TAB CONTROL - System Expiry Date - Tab Control button access code Access

Manipulate Environment Variables using VB.NET

Submitted by xCloud on
Today I will show how to manipulate environment variables in vb.net What is Environment Variables? > Environment Variables plays a special role on windows application. It targets an exact location on your windows directory. It is a part of operating system which the process runs. Example: %temp% - In which your junk files are located like .tmp, .chk, .dat and etc %windir% - Most commonly your

Pepsi Bottle Inventory System

Submitted by joken on
This is a complete Bottle Inventory System made by the graduate students as their requirements in Capstone subject. And this system is created using Visual Basic 2008 and Microsoft Access 2007 for database. Here is the list of features available in this system: • User Login And Logout System • Data entry for new Incoming Products • Update the current products • Monitoring of In and Out

TextBox Control

Submitted by joken on
One of the most common control used in visual basic is a text box. The main purpose of textbox is that, it allows user to input text information to be used by the program. By default, text box takes a single line of text. But using visual basic, you can set the property to accept a multiple line of text and even with a scroll bar. This time, open visual basic and create a new project called “Textbox”. Then drag a six text box and six label from the toolbox.

Internet Based Ticketing System

Submitted by flawless on
ABOUT THIS APPLICATION This application is designed to eliminate the disadvantage of using conventional means of issuing ticket and seat reservation encountered by passengers as well as record keeping. Thereby allowing intending to purchase ticket and seat reservation online anywhere at any giving time. This application will reduce stress of passengers in purchasing the manual ticketing and will

PHP Functions

Submitted by admin on
Functions play an important role in any programming languages. It allows you to organize your code in smaller part. A function can be called repeatedly in your program and can return or not return any value.