Programming

Simple notepad beta

Submitted by A7medGeek on
The Simple Notepad it's easy and powerful so you can learn from this source code Explain in Arabic البرنامج عبارة عن نوت باد مكونتها بسيطة ولكنها فعاله اعتمدت في بنائها عدم استخدام OpenfileDialoge , SavefileDialoge ولكن قصدت الطريقة الآخر إلا وهي عمل Object من كل واحده منهم لكي يتم التوفير في الذاكرة بقدر الامكان just any thing wrong just send a message or something you can't understand

Ilog Catholic High School (ICHS) Library System

Submitted by janobe on
This Library System is made by the Fourth Year College Students Of Kabankalan Catholic College for the requirements of their capstone. They used Visual Basic 2008 And MYSQL for their Database. It will generate Reports using a Crystal Report. These are the following features of the system: •Login and Logout • Transaction (Borrow Books, Return Books, Penalty and Lost and Replacement of books).

Progressbar in vb .Net

Submitted by dhanapal.mmca on
Hi this code for progress Bar in use particular place need, So Progress Bar is used to give visualization about the status of the current process and computer operation, such as a downloading , transferring of files, installation and more. Your application will look more professional if you are implementing a complex data processing using the Progress Bar. This time, we will create an example of a

Automated Teller Machine System

Submitted by joken on
This Automated Teller Machine System is created by a BSIT-2 student wherein this system allows you to register a new account, Deposit certain amount, Balance Inquire, and withdraw amount, as well as this system has an admin side, wherein the admin can block or unblock a specific account and also the administrator can modify the information of the account owner. The system is created using Visual

Jak’s Computer Renting System

Submitted by joken on
This system is created by a BSIT-2 student as their final requirements in one of their subjects. The system is made using Visual Basic 2008 and Microsoft Access for database support and Crystal Reports for the reporting. Here’s the following feature’s available in this system: Acquired new Transaction, Register New Customer, Manage User (Add, Update and Delete), Generate Reports for List of

Memory Game in JavaScript

Submitted by GeePee on
You may be familiar with "Memory Game". Here, you will learn how to create a fun game that challenges your visual ability to remember numbers. The puzzle is composed of 24 checkered tiles with hidden numbers (12 pairs). When you click two consecutive tiles with the same corresponding number, it steadily appears; if not, the tiles flip to back. And when the puzzle is solved, the game automatically

Add,Edit and Delete Using CodeIgniter.

Submitted by ranjit1 on
In this tutorial you will be able to Add,Edit and Delete Data Using CodeIgniter. System Requirement to run CI: Xampp server or Wamp server . Any Browser Google chrome,Firefox,Opera,Safari.. etc. Php editor you can use Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have. This

Auto Scroll Animation

Submitted by GeePee on
Auto Scroll Animation using JavaScript. In this project, I also used PHP to lessen the codes and MySQL so that I can grab all the contents of the topics that I placed in the page. One feature of the project is that, once you click a topic, it automatically slides down to its content. And by clicking Go Back To Top, it will automatically slide to top. Hope you learn from this.