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

Visual Basic

 
AnswerRe: ListBox Control Pin
~Khatri Mitesh~26-Jun-08 3:09
~Khatri Mitesh~26-Jun-08 3:09 
AnswerRe: ListBox Control Pin
John_Adams26-Jun-08 3:40
John_Adams26-Jun-08 3:40 
QuestionBuilding release version Pin
Jay Royall26-Jun-08 0:40
Jay Royall26-Jun-08 0:40 
AnswerRe: Building release version Pin
Kschuler26-Jun-08 8:47
Kschuler26-Jun-08 8:47 
GeneralRe: Building release version Pin
Jay Royall26-Jun-08 22:34
Jay Royall26-Jun-08 22:34 
Questionmake more easier Pin
shee_dee8625-Jun-08 23:51
shee_dee8625-Jun-08 23:51 
AnswerRe: make more easier Pin
Christian Graus25-Jun-08 23:57
protectorChristian Graus25-Jun-08 23:57 
AnswerRe: make more easier PinPopular
Guffa26-Jun-08 0:33
Guffa26-Jun-08 0:33 
Arrays are zero based, so the index gets different from your current names:
Dim a(6) as Byte
For i As Integer = 0 to 6
   a(i) = Convert.ToByte(ListBox3.Items(i))
Next


Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: make more easier Pin
Christian Graus26-Jun-08 0:38
protectorChristian Graus26-Jun-08 0:38 
GeneralRe: make more easier Pin
Guffa26-Jun-08 10:06
Guffa26-Jun-08 10:06 
GeneralRe: make more easier Pin
Christian Graus26-Jun-08 12:43
protectorChristian Graus26-Jun-08 12:43 
QuestionList Domains and machines Pin
nitin_ion25-Jun-08 21:48
nitin_ion25-Jun-08 21:48 
AnswerRe: List Domains and machines Pin
Mycroft Holmes26-Jun-08 16:24
professionalMycroft Holmes26-Jun-08 16:24 
GeneralRe: List Domains and machines Pin
Steven J Jowett26-Jun-08 23:11
Steven J Jowett26-Jun-08 23:11 
JokeRe: List Domains and machines Pin
Ariel Kazeed27-Jun-08 0:40
Ariel Kazeed27-Jun-08 0:40 
GeneralRe: List Domains and machines Pin
Mycroft Holmes27-Jun-08 0:55
professionalMycroft Holmes27-Jun-08 0:55 
QuestionSet nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 21:09
Sakthivel P25-Jun-08 21:09 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Ashfield25-Jun-08 21:29
Ashfield25-Jun-08 21:29 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 22:15
protectorChristian Graus25-Jun-08 22:15 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 22:40
Sakthivel P25-Jun-08 22:40 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 22:47
protectorChristian Graus25-Jun-08 22:47 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 23:08
Sakthivel P25-Jun-08 23:08 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 23:35
protectorChristian Graus25-Jun-08 23:35 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P26-Jun-08 0:23
Sakthivel P26-Jun-08 0:23 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Guffa26-Jun-08 1:07
Guffa26-Jun-08 1:07 

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.