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...

Database Programming Made Easy

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.

Read more...

Hotel Reservation System

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.

Read more...

Search

A Very Important Tool A Computer Programmer Must Have

admin's picture

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.

Hotel Reservation System (VB.NET)

admin's picture

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.

A File Hide/Show Program

thisiswelch's picture

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

A Simple Add, Edit, Delete, and Search using VB and MSAccess

thisiswelch's picture

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 Code Library

thisiswelch's picture

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.

A Clock (Welch's Clock)

thisiswelch's picture

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.

Message box in vb.net

planetsourcecode's picture

You have to do two things for creatng a messagebox in vb.net
1) In design mode add the following codes after

  1. <script>
  2. <asp:Literal ID="ltlAlert" runat="server" EnableViewState="False"></asp:Literal>
  3. </script>

2). Add the following codein Code Behind

  1. Partial Class _Default
  2.  
  3. Inherits System.Web.UI.Page

Syndicate content

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Ideas To Share?

Give your insights at "The Success of SourceCodester.com".

Read more...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...