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

C#

 
AnswerRe: redirect to another form Pin
led mike1-Nov-06 8:01
led mike1-Nov-06 8:01 
GeneralRe: redirect to another form Pin
Pete O'Hanlon1-Nov-06 9:45
mvePete O'Hanlon1-Nov-06 9:45 
QuestionCannot perform '<=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 5:46
guygo1-Nov-06 5:46 
AnswerRe: Cannot perform '<=' operation on System.DateTime and System.String Pin
Christian Graus1-Nov-06 6:12
protectorChristian Graus1-Nov-06 6:12 
GeneralRe: Cannot perform '&lt;=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 23:10
guygo1-Nov-06 23:10 
QuestionTroubles Getting the MainMenu Component to display Pin
McSmack1-Nov-06 5:34
McSmack1-Nov-06 5:34 
QuestionGetHashCode() Pin
karanba1-Nov-06 5:25
karanba1-Nov-06 5:25 
AnswerRe: GetHashCode() Pin
Guffa1-Nov-06 6:35
Guffa1-Nov-06 6:35 
A hash code is used to get a compact value that can be used to efficiently compare large values. A good hash code is created from all data in the value, has an even distribution over the possible hash codes, and shows a large difference in the hash code for a small change in the value.

Hash codes can be used to see if two values are different, which for example is used to compare large files. Even if they only differ by a single bit, their hash codes will be completely different.

Hash codes are used in hashtables to arrange the data so that a key can easily be found using the hash code of the key. To keep the search tree balanced, it's important that the distribution of the hash codes is even.


---
b { font-weight: normal; }

GeneralRe: GetHashCode() Pin
karanba1-Nov-06 12:47
karanba1-Nov-06 12:47 
QuestionRe-painting graphics Pin
tjschilling1-Nov-06 5:24
tjschilling1-Nov-06 5:24 
AnswerRe: Re-painting graphics Pin
Christian Graus1-Nov-06 6:13
protectorChristian Graus1-Nov-06 6:13 
GeneralRe: Re-painting graphics Pin
tjschilling1-Nov-06 6:27
tjschilling1-Nov-06 6:27 
AnswerRe: Re-painting graphics Pin
Guffa1-Nov-06 6:41
Guffa1-Nov-06 6:41 
Questiondyanamically adding labels to panel Pin
Ram Kiran1-Nov-06 5:23
Ram Kiran1-Nov-06 5:23 
AnswerRe: dyanamically adding labels to panel Pin
sam#1-Nov-06 6:42
sam#1-Nov-06 6:42 
GeneralRe: dyanamically adding labels to panel Pin
Ram Kiran1-Nov-06 21:34
Ram Kiran1-Nov-06 21:34 
QuestionHow can I wait for a given seconds without blocking. Pin
Nadia Monalisa1-Nov-06 5:13
Nadia Monalisa1-Nov-06 5:13 
AnswerRe: How can I wait for a given seconds without blocking. Pin
led mike1-Nov-06 5:18
led mike1-Nov-06 5:18 
GeneralRe: How can I wait for a given seconds without blocking. Pin
Nadia Monalisa1-Nov-06 7:17
Nadia Monalisa1-Nov-06 7:17 
AnswerRe: How can I wait for a given seconds without blocking. Pin
mav.northwind1-Nov-06 6:48
mav.northwind1-Nov-06 6:48 
GeneralRe: How can I wait for a given seconds without blocking. Pin
Nadia Monalisa1-Nov-06 7:13
Nadia Monalisa1-Nov-06 7:13 
GeneralRe: How can I wait for a given seconds without blocking. Pin
mav.northwind1-Nov-06 18:51
mav.northwind1-Nov-06 18:51 
GeneralRe: How can I wait for a given seconds without blocking. Pin
[Marc]2-Nov-06 1:25
[Marc]2-Nov-06 1:25 
GeneralRe: How can I wait for a given seconds without blocking. Pin
Nadia Monalisa2-Nov-06 5:55
Nadia Monalisa2-Nov-06 5:55 
GeneralRe: How can I wait for a given seconds without blocking. Pin
[Marc]2-Nov-06 11:28
[Marc]2-Nov-06 11:28 

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.