₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,998 members, 8,448,168 topics. Date: Sunday, 19 July 2026 at 09:15 PM

Toggle theme

BigStar1's Posts

Nairaland ForumBigStar1's ProfileBigStar1's Posts

1 2 3 4 5 6 7 8 9 10 11 (of 14 pages)

ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 10:27am On Jan 29, 2010
View Options

Any of the Vb form can be cleared from the screen by clicking the close button in the top right-hand corner of the window.

To redisplay the toolbox, Project explorer window, properties window or form layout window. Click at the appropriate option in the view menu; to redisplay form1 and form designer window, double click form1 in the project explorer window( or click on form1 and then on the view object button).

The VB windows can also be moved by dragging their title bars or resized by dragging their corners or edges. The maximise button on the form designer window expands the window to fill the remaining space in the main window.

Take note
If you close the main window, the entire VB application will be closed down, including all associated windows. If youa have changed anything in the current project, you will be given the opportunity to save it.

ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 3:16pm On Jan 28, 2010
Properties window

Each Form, and each control on a form, has a set of properties. These determine the appearance of the form or controls and the way it behaves. A form has properties that specify how big it is and where it is on the screen, whether it is visible when the application starts, whether it has Minimise and Maximise buttons, and so on. Most controls have a large number of properties, some of which are similar to those of forms. For instance, a command button has the same size and position as a  form but also includes properties to determine which key can be used to activate it. Each type of control has a different set of properties. For each control, you can change the settings of individual properties ( so all command buttons have the same properties but different settings)

The properties window displays the properties of the selected form or control, and allows you to change their settings. Some of the more important properties are described later in this tutorial.

Take note

Some properties can also be changed more simply; for instance. the size or position of a form can be altered by dragging the object or its borders



Form Layout window

The form layout window helps you determine the initial positions of the form on the screen when the application is run ( Not available in VB 4.0)

AdvertsWhat Is Are We Expecting In The Next Generation? by BigStar1(op): 9:45am On Jan 27, 2010
Initially, It was Agricultural age, later to Educational age, then to Industrial age, later moved to Technological age, and now Information Technology age then what are we expecting for the next generation?
ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 9:01am On Jan 27, 2010
Project Explorer window

For each window in your final application there are corresponding VB form, and each form has its on file on disk. Usually, there is also at least one file containing the program code for the application and if your forms use any third-party tools, these tools will be held in aditional files. All these files go together to make up a project from which the application is built.
The project explorer windo lists the project files. You can add existing files to a project or removes files. A file can be partof more than one project: for example, you may use the same window in two independent app. Removing a file from a project does not affect the file itself; it is still intact on disk.

ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 8:41am On Jan 27, 2010
Form1 and Form Designer window

A visual Basic application usually consists of one or more windows. At the design, stage, these windows are called forms. To start u off, VB supplies a sinfle form, called form1. This form will be renamed and resized when you begin to develop the application: other forms will be added as required. For VB 6.0, the forms are held in the form designer window.

Take note
It is possible to create an application
that has no form at all: for example,
an application to display a reminder
at a specific time. In such cases, you need to delete form1.
You will see how later in these lesson>

ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 9:03am On Jan 26, 2010
Toolbox

Any windows contains a number of different objects: command buttons, text boxes, labels and so on. These are called controls. When you are creating a window within VB, these controls can be added by dragging them from the toolbox. The pointer icon in the top left corner of the toolbox is used for selecting the existing controls so that they can be moved, resized or changed in some other way.
The toolbox controls are described in detail later in this lesson.

Take note

The controls included in the toolbox
depend on the version of VB u're using and
the 'ActiveX' controls that have been selected



Tip
A large number of other controls are supplied with Visual basic but not
included on the toolbox initially. You can add these using the components option in the Project menu. You can also change the way the toolbox is organised by moving controls onto tabs other than general
You can add these using

EventsRe: International Open Source Software Conference (foss Nigeria 2010) by BigStar1(m): 3:40pm On Jan 22, 2010
you are too good
ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 9:09am On Jan 22, 2010
Thank God the missing post has been returned.

Rounding up the tutorial for the week,

Visual Basic Windows

The Visual Basic windows is confusing when you first see it. The main Visual Basic windows contains a number of other windows. Initially, six of these are open; others will pop up as you develop ur application.\

