Library code snippets
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.
'---------------------------------------------------------------------------
Related articles
Related discussion
-
Problem with migration to C# (CoCreateInstanceEx)
by LRollison (1 replies)
-
VB6 Problem Creating Shortcuts
by rb1177 (0 replies)
-
how can i open a file
by kyawswarhtun (0 replies)
-
how to save any one form what i want?
by blackguy (5 replies)
-
Build an MP3 Player
by soybees (4 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
This thread is for discussions of Sesame Street Test - VB 5 and up.