Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to rotate a picture for 180 degrees in VB 6.0 Pin
Mekong River5-Apr-06 23:02
Mekong River5-Apr-06 23:02 
Question"Sub" is short for...? Pin
Mike Ellison5-Apr-06 12:16
Mike Ellison5-Apr-06 12:16 
AnswerRe: "Sub" is short for...? Pin
Colin Angus Mackay5-Apr-06 12:25
Colin Angus Mackay5-Apr-06 12:25 
GeneralRe: "Sub" is short for...? Pin
Mike Ellison5-Apr-06 12:35
Mike Ellison5-Apr-06 12:35 
GeneralRe: "Sub" is short for...? Pin
FrankyT5-Apr-06 12:53
FrankyT5-Apr-06 12:53 
GeneralRe: "Sub" is short for...? Pin
Mike Ellison5-Apr-06 13:08
Mike Ellison5-Apr-06 13:08 
AnswerRe: "Sub" is short for...? Pin
Steve Pullan5-Apr-06 14:25
Steve Pullan5-Apr-06 14:25 
GeneralRe: "Sub" is short for...? Pin
Garner T5-Apr-06 16:18
Garner T5-Apr-06 16:18 
Page 422, chapter 9, of "Visual Basic 6 Complete", Table 9.5: Statements Supported in VBScript.
Sub - Declares a Subroutine
Looking at the example provided, a subroutine is a division or seperate event happening inside of an "event procedure" as described below.

Page 42, chapter 4, "Visual Basic 6 For Dummies"
In Visual Basic lingo, subprograms are event procedures (although some programmers may call them subroutines).

So my understanding would be that a "Sub" is actually an "Event Procedure" and a "Subroutine" is inside of an event procedure and seperated by a marker consisting of an apostrophe followed by a tilde ('~). The example is provided on page 441, chapter 9, of "Visual Basic 6 Complete".

Hope this helps, Garner
AnswerRe: "Sub" is short for...? Pin
Guffa5-Apr-06 20:52
Guffa5-Apr-06 20:52 
QuestionHelp... Visualizations and Summary Pin
FeRtoll5-Apr-06 10:44
FeRtoll5-Apr-06 10:44 
AnswerRe: Help... Visualizations and Summary Pin
J4amieC11-May-06 5:23
J4amieC11-May-06 5:23 
QuestionMoney / QuickBooks type app Pin
mroosa5-Apr-06 8:12
mroosa5-Apr-06 8:12 
Questionhow to read the number printed on an image by Vb6 or .Net Pin
Murtuza Husain Miyan Patel5-Apr-06 7:52
professionalMurtuza Husain Miyan Patel5-Apr-06 7:52 
AnswerRe: how to read the number printed on an image by Vb6 or .Net Pin
Christian Graus5-Apr-06 13:44
protectorChristian Graus5-Apr-06 13:44 
QuestionSum algorithm Pin
Scott Page5-Apr-06 7:31
professionalScott Page5-Apr-06 7:31 
AnswerRe: Sum algorithm Pin
Guffa5-Apr-06 8:17
Guffa5-Apr-06 8:17 
GeneralRe: Sum algorithm Pin
Scott Page5-Apr-06 10:04
professionalScott Page5-Apr-06 10:04 
AnswerRe: Sum algorithm Pin
J4amieC5-Apr-06 9:02
J4amieC5-Apr-06 9:02 
GeneralRe: Sum algorithm Pin
Scott Page5-Apr-06 9:58
professionalScott Page5-Apr-06 9:58 
GeneralRe: Sum algorithm Pin
machman15-Apr-06 12:16
machman15-Apr-06 12:16 
AnswerRe: Sum algorithm Pin
Steve Pullan5-Apr-06 15:38
Steve Pullan5-Apr-06 15:38 
GeneralRe: Sum algorithm Pin
Scott Page6-Apr-06 2:10
professionalScott Page6-Apr-06 2:10 
GeneralRe: Sum algorithm Pin
machman16-Apr-06 3:52
machman16-Apr-06 3:52 
AnswerRe: Sum algorithm Pin
Scott Page6-Apr-06 2:39
professionalScott Page6-Apr-06 2:39 
Questionhow i can redefine string Pin
Mr kilany5-Apr-06 7:09
Mr kilany5-Apr-06 7:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.