NOTE
Four of the windows are 'docked' on the side of the main window when you first come into Visual Basic. Any of them can be made 'float' by dragging the title bar into the middle of the screen. They can be re sized .



Main Window
The main window contains all the element u would expect to in a windows application.

1. The title bar contains the name of your current initially (Project 1) and the visual buttons for minimising maximising and closing the window.

2. The VB menu bar includes drop down menus . Many of the options in these menus are described later in this tutorial.

3. The toolbar contains a number of icons that provide shortcuts to the most frequently used Visual Basic Operations. On the right of the toolbar, two sets of figures provide size and position information about any selected Visual Basic element (Details in later lessons).

ProgrammingRe: What Is Happening On Nairaland? by BigStar1(op): 8:38am On Jan 22, 2010
Well, I don't really know how it's happening but my missing post has been returned. Probably after my complains.
Check it out https://www.nairaland.com/nigeria/topic-384055.0.html
ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 2:46pm On Jan 21, 2010
Am afraid if this post will not also be removed

But I will always Aspire to Acquire what I Desire even if I Misfire in the process, I will never Retire I will always Refire !.

The New Project window of Visual Basic.

As you enter Visual Basic 6.0. a new project windowis displayed. This dialog box effectively provides a menu for deciding what type of work u're going to do.
To create ur first application, double click on Standard EXE. The main Visual Basic windows is displayed.

ProgrammingRe: What Is Happening On Nairaland? by BigStar1(op): 11:01am On Jan 21, 2010
so, where is oga seun, how would i know where i'm making mistakes?
ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 9:33am On Jan 21, 2010
I guess something is wrong somehow.

