Click here to Skip to main content
15,891,914 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 8:53
Member 39190498-May-08 8:53 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
eggsovereasy8-May-08 9:04
eggsovereasy8-May-08 9:04 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 9:56
Member 39190498-May-08 9:56 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 12:14
Member 39190498-May-08 12:14 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing9-May-08 4:47
Andrew Rissing9-May-08 4:47 
QuestionOpen Source Database Lib Pin
Mushtaque Nizamani8-May-08 7:16
Mushtaque Nizamani8-May-08 7:16 
AnswerRe: Open Source Database Lib Pin
Judah Gabriel Himango8-May-08 7:38
sponsorJudah Gabriel Himango8-May-08 7:38 
QuestionWant to map two keys to a value Pin
Jordanwb8-May-08 6:34
Jordanwb8-May-08 6:34 
What I want to do is create a table of sorts:

___________________
|     |Key 1|Key 2|
|_____|_____|_____|
|Sub 1|Value|Value|
|_____|_____|_____|
|Sub 2|Value|     |
|_____|_____|_____|


For example in the System.Collections.Generic.Dictionary class I can access values like so:

dictionary[key]

what I want to do is access the value like so:

table[key,sub]

Any ideas?
AnswerRe: Want to map two keys to a value Pin
Judah Gabriel Himango8-May-08 7:37
sponsorJudah Gabriel Himango8-May-08 7:37 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing8-May-08 8:53
Andrew Rissing8-May-08 8:53 
GeneralRe: Want to map two keys to a value Pin
eggsovereasy8-May-08 9:13
eggsovereasy8-May-08 9:13 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:09
Jordanwb8-May-08 10:09 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 10:27
mveDave Kreskowiak8-May-08 10:27 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:47
Jordanwb8-May-08 10:47 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 13:26
mveDave Kreskowiak8-May-08 13:26 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing9-May-08 4:44
Andrew Rissing9-May-08 4:44 
AnswerRe: Want to map two keys to a value Pin
Gareth H8-May-08 7:43
Gareth H8-May-08 7:43 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:09
Jordanwb8-May-08 10:09 
AnswerRe: Want to map two keys to a value Pin
PIEBALDconsult8-May-08 14:08
mvePIEBALDconsult8-May-08 14:08 
QuestionSynchronizationContext VS backgroundworker Pin
reivilos8-May-08 6:01
reivilos8-May-08 6:01 
AnswerRe: SynchronizationContext VS backgroundworker Pin
Judah Gabriel Himango8-May-08 7:31
sponsorJudah Gabriel Himango8-May-08 7:31 
Questionusing DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k8-May-08 5:32
sharp_k8-May-08 5:32 
AnswerRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango8-May-08 7:42
sponsorJudah Gabriel Himango8-May-08 7:42 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k8-May-08 14:44
sharp_k8-May-08 14:44 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 4:51
sponsorJudah Gabriel Himango9-May-08 4:51 

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.