Click here to Skip to main content
15,897,334 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: getting selected row index from a listView Pin
Mycroft Holmes26-Jun-08 16:19
professionalMycroft Holmes26-Jun-08 16:19 
QuestionListBox Control Pin
Saam_cse26-Jun-08 2:35
Saam_cse26-Jun-08 2:35 
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 
hi,
can anyone help me how to make this code little easier

Dim a1,a2,a3,a4,a5,a6,a7 as byte
a1 = Convert.ToByte(ListBox3.Items(0))
a2 = Convert.ToByte(ListBox3.Items(1))
a3 = Convert.ToByte(ListBox3.Items(2))
a4 = Convert.ToByte(ListBox3.Items(3))
a5 = Convert.ToByte(ListBox3.Items(4))
a6 = Convert.ToByte(ListBox3.Items(5))
a7 = Convert.ToByte(ListBox3.Items(6))

i'm now have confusing about array..
please anyone can guide me if have more than 7 statement..
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 
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 

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.