Click here to Skip to main content
15,892,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Dave's...code is still better

Dim test As New List(Of String)

test.Add("Some string")
test.Add("Some other string")
test.Add("and another")

Dim sa() As String = test.ToArray


'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


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 
AnswerRe: Adding my app's link to Desktop Context Menu Pin
Jon_Boy10-Apr-09 1:57
Jon_Boy10-Apr-09 1:57 
AnswerRe: Adding my app's link to Desktop Context Menu Pin
Dave Kreskowiak10-Apr-09 3:00
mveDave Kreskowiak10-Apr-09 3:00 
GeneralRe: Adding my app's link to Desktop Context Menu Pin
Colin Angus Mackay10-Apr-09 3:12
Colin Angus Mackay10-Apr-09 3:12 

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.