Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to retrive the Day of a given date Pin
luckyv8-Feb-06 4:26
luckyv8-Feb-06 4:26 
Questioncan every body know that "TZ Executable Protector" How work ? Pin
hdv2128-Feb-06 0:04
hdv2128-Feb-06 0:04 
AnswerRe: can every body know that "TZ Executable Protector" How work ? Pin
leppie8-Feb-06 0:21
leppie8-Feb-06 0:21 
GeneralRe: can every body know that "TZ Executable Protector" How work ? Pin
hdv2128-Feb-06 1:07
hdv2128-Feb-06 1:07 
Questionerror-defines operator == or operator != but does not override Object.GetHashCode() Pin
sasire188-Feb-06 0:02
sasire188-Feb-06 0:02 
AnswerRe: error-defines operator == or operator != but does not override Object.GetHashCode() Pin
Ingo8-Feb-06 0:28
Ingo8-Feb-06 0:28 
GeneralRe: error-defines operator == or operator != but does not override Object.GetHashCode() Pin
sasire188-Feb-06 0:44
sasire188-Feb-06 0:44 
AnswerRe: error-defines operator == or operator != but does not override Object.GetHashCode() Pin
J4amieC8-Feb-06 0:46
J4amieC8-Feb-06 0:46 
These warnings are telling you that because you have overriden the == and != operator there are 2 further methods inherited from Object that you should override.

Equals - returns true if the object passed into the obj parameter should be considered equal the current object

GetHashCode - returns an int used in hashing algorithms. Objects that return true from Equals should return the same HashCode from this method.

You can override these methods in your object by using the override keyword.


AnswerRe: error-defines operator == or operator != but does not override Object.GetHashCode() Pin
Guffa8-Feb-06 0:58
Guffa8-Feb-06 0:58 
AnswerRe: error-defines operator == or operator != but does not override Object.GetHashCode() Pin
jinzhecheng8-Feb-06 9:23
jinzhecheng8-Feb-06 9:23 
QuestionRunning an application in a local intranet Pin
Bjarne Riis7-Feb-06 23:57
Bjarne Riis7-Feb-06 23:57 
Questionhow to set property of controls of one form from onother form[s] ? Pin
hdv2127-Feb-06 23:45
hdv2127-Feb-06 23:45 
AnswerRe: how to set property of controls of one form from onother form[s] ? Pin
Ingo8-Feb-06 0:27
Ingo8-Feb-06 0:27 
GeneralRe: how to set property of controls of one form from onother form[s] ? Pin
hdv2128-Feb-06 1:09
hdv2128-Feb-06 1:09 
GeneralRe: how to set property of controls of one form from onother form[s] ? Pin
Ingo8-Feb-06 2:23
Ingo8-Feb-06 2:23 
Questionwant to oepn a web page through desktop Pin
raheeli7-Feb-06 23:19
raheeli7-Feb-06 23:19 
AnswerRe: want to oepn a web page through desktop Pin
Ingo7-Feb-06 23:24
Ingo7-Feb-06 23:24 
AnswerRe: want to oepn a web page through desktop Pin
Ingo7-Feb-06 23:49
Ingo7-Feb-06 23:49 
Questionhide form using the close button Pin
Mridang Agarwalla7-Feb-06 23:11
Mridang Agarwalla7-Feb-06 23:11 
AnswerRe: hide form using the close button Pin
raheeli7-Feb-06 23:15
raheeli7-Feb-06 23:15 
AnswerRe: hide form using the close button Pin
Ingo7-Feb-06 23:16
Ingo7-Feb-06 23:16 
GeneralRe: hide form using the close button Pin
Mridang Agarwalla7-Feb-06 23:41
Mridang Agarwalla7-Feb-06 23:41 
GeneralRe: hide form using the close button Pin
Ingo8-Feb-06 0:00
Ingo8-Feb-06 0:00 
GeneralRe: hide form using the close button Pin
Mridang Agarwalla8-Feb-06 0:31
Mridang Agarwalla8-Feb-06 0:31 
JokeRe: hide form using the close button Pin
Ingo8-Feb-06 2:09
Ingo8-Feb-06 2:09 

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.