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

Visual Basic

 
AnswerRe: insert data from datagridview into database VB Pin
Mycroft Holmes10-Apr-09 22:47
professionalMycroft Holmes10-Apr-09 22:47 
QuestionCreating Help for a program Pin
Felishi10-Apr-09 7:56
Felishi10-Apr-09 7:56 
AnswerRe: Creating Help for a program Pin
rajulama10-Apr-09 8:53
rajulama10-Apr-09 8:53 
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 
This should be easy, but I’m stuck.

I need an array of unspecified length.

I define it thus

Dim arrTest() as string


I try to populate it

arrTest(i) = value

I get the error - Object reference not set to an instance of an object. Use the “new keyword to create an object instance.

The new keyword does not work on the type string. How do I create this object?

Thanks
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 
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 

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.