KEVINCOMPUTER Inventory by VB 2012

Submitted by Som Vang on
My perfect project in whole Bachelor degree (2009 - 2014) !!! ICT in Laos. This software is used for selling in ICT material or Computer shop, so we can use to manage our computer to be easier such as collect data from Ordering, buying, selling include report and print as hard copy. This is a perfect software for those who want to develop like this topic, but the small problem is that the software

Calculator in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a calculator in Visual Basic. Design: For this, we want the following; A textbox named 'textbox1' to show the current output. Four buttons for add, subtract, multiply and divide. Ten buttons for the ten digits. One button for the calculate process. Variables: Now we want to create some variable.

Multi-Threaded Applications in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a multi-threaded application in Visual Basic. Design: There really is no design needed for this application, although if you wanted to, you can add a button. What Is a Thread? A thread is the part of your .NET program which runs everything else, your UI, your functions and your classes. Without a thread, your program would not be able to run. Why Multiple Threads? Once a thread has a lot of processing to do, problems begin to arrise.