because i've bee posting the continuation of this tutorial ever since i started it, but I don't why it's been removed, to confirm this, you can check my latest post in my profile to see those post. More so, the numbers of reply to this thread says 3 plus this one it would be 4 now but 2 are missing. any explanation? if this one is not also removed.
ProgrammingWhat Is Happening On Nairaland? by BigStar1(op): 9:27am On Jan 21, 2010
I need to know why some of my posts are been removed from pages on nairaland. The first time i experienced this was on education board where my complete topic was removed. As if that was not enough, i started a tutorial on VB on this board again, but ever since i post the introduction, all other posts were removed. Pls i don't understand this. I therefore implore the moderator or anybody that has idea on this issue to enlighten me on this. Thanks[url][/url]
ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 4:17pm On Jan 20, 2010
Running Visual Basic[color=#000099][/color]

Starting the program
1. Click on the start button to display the start menu
2. Move the pointer to programs and Microsoft Visual basic 6.0
3. Click on the Visual Basic 6.0 option.

Alternatively, if you have created a visual basic folder, double click on Visula Basic 6.0 icon.

ProgrammingRe: A Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 9:40am On Jan 20, 2010
Installing Visual Basic

Visual Basic is installed in a similar way to most other Windows app. Load the CD and run the setup program as follows:
1 Click on the windows start button and the the run option
2 Type D:\setup in the run box and click OK
3 Follow the instructions as they appear on the screen.
At the end of the setup process, Visual Basic will add an opion to the program menu, leading to the main Visual basic program plus some subsidiary programs



Take Note
If your CD is not drive D, replace D in the command with the drive letter.





Tip
If u're short of HDD space u don't have to install the complete application: choose custom rather than Typical from the installation options and deselect those part of the system you do not need (they can always be added to the installation later by re running the the setup program. full installation of the enterprise edition requires 200 mb of disk space.


Tip
Create a Visual Basic folder and shortcut icon on the windows desktop. In explorer, open the windows start menu program folder and copy the microsoft Visual Basic 6.0 folder icon to the windows desktop folder (click on the Visual Basic 6.0 folder, hold down [Ctrl] and drag the folder onto 'Desktop').


to be continued,
SportsRe: The Original Supper Eagles Team by BigStar1(op): 4:18pm On Jan 19, 2010
let's support the team pls
ProgrammingRe: Networking Help? by BigStar1(m): 12:40pm On Jan 19, 2010
visit www.firewall.cx for a comprehensive tutorial on networking
SportsThe Original Supper Eagles Team by BigStar1(op): 12:21pm On Jan 19, 2010
won't this team better?

ProgrammingA Comprehensive Tutorial On Vb 6.0 by BigStar1(op): 10:20am On Jan 19, 2010
Despite the effort of LuckCo to answer many questions on VB, we still see new post every day from newbies requesting for VB programmer. As a result of this, i wish to start a comprehensive tutorial on the topic. Questions are hereby welcome from any interested person.


Starting Visual Basic

Visual Basic provides a sophisticated Windows programming environment that is easy to use yet capable of producing powerful programs. Since it's a system you can create a visible part of a self contained window application in a very short time. without the need to write any program code at all. You can then add short procedures for performing specific tasks, using an extended form of traditional BASIC programming language. This tutorial would show you how to create fully-fledged windows app, quickly an effectively.

Visual Basic editions

The latest version of VB comes in three different editions:

1. Learning edition - creates fully- functional windows applications using a set of standard tools
2. Professional edition - adds specialised tools, a report writer and Internet capability
3. Enterprise edition - includes tools for setting up client / server applications

This tutorial concentrates on the learning edition features, where are common to all three editions.


Windows version

Visual Basic 6.0 is supplied only as a 32-bit version and must therefor be run under windows 95 or later versions. App created with VB6.0 can be run only under these versions of windows; you will not be able to run ur app under 16-bit windows 3.1

Note
The VB cd contains a number of development tools plus an extensive help system that covers the whole of the microsoft Visual studio environment. You do not have to install everything


this is just an introduction. just follow the thread for the full package
ProgrammingRe: Post Your Csharp, Cplusplus, Java And Assembly Questions Here. by BigStar1(m): 10:19am On Jan 15, 2010
pls i need C++ compiler and a brief tutoria on how to run my first program
ProgrammingI Need C++ Compiler by BigStar1(op): 9:53am On Jan 15, 2010
hello house, pls i need C++ compile and a brief tutoria on how to run my first program

thanks
ProgrammingRe: I Need Help With Becoming A Programmer by BigStar1(m): 2:06pm On Jan 13, 2010
call me on 08060678106
Technology MarketRe: Nigerian School Management Software For Primary And Secondary Schools For Free by BigStar1(m): 12:33pm On Jan 13, 2010
Hi, Akinwumi Akinsola, i guess u're the actual poster or posibly been posted on ur behave.

But I guess u're the one i know in FEDPOFFA because u share the same name with my Cheif Editor of NACOSS magazine while i was a member.

am i right?
HealthRe: How Can I Get Rid Of Cockroaches? by BigStar1(m): 12:16pm On Jan 13, 2010
get Vestox, it's very good. it's a white powder
WebmastersRe: Nigeria's First Web Conference Hold January 2010: And It Depends On You! by BigStar1(m): 11:15am On Jan 08, 2010
I'm not supprised all Qaudris i know are very great. Welldone Quadrillion, even though we share office, i didn't know about it untill u this level simply because i focus majorlly on programming part of NL. Anywhere i can come in?
EducationRe: Question To This Board Admin(s) by BigStar1(op): 8:39am On Jan 05, 2010
Are you telling me the moderator of this board is no where to be found? I guess i need an answer to my question
EducationQuestion To This Board Admin(s) by BigStar1(op): 12:01pm On Jan 04, 2010
Hi,
Firstly, i want to say thank you for re activating my account after the unneccessary access deny.

Now, my question is that why couldn't i find my thread on this board?
When I posted it last week, I discorvered i need to edit it, immediately i clicked on the modify button, i got the response that the thread is missing even though i was on the thread page which i was directed to after making the post.

I wondered, that was my first experience. I tried to post the same thread again. All what i would is some kind msg telling me i've been banned for posting that looks like spam.

Now, i've been reactivated, but yet the post is missing. Can you pls explain this?
ProgrammingRe: Pls I Need Help On Gettin' A Vb E- Textbook by BigStar1(m): 10:40am On Dec 08, 2009
use google or u call me on 08060678106 for further enquires
ProgrammingRe: C# Programming by BigStar1(m): 10:08am On Dec 08, 2009
hmmmmmmmmmmmm,
even though u got many contacts in response to ur demand, but getting the best of all depends on ur method of selection.

u can reach me on 08060678106 bigstar4sure@yahoo.com.

1 2 3 4 5 6 7 8 9 10 11 (of 14 pages)