So far we have only heard and used open source programming tools but this time, Intel has come up with an exciting idea to make and introduce the first ever open source computer called Galileo. If you are one of those people who like to get their hands on something that is nothing but tools and want to build something cool out of it then Galileo is a gold mine for you. The PC World reported that
I have created a simple program that can add, update, delete, display and search MS Access database. It only contains a single form and a module. Hope this could be a good example. This program also provide code for Dragging the form with borderstyle set to none. No password covered in this program.
This is a complete System for student Activities and Grades Information System send via SMS. System features: • Adding of New Student, update and delete information of a specific student. • Student grades are automatically computed • The registrar can send the Grades to all students • The Supreme Student Government can send the different activities through SMS • Add new activities, update and
A Listbox control allows user to select a single element or an item from a list. And it allows the programmer to add an item(s) at design time or at runtime.
This time,open visual basic and create a new application and save it as “listboxcontrol”. Then add a listbox from the toolbox, and it should look like as shown below.
Then we can populate the listbox using the window properties.
Here’s the following steps
1. Select listbox control
2. Go to the properties window
3.
Today, a lot of homes are using computer enabled security systems. Not only you can use computer technology programmed in an appropriate way to monitor your home and its security but you can do many other things do. With help of a computer monitoring system and a remote control, you can turn on/ off all the electrical appliances in your home. However, there is something that is still missing. The
This system is created using Visual studio 2008 and MS access for database support. The has many features and this feature will discuss on how to use the system. How to use Job Ordering System •When you first run the job order program, the main menu of job ordering system will show before the user log in. •The next form is the log in form that display when the user click the log in menu on the
This is Visual Basic 6.0 project using Timer Control and a label. This simple project displays the current date and time based on your computer value. Hope you like.
This is a full multimedia player.With this media player you can listen to mp3 files see mpg,avi,etc videos ,save and load playlists ,order files of playlist by name, listen to webradios, listen to cd's, move playlist files up and down, change music speed, change music balance, see music time elapsed or remaining, see id3 information of mp3 files, see files location, play music continously, in
By default, Visual Basic 6 ListBox Control does not support horizontal scrollbar. Those, it's hard to display a data in the ListBox if it exceed the width of the control. In this code, you will learn how to add a horizontal scrollbar in addition to the vertical scrollbar.