Visual Basic .NET

Manipulate Environment Variables using VB.NET

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

Pepsi Bottle Inventory System

Submitted by joken on
This is a complete Bottle Inventory System made by the graduate students as their requirements in Capstone subject. And this system is created using Visual Basic 2008 and Microsoft Access 2007 for database. Here is the list of features available in this system: • User Login And Logout System • Data entry for new Incoming Products • Update the current products • Monitoring of In and Out

TextBox Control

Submitted by joken on
One of the most common control used in visual basic is a text box. The main purpose of textbox is that, it allows user to input text information to be used by the program. By default, text box takes a single line of text. But using visual basic, you can set the property to accept a multiple line of text and even with a scroll bar. This time, open visual basic and create a new project called “Textbox”. Then drag a six text box and six label from the toolbox.

Sub Procedures

Submitted by joken on
In Visual Basic, there are many cases that we use “subs”. Sub procedure or a subroutine that does not return a value. It is commonly used piece of code which you will want to execute in various places in your program. Using this subroutine, you can minimize your code and find it easy to debug if something went wrong with your program.

DateTimePicker Control

Submitted by joken on
On using Visual Basic, one of the most common control used to display a Date and Time is DateTimePicker, DateTimePicker is just like a combobox. If you click a dropdown arrow it displays a month calendar. And using this control it allows you to select Date and Time by modifying the format properties of this control. This time let’s create a new project called “DateTimePicker”. Then add four DateTimePicker and button control from the toolbox.

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

Submitted by Raj.Sharma on
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

Constants

Submitted by joken on
In this tutorial, I’m going to show you how to use constants. In the real world, there lots of value that never changes like a Day it is always a 24 hour, and a sqaure has always four equal sides. This value remains constant. It refers to a fixed value that the program may not alter during its execution. The constants are just like regular variables except that their values cannot bit modified after their definition.

Constants Declaration

To declare constant using visual basic, use “Const” statement.

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