How to Create a Reports using Crystal Report in Visual Basic.Net

In this tutorial, I'm going to show how to create a report in Visual Basic using Crystal reports. As I know, some of programmers have a difficulty on how to add or create a report on their application, especially the those enthusiast individuals who are about to start their journey to become a better programmer. So I hope this tutorial of mine will be useful for your works.

How to Clear Multiple Textbox in a Smart Way using Visual Basic

In this tutorial, I'm going to show how to create an application that will help you to save more time and number of lines of code just to clear your multiple textbox in a single form. This time, let's start building our application: Step 1. Create a new project in visual Basic 2008, then design the interface that looks like as shown below: c1

How to Check if a File is Hidden or Not using Java

In this tutorial, i will teach you how to create a program in java that will check if a file is hidden or not. So, now let's start this tutorial! 1. Open Notepad. It's up to you if you will write data in there or not. Save it to the same folder with your java program and named it as READ FIRST.txt. and make sure to hide this file. 2. Open JCreator or NetBeans and make a java program with a file name of hiddenFile.java. 3. Import java.io package. Hence the file class is in the input/output library.

JColorChooser Component in Java

Today, i will teach you how to create a program that has the JColorChooser component in Java. We have ColorDialog in VB.NET and C# and this is equivalent to the JColorChooser in Java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of colorChooser.java. 2. Import java.awt.* and javax.swing.* packages because we will going to have the JColorChooser component in swing and also the JPanel as the container of this.

Church Events-Attendance Monitoring System (Barcode ready)

Instructions: 1. Extract UCCP.zip file 2. Open the ocx folder 3. Run the Registrator.exe 4. Click the register button 5. Wait until all the result succeeded 6. Run the Project1.vbp username: admin password: 1234 enjoy :D Eraser Software Solution Joemel E. Resare, MIT +639077640336 [email protected] Website: http://icodefree.blogspot.com/

Tagukon National High School Library System

Due to the slow process of borrowing and returning of books in Tagukon National High School Library. The BSIT-4 college students came up with this idea of making a Library system that would make every transaction faster and more accurate. It contains transactions such as borrowing and returning of books. And the inventory of books that you will easily know the in and out’s of the books. In here

Simple notepad beta

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

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

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