Click here to Skip to main content
15,915,094 members
Home / Discussions / C#
   

C#

 
AnswerRe: There is already an open DataReader associated with this Command which must be closed first Pin
Ennis Ray Lynch, Jr.10-May-08 17:42
Ennis Ray Lynch, Jr.10-May-08 17:42 
QuestionAngles: Why Can't I get less than 45degrees? [modified] Pin
RedHotFunk9-May-08 9:22
RedHotFunk9-May-08 9:22 
AnswerRe: Angles: Why Can't I get less than 45degrees? Pin
Anthony Mushrow9-May-08 10:12
professionalAnthony Mushrow9-May-08 10:12 
GeneralRe: Angles: Why Can't I get less than 45degrees? Pin
RedHotFunk9-May-08 11:27
RedHotFunk9-May-08 11:27 
Questioniterating dictionaries Pin
invictus39-May-08 8:53
invictus39-May-08 8:53 
AnswerRe: iterating dictionaries Pin
Pete O'Hanlon9-May-08 9:03
mvePete O'Hanlon9-May-08 9:03 
AnswerRe: iterating dictionaries Pin
PIEBALDconsult9-May-08 10:38
mvePIEBALDconsult9-May-08 10:38 
AnswerRe: iterating dictionaries Pin
Daniel Grunwald10-May-08 5:11
Daniel Grunwald10-May-08 5:11 
A Dictionary is not sorted, so you cannot do that.

Go through dict1 and compare/find the difference with the respective value in dict2 (or with 0, if that value does not exist).
Then go though dict2 and test for each value if it is contained in dict1. If it is, we already compared it in the step above; otherwise compare 0 to the value.
GeneralRe: iterating dictionaries Pin
invictus310-May-08 5:15
invictus310-May-08 5:15 
GeneralRe: iterating dictionaries Pin
invictus310-May-08 5:54
invictus310-May-08 5:54 
Questionlistbox_indexchanged read from MySQL Pin
Privilegue9-May-08 8:24
Privilegue9-May-08 8:24 
AnswerRe: listbox_indexchanged read from MySQL Pin
CodingYoshi9-May-08 11:33
CodingYoshi9-May-08 11:33 
QuestionWeird focus problem Pin
kensai9-May-08 3:34
kensai9-May-08 3:34 
AnswerRe: Weird focus problem Pin
CodingYoshi9-May-08 11:35
CodingYoshi9-May-08 11:35 
GeneralRe: Weird focus problem Pin
kensai10-May-08 2:50
kensai10-May-08 2:50 
GeneralRe: Weird focus problem Pin
CodingYoshi10-May-08 9:41
CodingYoshi10-May-08 9:41 
GeneralRe: Weird focus problem Pin
kensai10-May-08 12:53
kensai10-May-08 12:53 
AnswerRe: Weird focus problem Pin
Dave Sexton10-May-08 0:30
Dave Sexton10-May-08 0:30 
GeneralRe: Weird focus problem Pin
kensai10-May-08 2:35
kensai10-May-08 2:35 
QuestionI need help starting multiple and communicating between application domains [modified] Pin
Togakangaroo9-May-08 3:15
Togakangaroo9-May-08 3:15 
AnswerRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi9-May-08 11:44
CodingYoshi9-May-08 11:44 
GeneralRe: I need help starting multiple and communicating between application domains Pin
Togakangaroo9-May-08 14:37
Togakangaroo9-May-08 14:37 
GeneralRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi9-May-08 17:10
CodingYoshi9-May-08 17:10 
GeneralRe: I need help starting multiple and communicating between application domains Pin
Togakangaroo10-May-08 8:44
Togakangaroo10-May-08 8:44 
GeneralRe: I need help starting multiple and communicating between application domains Pin
CodingYoshi10-May-08 9:45
CodingYoshi10-May-08 9:45 

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.