Sesame Street Test - VB 5 and up

Introduction

'   (C)2002 - All rights reserved - MRJ Design!
'   please leave the comments within INTACT as well as the (C)....
'---------------------------------------------------------------------------
'   MRJ Deisgn wrote the source code in VB for this but...
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   © Sesame Workshop.
'   Sesame Street Muppets © The Jim Henson Company.
'   All rights reserved.
'   Sesame Street and the Sesame Street sign are registered
'   trademarks and service marks of Sesame Workshop.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
'---------------------------------------------------------------------------
'THIS SAMPLE APPLICATION WILL DESCRIBE THE FOLLOWING BASIC ELEMENTS OF VB 5.
'---------------------------------------------------------------------------
' Option buttons, Frames, Labels, Command Buttons, Basic message boxes (MsgBox)
'---------------------------------------------------------------------------
' Public Variables
' Constants
' Arrays and looping through them with restraints
'---------------------------------------------------------------------------
' Select Case statements
'---------------------------------------------------------------------------
' Simple 'For... Next...' and 'Do... While...' Loops
'---------------------------------------------------------------------------
' Basic string manipulation
'---------------------------------------------------------------------------
' The conversion between Hexadecimal and Numerical values (Hex >> Val)
'---------------------------------------------------------------------------
' AND... the most hated feature of all amongst programmers...
' a valid and correct (at least I tried :) ) commenting of your code
' so that any other programmer can read it.
'---------------------------------------------------------------------------

You might also like...

Comments

Mike J

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Some people, when confronted with a problem, think "I know, I’ll use regular expressions." Now they have two problems.” - Jamie Zawinski