vb.net

Manipulate Environment Variables using VB.NET

Today I will show how to manipulate environment variables in vb.net What is Environment Variables? > Environment Variables plays a special role on windows application. It targets an exact location on your windows directory. It is a part of operating system which the process runs. Example: %temp% - In which your junk files are located like .tmp, .chk, .dat and etc %windir% - Most commonly your

Advanced Hostel Management System v2.0 (VB.NET + MS Access)

It’s an advanced Hostel Management System Project for multiple hostels management written in VB.Net as front end and MS Access 2010 as Back end. Main Features are: Hostelers Profile Entry Extra Services Entry Services Entry Allocation and De-Allocation Extend Agreement Change Hostel and Change room within same hostel Transaction Transaction Entry Purchased Inventory Payment Voucher Caution Money

Simple Add, Update, Delete, Display and Search VB.net 2012

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.

Resistor Calculator

To use the calculator, select a value from the vertical group of Color Band 1, from Color Band 2 and from Color Band 3. Immediately to the left of the Calculate Values button below the three bands, there are three boxes that upon selection of a color from the bands, an identifying number and color will correspond in appearance. After selecting a value from all three bands, click on Calculate

Advanced Login module VB.NET & SQL Server

Login module Built in visual studio 2010 using vb.net and sql server database. used by administrators to control the users of your programs Perfect for Managing User Privileges and Roles control who has access to what such as viewing printing reports editing and deleting data or administrator tasks code sample program with database easy to add to vb.net projects . username = mike001 password =

Domain Checker + Pinger

This program is designed to check if a client can access a domain or not if they think it is down, it also pings the domain. If the domain is not accessible it will say "Site is Down" in red and vice versa in green. The program pings the site and if the ping is below 100 the ping will be green, if its above 100 it'll be yellow and above 300 is red. For basic programmers and beginners.