Click here to Skip to main content
16,010,523 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHave you solved this? Pin
alexvw22-Mar-08 6:53
alexvw22-Mar-08 6:53 
GeneralRe: Have you solved this? Pin
Paul Conrad22-Mar-08 6:58
professionalPaul Conrad22-Mar-08 6:58 
GeneralRe: Have you solved this? Pin
alexvw22-Mar-08 11:12
alexvw22-Mar-08 11:12 
Generaltreeview not selecting the node Pin
uglyeyes29-Jan-08 11:35
uglyeyes29-Jan-08 11:35 
GeneralXML to SGML Conversion Pin
geekfromindia29-Jan-08 10:56
geekfromindia29-Jan-08 10:56 
GeneralRe: XML to SGML Conversion Pin
Ri Qen-Sin29-Jan-08 11:43
Ri Qen-Sin29-Jan-08 11:43 
GeneralLooping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 7:01
imonfiredammit29-Jan-08 7:01 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 7:53
Guffa29-Jan-08 7:53 
You are treating RetrieveList as if it was a string, but it's a reference to an array.

Furthermore, as the variable is null (Nothing in VB), there is no array, so you can't put anything in it or read anything from it.

Why are you trying to loop through an array to create an array? Why don't you just use the Enum.GetNames method to get an array of the names in the enumeration?

Experience is the sum of all the mistakes you have done.

GeneralRe: Looping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 8:21
imonfiredammit29-Jan-08 8:21 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 9:51
Guffa29-Jan-08 9:51 
Generaldataview.rowfilter Pin
Smithers-Jones29-Jan-08 5:58
Smithers-Jones29-Jan-08 5:58 
QuestionAsync socket receive buffer problem? Pin
Benny_Lava29-Jan-08 3:31
Benny_Lava29-Jan-08 3:31 
QuestionHandling multiple mainWindowHandles of one Process Pin
wieczo.yo29-Jan-08 3:21
wieczo.yo29-Jan-08 3:21 
QuestionMass creation of keyword meta tags into HTML pages? Pin
BungleBonce29-Jan-08 2:47
BungleBonce29-Jan-08 2:47 
AnswerRe: Mass creation of keyword meta tags into HTML pages? Pin
pmarfleet29-Jan-08 9:51
pmarfleet29-Jan-08 9:51 
GeneralRe: Mass creation of keyword meta tags into HTML pages? Pin
BungleBonce29-Jan-08 22:41
BungleBonce29-Jan-08 22:41 
GeneralRe: Mass creation of keyword meta tags into HTML pages? Pin
pmarfleet30-Jan-08 10:19
pmarfleet30-Jan-08 10:19 
QuestionHow Can I Execute this query??????????????? Pin
Vanamaindia29-Jan-08 2:37
Vanamaindia29-Jan-08 2:37 
AnswerRe: How Can I Execute this query??????????????? Pin
Guffa29-Jan-08 7:09
Guffa29-Jan-08 7:09 
GeneralI want my URL to be static for eg "http://project1" Pin
VB.Net Developer29-Jan-08 2:13
VB.Net Developer29-Jan-08 2:13 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
Steven J Jowett29-Jan-08 5:54
Steven J Jowett29-Jan-08 5:54 
GeneralRe: I want my URL to be static for eg "http://project1" Pin
VB.Net Developer30-Jan-08 0:06
VB.Net Developer30-Jan-08 0:06 
QuestionHow to pass value from child form to parent form Pin
ejaz_pk29-Jan-08 1:44
ejaz_pk29-Jan-08 1:44 
GeneralRe: How to pass value from child form to parent form Pin
Justin Perez29-Jan-08 2:32
Justin Perez29-Jan-08 2:32 
GeneralRe: How to pass value from child form to parent form Pin
Vanamaindia29-Jan-08 2:42
Vanamaindia29-Jan-08 2:42 

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.