Basic HTML/CSS Web Page Part 2 - CSS

Introduction: This tutorial is going to be the second of two basic parts on how to create a basic web page with the essential components using pure HTML and CSS. The Structure: Our web page is going to consist of a header covering the full width of content at the top of the page, a body section covering most of the wide from header to fairly far down the page, a side bar containing widgets on the right hand side of the page - next to the main body section of the page, and a foot covering the same width (and probably height) as the header section; underneath o

Vertical Progress Bar Program

The Vertical Progress Bar Program by The Programmer (c) SunShine Soft SunShine Soft | www.idesign4u.org | www[dot]tripuramail[dot]com[at]gmail[dot]com Ever wanted to create a Vertical Progress Bar? Like ever wanted to make a interactive thermometer? Or Like a Game Progress Bar that will go up as you progress in games? Or anything like that, cause in Programming the Possibilities are endless Here

Android - Based Mobile Reservation Application

This is a thesis made by the graduating students of STI Surigao particularly the ITP, a 2-Year Course program from this prestigious school. Copy and install the MobileReservation.apk to your Android Phone and run it. This application features: - User Login - Guest Information - Add - Edit - Search - Delete - Banquet Information - Add - Edit - Search - Delete - Banquet Monitoring - Availability of

Music Player using Microsoft Multimedia Control in VB6

In this article, we will create a program that can play music using the Microsoft Multimedia Control 6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Go to Project Tab, and Click Components or Press Ctrl+T. 3. In the Controls Tab, find and Microsoft Multimedia Control 6.0, Microsoft Windows Common Controls 6.0 (SP6), and Microsoft Common Dialog Control 6.0.

Convert from VB6.0 to Word

In this tutorial, we will create a program that can convert the inputted textbox in vb6.0 into a Word Document. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Convert to Word". Add also TextBox named Text1 for our input and displayed it in Microsoft Word.

RichTextBox with Bulleted List in VB6

In this article, we will create a program that can open a RichTextBox and manipulate its Bulleted List. The BulletedList function creates a list in bullet format. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Go to Project Tab, and Click Components or Press Ctrl+T. 3.In the Controls Tab, find and check Microsoft Rich TextBox Control 6.0.

Count Number of Characters

In this article, we will create a program that can count all the characters of a text inputted in a TextBox. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named Command1 and labeled it as "Count Characters". Add also TextBox named Text1 for our input.

RichTextBox with Text Alignment in VB6

In this article, we will create a program that can open a RichTextBox and manipulate its alignment such as Left, Center, and Right. RichTextBox allows the user to enter and edit text while providing more advanced formatting features than the standard TextBox control. Text can be assigned directly to the control, or can be loaded from a rich text format (RTF) or plain text file.

Basic HTML/CSS Web Page Part 1 - HTML

Introduction: This tutorial is going to be the first of two basic parts on how to create a basic web page with the essential components using pure HTML and CSS. The Structure: Our web page is going to consist of a header covering the full width of content at the top of the page, a body section covering most of the wide from header to fairly far down the page, a side bar containing widgets on the right hand side of the page - next to the main body section of the page, and a foot covering the same width (and probably height) as the header section; underneath ou