Click here to Skip to main content
15,891,513 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Listbox Values in Pin
Anubhava Dimri5-Apr-10 22:00
Anubhava Dimri5-Apr-10 22:00 
GeneralRe: Listbox Values in Pin
Eddy Vluggen5-Apr-10 22:10
professionalEddy Vluggen5-Apr-10 22:10 
QuestionFlickers Pin
Anubhava Dimri5-Apr-10 20:08
Anubhava Dimri5-Apr-10 20:08 
AnswerRe: Flickers Pin
Dave Kreskowiak6-Apr-10 1:43
mveDave Kreskowiak6-Apr-10 1:43 
Questionweb bot Pin
mabrahao5-Apr-10 4:47
mabrahao5-Apr-10 4:47 
AnswerRe: web bot [modified] Pin
mabrahao5-Apr-10 7:23
mabrahao5-Apr-10 7:23 
Questioncompare files with hash tables, find dupe files in folder, manage hash table Pin
NikWing5-Apr-10 3:41
NikWing5-Apr-10 3:41 
AnswerRe: compare files with hash tables, find dupe files in folder, manage hash table Pin
Paramu19735-Apr-10 20:21
Paramu19735-Apr-10 20:21 
Imports System.Collections



Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

Dim airports As New Hashtable
airports.Add("JFK", "John F. Kennedy, New York")
airports.Add("LAX", "Los Angeles International, Los Angeles")
airports.Add("ORD", "O'Hare International, Chicago")
airports.Add("LHR", "Heathrow Airport, London")
MsgBox(airports.Item("JFK"))

End sub

Checkout for more you can do Retrieve All Values Sort & Iterate,etc...Thumbs Up | :thumbsup:

http://www.java2s.com/Tutorial/VB/0160__Collections/0260__Hashtable.htm
GeneralRe: compare files with hash tables, find dupe files in folder, manage hash table Pin
NikWing6-Apr-10 2:00
NikWing6-Apr-10 2:00 
GeneralRe: compare files with hash tables, find dupe files in folder, manage hash table [modified] Pin
NikWing6-Apr-10 2:21
NikWing6-Apr-10 2:21 
AnswerRe: compare files with hash tables, find dupe files in folder, manage hash table Pin
NikWing6-Apr-10 13:02
NikWing6-Apr-10 13:02 
QuestionVb.net & SQLite Pin
Ben Magee5-Apr-10 3:25
Ben Magee5-Apr-10 3:25 
AnswerRe: Vb.net & SQLite Pin
Sebastian Br.5-Apr-10 21:18
Sebastian Br.5-Apr-10 21:18 
QuestionRecursive Function [modified] Pin
Andy_L_J4-Apr-10 16:51
Andy_L_J4-Apr-10 16:51 
AnswerRe: Recursive Function Pin
riced4-Apr-10 23:41
riced4-Apr-10 23:41 
GeneralRe: Recursive Function Pin
Andy_L_J5-Apr-10 2:35
Andy_L_J5-Apr-10 2:35 
GeneralRe: Recursive Function [modified] Pin
riced5-Apr-10 4:19
riced5-Apr-10 4:19 
AnswerRe: Recursive Function Pin
William Winner7-Apr-10 8:18
William Winner7-Apr-10 8:18 
QuestionGet the parent objet or parent level in nested lists Pin
norrisMiou4-Apr-10 0:51
norrisMiou4-Apr-10 0:51 
AnswerRe: Get the parent objet or parent level in nested lists Pin
DaveAuld4-Apr-10 2:28
professionalDaveAuld4-Apr-10 2:28 
GeneralRe: Get the parent objet or parent level in nested lists Pin
norrisMiou4-Apr-10 2:56
norrisMiou4-Apr-10 2:56 
GeneralRe: Get the parent objet or parent level in nested lists Pin
DaveAuld4-Apr-10 5:36
professionalDaveAuld4-Apr-10 5:36 
AnswerRe: Get the parent objet or parent level in nested lists Pin
Alan N4-Apr-10 6:04
Alan N4-Apr-10 6:04 
GeneralRe: Get the parent objet or parent level in nested lists Pin
norrisMiou5-Apr-10 7:26
norrisMiou5-Apr-10 7:26 
GeneralRe: Get the parent objet or parent level in nested lists Pin
Alan N5-Apr-10 13:19
Alan N5-Apr-10 13:19 

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.