Click here to Skip to main content
15,902,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generaldeveloping my own web browser Pin
mikanu11-Sep-03 11:04
mikanu11-Sep-03 11:04 
GeneralRe: developing my own web browser Pin
Dave Kreskowiak12-Sep-03 8:01
mveDave Kreskowiak12-Sep-03 8:01 
GeneralSimple problem Pin
ivanji11-Sep-03 4:50
ivanji11-Sep-03 4:50 
GeneralRe: Simple problem Pin
NetPointerIN11-Sep-03 9:35
NetPointerIN11-Sep-03 9:35 
GeneralRe: Simple problem Pin
Ray Cassick11-Sep-03 9:59
Ray Cassick11-Sep-03 9:59 
GeneralRe: Simple problem Pin
Member 57284911-Sep-03 11:57
Member 57284911-Sep-03 11:57 
GeneralRe: Simple problem Pin
ivanji11-Sep-03 12:41
ivanji11-Sep-03 12:41 
GeneralPass array Pin
sardinka11-Sep-03 4:42
sardinka11-Sep-03 4:42 
I have the following code:
My question is: how to pass a element od array to procedure to validate?
Private Sub btnStart_Click()
Dim Age(0 To 5) As String '6 element array
Dim Counter As Integer

For Counter = 0 To 5
Age(Counter) = InputBox("Records entered:" & Counter & " Please Enter Age :")
Call checkAge(Age())


Next
End Sub

Sub checkAge(Age())
If Age < 17 Then
MsgBox "You should not drive yet"
Else
MsgBox "Eligible for driving"
End If
End Sub
Generalreadin excel data into a dataset Pin
Anonymous11-Sep-03 4:10
Anonymous11-Sep-03 4:10 
GeneralGraphs connected to Interface &amp; db Pin
Inneedofluv10-Sep-03 19:57
Inneedofluv10-Sep-03 19:57 
GeneralI want to lock the Access database (VB.6) Pin
Nazila Naderi10-Sep-03 15:40
Nazila Naderi10-Sep-03 15:40 
GeneralRe: I want to lock the Access database (VB.6) Pin
Meysam Khayatan11-Sep-03 12:03
Meysam Khayatan11-Sep-03 12:03 
GeneralEasy VBScript question about the file pointer Pin
monkeyman9910-Sep-03 12:10
sussmonkeyman9910-Sep-03 12:10 
GeneralRe: Easy VBScript question about the file pointer Pin
NetPointerIN11-Sep-03 9:42
NetPointerIN11-Sep-03 9:42 
GeneralBasic DataGrid Navigation. Pin
Steverty10-Sep-03 10:32
Steverty10-Sep-03 10:32 
Generalconverting vb double to vc double Pin
Member 57284910-Sep-03 8:04
Member 57284910-Sep-03 8:04 
GeneralRe: converting vb double to vc double Pin
Nic Rowan10-Sep-03 23:44
Nic Rowan10-Sep-03 23:44 
GeneralRe: converting vb double to vc double Pin
Member 57284911-Sep-03 4:07
Member 57284911-Sep-03 4:07 
GeneralRe: converting vb double to vc double Pin
Nic Rowan11-Sep-03 8:06
Nic Rowan11-Sep-03 8:06 
GeneralConvert from VS.Net 2003 to VS.Net Pin
Orcrist10-Sep-03 6:12
Orcrist10-Sep-03 6:12 
GeneralDeleteCommand problem.. Pin
GJul10-Sep-03 4:48
GJul10-Sep-03 4:48 
Generalall about exceptions Pin
fume9-Sep-03 22:09
fume9-Sep-03 22:09 
GeneralRe: all about exceptions Pin
SimonS9-Sep-03 22:11
SimonS9-Sep-03 22:11 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:08
fume10-Sep-03 14:08 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:17
fume10-Sep-03 14:17 

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.