PrestwoodBoards.com
-Collapse +Expand

VB Classic

Search VB Classic Group:

Advanced
-Collapse +Expand VB Classic Group Home◄╣
-Collapse +Expand Message Board
-Collapse +Expand Knowledge Base
-Collapse +Expand VB Classic To/From
To/FromCODEGuides
-Collapse +Expand VB Classic Study Test
PRESTWOODCERTIFIED
-Collapse +Expand VB Classic Store
-Collapse +Expand Members Only
   PrestwoodBoardsAll Groups   

New to PrestwoodBoards?

Sign up, it's free and anyone can join.

Join Today for a free account,
or Sign In if you are already a member.

VB Classic Group

Welcome Guest!

This page is the VB Classic Group home page (summary page).


Visual Basic Classic

Visual Basic Classic group (primarily focusing on VB6 but all versions from 1-6 welcome).

VB IMage

Want to become a moderator?
We are currently looking for moderators for our VB Classic message board. You don't have to be an expert, but you should be fairly familiar with general features of VB 5 or 6. If you're interested, send a private message to Mike Prestwood. Once you are a moderator, you will receive an email whenever someone posts.

Want to become an author?
We are currently looking for authors to post to this group's knowledge base. We are looking for classic VB and VB to VB.Net material including getting started and expert material. If you're interested, get started by submitting content to our VB Classic KB Topic (or any it's subtopics).

VB Classic Content!
Chat!
VB Classic Board:
Posts =  590
Threads =  299
Unanswered =  15
Topics =  3
Research!
VB Classic KB:
Articles =  4
News =  1
Code =  34
Translate!
To/From Code:
Topics =  49
Code =  660
Study!
eCertified:
Beg Q. =  2
Int Q. =  2
Adv Q. =  2

What's happening now! VB Classic Group!

(New, updated, and unanswered.)

New: All Post Types

Message board, knowledge base, article comments, blogs, news, etc.

  Title Type Topic
Sign In To Check If Stuff Is New
146
Hits
1. VB Split command
Here's a little code snippet to demonstrate. Declare MyArray as an array, i as an integer, and ...
5/28/2010, 8:25:13 AM

MB Post
VB Classic Other  
More...

New: VB Classic Message Board Posts

Go To: VB Classic Message Board
 Thread StarterReplies Last Post Topic
Sign In To Check If Stuff Is New
502
Hits
No Subject
Hi every body I was able to designate an access Database as a custom source to a textbox to accomlish autocomplete property of the textbox. The problem is when...
1
{Too Long}
3/20/2009
VB Classic Database Tasks
Sign In To Check If Stuff Is New
745
Hits
Getting the windows registration number
Hi,Am using classic VB (5) and I would like to ba able to read the windows registration number. This is the one you see when you look at the properties of "My C...
2
Hey,Thanks for the reply. Am just investigating a bit on this topic. A client was asking about how t...
9/25/2008
VB Classic Other
Sign In To Check If Stuff Is New
941
Hits
Query Access 2.0 from VB6
Hi I am new to Classic vb I have a really challenging problem, and I would be very grateful for any help ideas suggestions that any of you gun vb6 developers might have I need to read data out of a...
0New!
6/11/2008
VB Classic Database Tasks
Sign In To Check If Stuff Is New
872
Hits
Editing text boxes in PDF with VB !
Hey y'all,I need to fill in PDF files. There is a product available that does thid for the backflow community but I do not have it nor does it do the other half of things I do. (It is not especially u...
0New!
4/23/2008
VB Classic Control Usage and Developing
More...

Unanswered: VB Classic Message Board

 Thread StarterReplies Last Post Topic
Sign In To Check If Stuff Is New
941
Hits
Query Access 2.0 from VB6
Hi I am new to Classic vb I have a really challenging problem, and I would be very grateful for any help ideas suggestions that any of you gun vb6 developers might have I need to read data out of a...
0New!
6/11/2008
VB Classic Database Tasks
Sign In To Check If Stuff Is New
872
Hits
Editing text boxes in PDF with VB !
Hey y'all,I need to fill in PDF files. There is a product available that does thid for the backflow community but I do not have it nor does it do the other half of things I do. (It is not especially u...
0New!
4/23/2008
VB Classic Control Usage and Developing
Sign In To Check If Stuff Is New
1085
Hits
SSTabs
How do I change the color of the SSTab control in VB. (BackColor and Forecolor don't work)
0New!
8/20/2005
VB Classic Control Usage and Developing
Sign In To Check If Stuff Is New
557
Hits
Text Files and Text Boxes
Hello I am sure that this is going to be a simple problem to fix, but I have just started a very steep learning curve with Visual Basic 6 in that I have to alter a program that has already been writt...
0New!
6/15/2004
VB Classic Control Usage and Developing
More...

New: VB Classic Knowledge Base Posts

Go To: VB Classic Knowledge Base
    KB Article KB Topic
Sign In To Check If Stuff Is New  
448
Hits

Code
1. VB Classic Array (x = Array())

Arrays in VB Classic use a 0-based indice. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.

3/20/2010
VB Classic
Sign In To Check If Stuff Is New
432
Hits

Code
2. VB Classic Empty String Check (Len(s&vbNullString))

Languages Focus: Empty String Check

An empty string is a zero length string, a string tha...

9/17/2009
VB Classic
Sign In To Check If Stuff Is New
803
Hits

Code
3. VB Classic Self Keyword (Me)

The Me keyword is a built-in variable that refers to the class where the code is executing. For example, you can pass Me from one module to another.

3/11/2009
Language Details
Sign In To Check If Stuff Is New
703
Hits

Code
4. VB Classic Deployment Overview

VB Classic Deployment Overview

VB applications require the VB runtime DLL (for versi...

2/13/2009
Tool Basics
More...

New: To/From Code

Go To: VB Classic To/From Guides

Code Snippets

  Code Snippet Created
1. Array 3/20/2010
2. Comments 1/1/2009
3. Prevent Derivation 1/1/2009
4. End of Statement 1/1/2009
5. Case Sensitivity 1/1/2009
6. Literals 1/1/2009
7. Variables 1/1/2009
8. Assignment 1/1/2009
9. String Cancatenation 1/1/2009
10. File Extensions 1/1/2009

Topics

  Topic Category Created
1. Array Data Structures 3/20/2010
2. Comments Language Basics 1/1/2009
3. Left of String Commands 1/1/2009
4. Prevent Derivation OOP Details 1/1/2009
5. Abstraction OOP Details 1/1/2009
6. End of Statement Language Basics 1/1/2009
7. Case Sensitivity Language Basics 1/1/2009
8. Literals Language Basics 1/1/2009
9. Variables Language Basics 1/1/2009
10. Assignment Operators 1/1/2009

New: eCertified Study Questions

Go To: eCertified
Question Level Type Based on KB Post KB Topic
A VB classic array is 0-based, meaning t... 2 TF VB Classic Array (x = Arr... VB Classic
In VB Classic object oriented programmin... 3 MC VB Classic Destructor OOP
In VB Classic object oriented progr... 3 MC VB Classic Constructors (... OOP
Is the default for parameters for subrou... 1 YN VB Classic Parameters (By... VB Classic
">Given the following ... 2 YN VB Classic Logical Operat... Language Basics
">Given the following code, which MsgBox w... 1 TF VB Classic Logical Operat... Language Basics

Lastest VB Classic Flashcard

Our flashcards are part of our library of tidbits.

Tidbits are FAQs, Definitions, Tips, and Code Snippets from our knowledge base.

VB Classic Array (x = Array())

Arrays in VB Classic use a 0-based indice. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.

Dim MyArray As Variant
Dim i As Integer
 
MyArray = Array("Mike", "Lisa", "Felicia", "Nathan")
 
If UBound(MyArray) > -1 Then
  For i = 0 To UBound(MyArray)
    MsgBox (MyArray(i))
  Next
End If
Posted By Mike Prestwood, Post #102134, KB Topic: VB Classic
 
333 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join Prestwood now. It's free!