Click here to Skip to main content
15,898,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: IP Address Pin
Paul Conrad28-Jun-08 7:46
professionalPaul Conrad28-Jun-08 7:46 
AnswerRe: IP Address Pin
Eytukan28-Jun-08 21:35
Eytukan28-Jun-08 21:35 
GeneralRe: IP Address Pin
nagendrathecoder29-Jun-08 18:30
nagendrathecoder29-Jun-08 18:30 
AnswerRe: IP Address Pin
nagendrathecoder29-Jun-08 18:31
nagendrathecoder29-Jun-08 18:31 
QuestionBeginner help please? Pin
GMHLJ27-Jun-08 21:15
GMHLJ27-Jun-08 21:15 
AnswerRe: Beginner help please? Pin
Christian Graus27-Jun-08 23:37
protectorChristian Graus27-Jun-08 23:37 
GeneralRe: Beginner help please? Pin
GMHLJ28-Jun-08 1:49
GMHLJ28-Jun-08 1:49 
GeneralRe: Beginner help please? Pin
Guffa28-Jun-08 4:04
Guffa28-Jun-08 4:04 
150db wrote:
Public quantity As New Hashtable


Now you have forgotten about generics again. Wink | ;)

Public Quantities As New Dictionary(Of Part, Integer)

An alternative would be to create your own generic class Qantified(Of T), that just contains an Integer for quantity and a T variable. Then you could do:

Public Parts As New List(Of Quantified(Of Part))

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

Questiondetect a connection string Pin
mehrnoosh27-Jun-08 19:15
mehrnoosh27-Jun-08 19:15 
AnswerRe: detect a connection string Pin
Christian Graus27-Jun-08 19:26
protectorChristian Graus27-Jun-08 19:26 
GeneralRe: detect a connection string Pin
mehrnoosh27-Jun-08 19:46
mehrnoosh27-Jun-08 19:46 
GeneralRe: detect a connection string Pin
Christian Graus27-Jun-08 19:47
protectorChristian Graus27-Jun-08 19:47 
GeneralRe: detect a connection string Pin
mehrnoosh27-Jun-08 20:00
mehrnoosh27-Jun-08 20:00 
GeneralRe: detect a connection string Pin
Christian Graus27-Jun-08 20:03
protectorChristian Graus27-Jun-08 20:03 
GeneralRe: detect a connection string Pin
mehrnoosh27-Jun-08 20:18
mehrnoosh27-Jun-08 20:18 
GeneralRe: detect a connection string Pin
Christian Graus27-Jun-08 20:19
protectorChristian Graus27-Jun-08 20:19 
GeneralRe: detect a connection string Pin
mehrnoosh27-Jun-08 20:28
mehrnoosh27-Jun-08 20:28 
GeneralRe: detect a connection string Pin
Christian Graus27-Jun-08 20:30
protectorChristian Graus27-Jun-08 20:30 
GeneralRe: detect a connection string Pin
mehrnoosh27-Jun-08 20:39
mehrnoosh27-Jun-08 20:39 
Questionarchive Pin
pinkidasu27-Jun-08 9:36
pinkidasu27-Jun-08 9:36 
AnswerRe: archive Pin
Christian Graus27-Jun-08 13:04
protectorChristian Graus27-Jun-08 13:04 
GeneralRe: archive Pin
pinkidasu30-Jun-08 3:34
pinkidasu30-Jun-08 3:34 
AnswerRe: archive Pin
Paul Conrad27-Jun-08 16:05
professionalPaul Conrad27-Jun-08 16:05 
QuestionApplication processing versus sql cursor processing Pin
Jay Royall27-Jun-08 5:44
Jay Royall27-Jun-08 5:44 
AnswerRe: Application processing versus sql cursor processing Pin
Tim Carmichael27-Jun-08 6:57
Tim Carmichael27-Jun-08 6:57 

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.