Share What You Have Here
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.Submit now...
This is an on going tutorial on Visual Basic .NET 2008. I am adding a tutorial to the table of contents regularly especially if it would be beneficial to the beginner. If you'd like to suggest a tutorial please write a comment by opening this page.
If you are looking for a free software for your hotel, then this program with its free source code will help your hotel manage your front desk. You can modify this program to suit your needs.
We are now facing the age of the internet. Everyone who wants to ride on this must do something to maximize your profit.
If you want your name to stand out in the crowd, then follow these simple steps:
1. Build your own website.

Welcome back to the updated version of Hotel Reservation System (VB.NET). I have an important update that includes all report that can be seen in VB 6.0 version. I have also fix some minor bugs.
To access VB 6.0 version please click Hotel Reservation System.

This is a program that will hide/show your file by changing the attributes of the file. When it hide your file, you cannot view it even your Folder Options was set to View Hidden Files, so your file will remain hidden unless you show it again using the program.
NOTE: THIS PROGRAM USES OCX, YOU MUST INSTALL THE PROJECT COMPONENTS BEFORE RUNNING THE PROGRAM.
Credits goes to..
Lavolpe

This is a sample program on how to Add, Edit, Delete, and Search entries in database using VB and MS Access. Hope my code help you.
NOTE: THIS PROGRAM USES OCX, YOU MUST INSTALL THE PROJECT COMPONENTS BEFORE RUNNING THE PROGRAM.

A simple code library where you can store your favorite codes. I added a search function so you can easily find your code in-case your database become large. Hope my code helps.
NOTE: THIS PROGRAM USES OCX, YOU MUST INSTALL THE PROJECT COMPONENTS BEFORE RUNNING THE PROGRAM.

This project will display a clock on the top of your system tray. I made a transparency feature and a change skin feature. You can change the clock by just right clicking on the clock and you may also adjust its transparency. NOTE: THIS PROGRAM USES OCX, YOU MUST INSTALL THE PROJECT COMPONENTS BEFORE RUNNING THE PROGRAM.
You have to do two things for creatng a messagebox in vb.net
1) In design mode add the following codes after
<script> <asp:Literal ID="ltlAlert" runat="server" EnableViewState="False"></asp:Literal> </script>
2). Add the following codein Code Behind
Partial Class _Default Inherits System.Web.UI.Page
In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.
Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.