Programming

Compute Grade Using VB6

Submitted by jayzeeman on
This is a simple Grading System and this is my first project this past year. I have used Microsoft Visual Basic 6.0 and Microsoft Access 2013 and make sure you have all required Software before open vb *this is all you need to open in References "Microsoft active x 2.8 library" and into components "Microsoft data grid control 6.0 (OLEDB), Mircosot ADO data control 6.0(OLEDB), Microsoft Windows

MaxOn Accounting Software

Submitted by zadr50 on
Maxon is a software that helps you to make transactions on the company, including sales, purchases, accounts payable, accounts receivable, stock, assets, cash book, accounting, and so forth. MAXON made by a group of programmers who are experienced, you can communicate or discussion about the manner of use of the software, business process problem, request and modification modules via online forums

Image Slider

Submitted by GeePee on
This is a simple image slider using JavaScript and jQuery. This slider automatically slides and takes you to the next image. And while the slideshow plays, you can also click the previous and next button. To pause the slideshow, hover the mouse pointer over the image. Hope this helps.

Hospital Management System (Ali Xihuny & Aishath Areesha) - 2K14

Submitted by Xihuny on
This is a simple Hospital Management System created for our final year project. I have used Visual Studio 2010 Ultimate, MS Access 2013, Telerik UI for Winforms 2014 to create this system. So, make sure you have all the required software before opening the VB file. Note: Telerik UI for Winforms is a must You can download it from here: Telerik UI for Winforms

Unhide files and folder from flash drive

Submitted by matiullahkhalliqie on
This small program unhide files and folders from flash drive or any drive on your PC. Sometime when we attach our flash drive with our College computer, our flash drive are infected by virus which hides our original files and folders on our Flash Drive. Using cmd attrib command this small Program will unhide our hidden files and folders.

Sales and Inventory System for Palma Store

Submitted by donbermoy on
This is one of my works before entitled Sales and Inventory System for Palma Store. This is one of the thesis/capstone projects that I have made using Visual Basic 6.0 and SQL Server 2000 as backend/database that I made for a particular school. This system is for a food store establishment. Features of the System: Transaction Sales Adjust Items Return Items Purchase Order Inventory Incoming Items

Lotto Wizard

Submitted by moses vb on
Lotto Wizard is a simple but advanced program which helps to forecast possible lotto winning numbers. It uses randomization / random class to generate the possible winning numbers. You only need to click a button and after 5 second, it will display the numbers. When you click the button, you will see it surffing or mixing the numbners. You are free to use or modify it to meet your needs.

Set Font and Color to Text of JTextArea Component in Java GUI

Submitted by donbermoy on
This is a continuation of my other tutorial entitled JTextArea Component in Java GUI. This tutorial will teach you how to set/select font and color for the JTextArea or JTextField component. 1. First and foremost, Open JCreator or NetBeans and make a java program with a file name of jTextArea.java. When you click the link above, copy first all the code there. import java.awt.*; import javax.swing