Introduction to Visual Basic .Net Microsoft Visual Basic .Net is a high level programming language used to create Graphical User Interface application (GUI) intended to run on Microsoft Operating Systems alongside with its integrated development environment (IDE). VB.Net is implemented…
Grade Management System using Visual Basic 6
Objectives of the Study The main purpose of the study is to develop a Student Grade Management System that will promote awareness and transparency for the students, faculty, and school administrators to help them improve in monitoring their academic performances…
Automated Entrance Examination System
Through the use of Automated Entrance Examination System, it will provide faster transaction and results of the test is generated in less time. Functionality The system is a network-based system; it has a server side and a client side. The…
Introduction to Java Programming
Introduction to Java Programming Before we begin with our lesson proper, let us discuss first a brief overview of Java Programming Language. Java was developed by James Gosling and his team at Sun Microsystems in 1991 and introduced to the…
Introduction to Visual Basic 6.0
What is Visual Basic? Visual Basic is a high level programming language developed from the earlier DOS version called BASIC. Visual Basic is a Rapid Application Development Tool (RAD) used for developing graphical user interface (GUI) application. With this feature,…
GIMP
GIMP GIMP stands for GNU Image Manipulation Program. GIMP is free, open-source application that is used for photo editing, image composition and image authoring. GIMP is distributed under the GPL (General Public License). GIMP available in most popular operating system…
Ways to hide and show Recycle Bin on desktop
Deleted files and folders usually proceeds to the Recycle Bin unless you press Shift + delete, this command will delete the files and folders permanently without going to your Recycle Bin. Recycle Bin allows you to restore files and folders…
How to Enable/Disable Run Dialog box in Windows
How to Enable/Disable Run Dialog box in Windows Run Dialog box in Windows lets you access program, files and folders by entering the corresponding shortcuts and path of the certain files and folder. In Windows 7, the Run dialog box…
MySQL Tutorial – Like clause
MySQL Tutorial – Like clause Like clause in a CREATE TABLE command will create an exact copy of your existing table. The newly copied or created table will also acquire the column definition or attributes of the original one. Syntax…
How to Register OCX File
How to Register OCX file OCX stands for OLE Control Extension. OCX file has an extension of .ocx. The OCX file type is primarily associated with ‘Object Linking and Embedding (OLE) Control Extension’ by Microsoft Corporation. ActiveX. Instructions on how…