visual basic 2008

Digitizer

Submitted by Dalimark Tenio on
This simple program is the Digitizer, it extracts digit and display it on the extracted integers with a corresponding integer word like 1=One. It only accepts 5 integers. This is easy and interesting. Try it yourself. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Calculator

Submitted by Dalimark Tenio on
This program shows a simple calculator with some basic operators like a real calculator. It's kinda hard to understand especially for beginners but interesting project. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Sales Express Application

Submitted by Dalimark Tenio on
This simple program calculates the total sales from January to December then calculate the average sales. This will identify the company statistics if the company is progressing or not progressing. It was created to serve as an example to those beginners and want to learn in this programming language. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions

Retrieve Database Tables from MySQL Database using Visual Basic.Net into ComboBox

Submitted by GeePee on
In this tutorial, I’m going to show you how to create an application that will load all the MySQL database and store it into a combobox displaying all the table fields in the datagridview. To start in this program you need to open visual basic and create a new application and name it as “dbcreator01”.

How to Fill and Get the Value Member of a ListBox in Visual Basic 2008 and MS Access Database

Submitted by janobe on
This time, I’m going to teach you how to fill and get the value member of a ListBox by using Visual Basic 2008 and MS Access Database. With this tutorial, you can fill the data to the ListBox that came from the Database and get its Id by clicking the name that shows in the ListBox. Let’s begin: Open the Visual Basic 2008 and create a new Windows Form Application. Drag a button and a ListBox in the Form.