Click here to Skip to main content
15,893,266 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Creating Help for a program Pin
Felishi11-Apr-09 7:42
Felishi11-Apr-09 7:42 
AnswerRe: Creating Help for a program Pin
Eslam Afifi10-Apr-09 12:51
Eslam Afifi10-Apr-09 12:51 
GeneralRe: Creating Help for a program Pin
Felishi15-Apr-09 10:51
Felishi15-Apr-09 10:51 
GeneralRe: Creating Help for a program Pin
Eslam Afifi15-Apr-09 11:53
Eslam Afifi15-Apr-09 11:53 
QuestionCan’t create New Array. Pin
enipla10-Apr-09 5:31
enipla10-Apr-09 5:31 
AnswerRe: Can’t create New Array. Pin
riced10-Apr-09 6:00
riced10-Apr-09 6:00 
GeneralRe: Can’t create New Array. Pin
enipla10-Apr-09 8:32
enipla10-Apr-09 8:32 
GeneralRe: Can’t create New Array. Pin
riced10-Apr-09 8:39
riced10-Apr-09 8:39 
I'm afraid that's the way the language works. Smile | :)
If you think about it your first Dim is just saying I want to use an array, but it does not say how big an array. Nor does it actually create an array - that does not happen until you do a 'new'.

In any case glad you have a solution.
Might be worth looking at Dave K's reply - he's usually very good and in this case his is a better solution. Smile | :)

Regards
David R

AnswerRe: Can’t create New Array. Pin
Dave Kreskowiak10-Apr-09 7:14
mveDave Kreskowiak10-Apr-09 7:14 
GeneralRe: Can’t create New Array. Pin
enipla10-Apr-09 8:36
enipla10-Apr-09 8:36 
GeneralRe: Can’t create New Array. Pin
nlarson1110-Apr-09 10:04
nlarson1110-Apr-09 10:04 
Questionhelp Pin
rajulama10-Apr-09 3:54
rajulama10-Apr-09 3:54 
AnswerRe: help PinPopular
Dave Kreskowiak10-Apr-09 4:25
mveDave Kreskowiak10-Apr-09 4:25 
GeneralRe: help Pin
rajulama10-Apr-09 4:48
rajulama10-Apr-09 4:48 
GeneralRe: help Pin
MidwestLimey10-Apr-09 5:10
professionalMidwestLimey10-Apr-09 5:10 
GeneralRe: help Pin
rajulama10-Apr-09 5:17
rajulama10-Apr-09 5:17 
GeneralRe: help Pin
Jon_Boy10-Apr-09 6:25
Jon_Boy10-Apr-09 6:25 
GeneralRe: help Pin
Dave Kreskowiak10-Apr-09 7:15
mveDave Kreskowiak10-Apr-09 7:15 
GeneralRe: help Pin
EliottA10-Apr-09 13:46
EliottA10-Apr-09 13:46 
GeneralRe: help Pin
rajulama10-Apr-09 18:34
rajulama10-Apr-09 18:34 
GeneralRe: help Pin
Kschuler10-Apr-09 7:50
Kschuler10-Apr-09 7:50 
GeneralRe: help Pin
rajulama10-Apr-09 8:41
rajulama10-Apr-09 8:41 
GeneralRe: help Pin
Kschuler10-Apr-09 8:47
Kschuler10-Apr-09 8:47 
GeneralRe: help Pin
Yusuf10-Apr-09 9:23
Yusuf10-Apr-09 9:23 
QuestionAdding my app's link to Desktop Context Menu Pin
Sumit Prakash Sharma10-Apr-09 1:05
professionalSumit Prakash Sharma10-Apr-09 1:05 

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.