Simple DataBase application with Crystal Reports V2.1

Submitted by Hasan soherwardi on
Simple DataBase application with Crystal Reports V2.1 This a simple DataBase application, using VB.NET 2010, Ms Access 2007, Crystal Reports 2010... The many options in this app, insert, search, update, delete, navigation, DataGridView filtration, patient code auto generation, print report etc... I hope this tutorial is very helpful for any type of Database application development and its gives you many creative ideas... HAPPY PROGRAMMING

Display Current Time in Java GUI

Submitted by donbermoy on
Now, in this tutorial, i am going to teach you how to create a program that will display the current time using Java in GUI form. Of course, it is a too little hassle because java has complicated codes in showing current time compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of ClockText.java. 2.

View Full Screen Mode in VB.NET

Submitted by donbermoy on
Sometimes, because of exploring complicated codes we often forget the basics and the need of some functions. Take note that in vb.net there is no property such as show full screen. In this tutorial, i will teach you how to create a program that can view full screen of your interface. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Sample Add,Edit,Update and Delete using Vb.net 2008

Submitted by nifled on
This is simple add,edit,update and delete in vb.net 2008 using Adodb database connection and mssql database management system. In order for this to work, unzip the zip file and then go to bin folder copy the dbsample and dbsample_log. After you copy, paste it into C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data or C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data. Then open

Display All System Information using Registry in VB6.0

Submitted by donbermoy on
Today, i will teach you how to display All System Information such as all Hardware Information like OS, CPU, Processor, Memory Information and etc., System Components like networks, CD, DVD, storage information, etc; Software Environment such as system drivers, running tasks, programs, etc; and Internet Settings. We will just access the registry setting for this tutorial. Now, let's start this tutorial! 1.

PHP SaaS Contact Management application

Submitted by andy100 on
Rainbow is saas-like php contact management system. It has a simple system for adding, retrieving and editing contacts. The project is very good for people who are starting to learn PHP. Almost all web applications have some form of CRUD system (create,retrieve, update,delete). So starting your php journey by learning how to build a CRUD system is a very good decision. On this project you will

Product Information System in PHP/MySQL (Shopping Cart)

Submitted by donbermoy on
This is a Simple Product Information System that is capable of adding products with product name, product price, category, sub category, product details. This system can also add image of the product you wanted to add. Then the added products will go to its home tab with its information and images to be the list in shopping cart. Note that this system is not yet complete because i haven't done