visual basic

Easy Gmail Sender

Submitted by cngirwa on
Easy Gmail Sender enable you to send emails from your gmail account easily and fast. You can add carbon copy also attachment. The word formatting tools are not working properly, i will fix them in the next update. Please if you have any comments or suggestions, don't hesitate to leave me a message. For any question, please contact me via email or sourcecodester message modules. Please fill free to

Stocks Inventory System: Setting Database Connection

Submitted by joken on
This tutorial is a continuation of previous topic called "How to Create a Stocks Inventtory System". At this time, we’re going to focus on how to set up our database connection. In setting database connection, there are two way on how to do it. First is using the IDE of visual by specifying the data source of the database.

How to Create a Stocks Inventory System

Submitted by joken on
In this tutorial, I'm going to teach how to create a Stocks Inventory System in a phase to phase basis. This system will be developed using Visual Basic 2008 and Microsoft Access Database 2003 for database. Here’s the outline for this topic:
  • Setting the Database tables
  • Setting Database connection
  • Creating a Stock Master
Registering new stocks
Updating stock
Removing stocks
  • Creating a transaction
Releasing of stocks
Returning of stocks

Job Ordering System

Submitted by joken on
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

Stationary Information System

Submitted by cngirwa on
Stationary Information System Enables Administrator to; - post news to his/her workers - manage users - view sales - view/add stock - change his/her password - backup and restore database - send backup copy to the email - check for updates Enables Normal user to; - view news - sale a product - view stock - change his/her password For any question, please contact me via email or sourcecodester

MARian College Computerized Enrollment System

Submitted by cowrylet on
This is an enrollment system for marian college of baliuag. it is a requirement for my thesis and for my project... it's working... admim username = a admim password= a registrar username = b registrar password= b cashier username = c cashier password= c for questions and suggestions... message me @ my facebook account.... here is the link... https://www.facebook.com/joncharles.delacruz

How to Create a 'What Should I Do?' Program in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a 'What Should I Do?' program to make decisions for you in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; textbox1 - contain new options to add, button1 - add new option contained in textbox1, button2 - choose which option to do! Lets also create a list of string which will contain our options. We also need a

How to Create a Text Manipulation Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a Text Manipulation tool in Visual Basic. Steps of Creation: Step 1: First we want to create a form with one button as 'go', textbox1 to contain the text to manipulate, textbox2 to contain the text reversed, textbox3 to contain the text muddled and textbox4 to contain the total characters of the text. Step 2: Now we want to set up our go button