Click here to Skip to main content
15,924,193 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGet name in FlowLayoutPanel child control Pin
ivo759-Jul-10 4:38
ivo759-Jul-10 4:38 
AnswerRe: Get name in FlowLayoutPanel child control Pin
Dave Kreskowiak9-Jul-10 9:41
mveDave Kreskowiak9-Jul-10 9:41 
GeneralRe: Get name in FlowLayoutPanel child control Pin
ivo759-Jul-10 11:47
ivo759-Jul-10 11:47 
AnswerRe: Get name in FlowLayoutPanel child control Pin
Luc Pattyn9-Jul-10 10:11
sitebuilderLuc Pattyn9-Jul-10 10:11 
QuestionComboBox help Pin
RyJaBy8-Jul-10 3:33
RyJaBy8-Jul-10 3:33 
AnswerRe: ComboBox help PinPopular
Wayne Gaylard8-Jul-10 4:24
professionalWayne Gaylard8-Jul-10 4:24 
GeneralRe: ComboBox help Pin
RyJaBy8-Jul-10 4:34
RyJaBy8-Jul-10 4:34 
AnswerRe: ComboBox help Pin
Scubapro8-Jul-10 4:27
Scubapro8-Jul-10 4:27 
Yes, makes sense.

Why don't you use an ArrayList in conjuction with your ComboBox
and make the indexes correspond to one another?

E.g.
ComboBox1.Items.Add("Drive Time")
ComboBox1.Items.Add("......")
...
Array1.Add("002302")
Array1.Add("......")
...

Public Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged

   value = Array1.Item(ComboBox1.SelectedIndex).ToString

End Sub

GeneralRe: ComboBox help Pin
RyJaBy8-Jul-10 4:34
RyJaBy8-Jul-10 4:34 
AnswerRe: ComboBox help Pin
Luc Pattyn8-Jul-10 8:15
sitebuilderLuc Pattyn8-Jul-10 8:15 
GeneralRe: ComboBox help Pin
Scubapro8-Jul-10 20:17
Scubapro8-Jul-10 20:17 
AnswerRe: ComboBox help Pin
programmervb.netc++11-Jul-10 18:29
programmervb.netc++11-Jul-10 18:29 
GeneralRe: ComboBox help Pin
Scubapro13-Jul-10 3:56
Scubapro13-Jul-10 3:56 
AnswerRe: ComboBox help Pin
Neville Nazerane20-Jul-10 2:37
Neville Nazerane20-Jul-10 2:37 
QuestionHow to Fill Color in Outer Area Of ARC Pin
Anubhava Dimri8-Jul-10 2:21
Anubhava Dimri8-Jul-10 2:21 
AnswerRe: How to Fill Color in Outer Area Of ARC Pin
Eddy Vluggen8-Jul-10 3:14
professionalEddy Vluggen8-Jul-10 3:14 
GeneralRe: How to Fill Color in Outer Area Of ARC Pin
Anubhava Dimri8-Jul-10 18:23
Anubhava Dimri8-Jul-10 18:23 
GeneralRe: How to Fill Color in Outer Area Of ARC Pin
Eddy Vluggen9-Jul-10 3:35
professionalEddy Vluggen9-Jul-10 3:35 
QuestionAuto paginaton in sql Pin
Ebube8-Jul-10 0:23
Ebube8-Jul-10 0:23 
AnswerRe: Auto paginaton in sql Pin
Scubapro8-Jul-10 1:21
Scubapro8-Jul-10 1:21 
Questionhelp on bluetooth application in vb.net Pin
Folad System7-Jul-10 22:38
Folad System7-Jul-10 22:38 
AnswerRe: help on bluetooth application in vb.net Pin
Johan Hakkesteegt7-Jul-10 22:53
Johan Hakkesteegt7-Jul-10 22:53 
GeneralRe: help on bluetooth application in vb.net Pin
Smithers-Jones8-Jul-10 1:11
Smithers-Jones8-Jul-10 1:11 
AnswerRe: help on bluetooth application in vb.net Pin
Dave Kreskowiak8-Jul-10 3:26
mveDave Kreskowiak8-Jul-10 3:26 
AnswerRe: help on bluetooth application in vb.net Pin
Smithers-Jones8-Jul-10 4:01
Smithers-Jones8-Jul-10 4:01 

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.