Click here to Skip to main content
15,887,585 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAppend or Insert the Text in Outlook 2003 message body using vb.net Pin
~Khatri Mitesh~27-May-08 0:28
~Khatri Mitesh~27-May-08 0:28 
QuestionPlease Help In VB 2008 Express Edition Pin
Abidh27-May-08 0:05
Abidh27-May-08 0:05 
AnswerRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 1:23
Ashfield27-May-08 1:23 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh27-May-08 18:51
Abidh27-May-08 18:51 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 23:15
Ashfield27-May-08 23:15 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh28-May-08 1:34
Abidh28-May-08 1:34 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield28-May-08 5:03
Ashfield28-May-08 5:03 
QuestionError in Array Handling Pin
nagendrathecoder26-May-08 23:49
nagendrathecoder26-May-08 23:49 
hi friends,

I am trying to fill a string array but i am getting an error as "Object Reference not set to an instance of an object"
Here is my sample code

dim str() as string
dim s as string

For i = 1 To 5
s = SomeMethod()
str(i) = s
Next


Here SomeMethod() is returning a string and i want to assign it to string array str(). Why i am getting above error? What i need to do?
Can anyone help me please.

Thanks,
Nagendra
AnswerRe: Error in Array Handling Pin
dan!sh 27-May-08 1:00
professional dan!sh 27-May-08 1:00 
AnswerRe: Error in Array Handling Pin
Chinners27-May-08 1:00
Chinners27-May-08 1:00 
AnswerRe: Error in Array Handling Pin
nagendrathecoder27-May-08 1:25
nagendrathecoder27-May-08 1:25 
QuestionProcess Time Pin
~V~26-May-08 20:36
~V~26-May-08 20:36 
AnswerRe: Process Time Pin
Ashfield26-May-08 21:14
Ashfield26-May-08 21:14 
GeneralRe: Process Time Pin
~V~26-May-08 21:35
~V~26-May-08 21:35 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 22:24
professionalMycroft Holmes26-May-08 22:24 
GeneralRe: Process Time Pin
~V~26-May-08 22:54
~V~26-May-08 22:54 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 23:16
professionalMycroft Holmes26-May-08 23:16 
GeneralRe: Process Time Pin
~V~26-May-08 23:30
~V~26-May-08 23:30 
GeneralRe: Process Time Pin
Ashfield26-May-08 23:37
Ashfield26-May-08 23:37 
GeneralRe: Process Time Pin
~V~26-May-08 23:51
~V~26-May-08 23:51 
QuestionTable Locking : Reposting with more details... [modified] Pin
nishkarsh_k26-May-08 20:22
nishkarsh_k26-May-08 20:22 
AnswerRe: Table Locking : Reposting with more details... Pin
darkelv26-May-08 20:56
darkelv26-May-08 20:56 
GeneralRe: Table Locking : Reposting with more details... Pin
Ashfield26-May-08 21:16
Ashfield26-May-08 21:16 
AnswerRe: Table Locking : Reposting with more details... Pin
Mycroft Holmes26-May-08 22:29
professionalMycroft Holmes26-May-08 22:29 
Questionsoap exception in creation of a site Pin
FriendlySoluations26-May-08 20:02
FriendlySoluations26-May-08 20:02 

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.