How to Call .exe Files Using Visual Basic .NET

Submitted by ClydeTiu on
Hi guys, In this tutorial you will learn on how to call .exe files. Source code is downloadable below. Step 1 First Create a new Project Step 2 Create User Interface Step 3 In Every button put this code Source Code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try System.Diagnostics.Process.Start("Calc.exe") Catch ex As Exception

Computer Equipment Monitoring System Using Visual Basic 2015 and MySQL Database

Submitted by janobe on
It’s very important to monitor your equipment most especially if you have a computer laboratory at school. So, this computer monitoring system is surely a big help in doing the task. This is a user friendly system and its features can be easily learned. The main purpose of this system is to accurately manage all of the computer equipment and to determine in what place or laboratory it belongs. And