Click here to Skip to main content
15,912,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Display text doc Pin
ASPnoob22-Jul-07 20:16
ASPnoob22-Jul-07 20:16 
GeneralRe: Display text doc Pin
Paul Conrad22-Jul-07 20:18
professionalPaul Conrad22-Jul-07 20:18 
Questiontwo dimensional array in vb.net Pin
Sonia Gupta22-Jul-07 19:18
Sonia Gupta22-Jul-07 19:18 
AnswerRe: two dimensional array in vb.net Pin
Christian Graus22-Jul-07 20:34
protectorChristian Graus22-Jul-07 20:34 
GeneralRe: two dimensional array in vb.net Pin
Sonia Gupta22-Jul-07 21:00
Sonia Gupta22-Jul-07 21:00 
GeneralRe: two dimensional array in vb.net Pin
Christian Graus22-Jul-07 21:36
protectorChristian Graus22-Jul-07 21:36 
GeneralRe: two dimensional array in vb.net Pin
Sonia Gupta22-Jul-07 21:41
Sonia Gupta22-Jul-07 21:41 
GeneralRe: two dimensional array in vb.net Pin
Christian Graus23-Jul-07 0:10
protectorChristian Graus23-Jul-07 0:10 
In that case, what you really want is a dictionary, which is an associative container.

If you don't know the key name, why are you looking up a value based on that key ? You can only look up a value where you know the key or index. You can iterate over all keys in a dictionary, but you need some way of knowing which one you wanted.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: two dimensional array in vb.net Pin
Dave Kreskowiak23-Jul-07 3:21
mveDave Kreskowiak23-Jul-07 3:21 
QuestionBranching a solution Pin
Salvador Rocha22-Jul-07 17:55
Salvador Rocha22-Jul-07 17:55 
AnswerRe: Branching a solution Pin
Luc Pattyn23-Jul-07 2:51
sitebuilderLuc Pattyn23-Jul-07 2:51 
GeneralRe: Branching a solution Pin
Salvador Rocha23-Jul-07 9:34
Salvador Rocha23-Jul-07 9:34 
GeneralRe: Branching a solution Pin
Luc Pattyn23-Jul-07 9:46
sitebuilderLuc Pattyn23-Jul-07 9:46 
GeneralRe: Branching a solution Pin
Salvador Rocha23-Jul-07 13:47
Salvador Rocha23-Jul-07 13:47 
GeneralRe: Branching a solution Pin
Luc Pattyn23-Jul-07 14:13
sitebuilderLuc Pattyn23-Jul-07 14:13 
QuestionDataGridView committing a value in a cell. Pin
steve_rm22-Jul-07 12:49
steve_rm22-Jul-07 12:49 
AnswerRe: DataGridView committing a value in a cell. Pin
Psycho-*Coder*-Extreme22-Jul-07 15:04
Psycho-*Coder*-Extreme22-Jul-07 15:04 
QuestionSave As A Chosen Date. Pin
frankiebaby222-Jul-07 12:28
frankiebaby222-Jul-07 12:28 
AnswerRe: Save As A Chosen Date. Pin
frankiebaby222-Jul-07 14:23
frankiebaby222-Jul-07 14:23 
AnswerRe: Save As A Chosen Date. [modified*3] Pin
Psycho-*Coder*-Extreme22-Jul-07 15:02
Psycho-*Coder*-Extreme22-Jul-07 15:02 
GeneralRe: Save As A Chosen Date. Pin
Christian Graus22-Jul-07 15:34
protectorChristian Graus22-Jul-07 15:34 
GeneralRe: Save As A Chosen Date. Pin
Psycho-*Coder*-Extreme22-Jul-07 15:41
Psycho-*Coder*-Extreme22-Jul-07 15:41 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby222-Jul-07 22:49
frankiebaby222-Jul-07 22:49 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
RichardBerry23-Jul-07 2:53
RichardBerry23-Jul-07 2:53 
GeneralRe: Save As A Chosen Date. [modified*3] Pin
frankiebaby223-Jul-07 9:35
frankiebaby223-Jul-07 9: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.