Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
Questionhi Pin
pranu_1316-Aug-06 1:41
pranu_1316-Aug-06 1:41 
AnswerRe: hi Pin
Robert Rohde16-Aug-06 2:43
Robert Rohde16-Aug-06 2:43 
QuestionImplementing a CallBack COM Interface in C# Pin
James R. Twine16-Aug-06 1:12
James R. Twine16-Aug-06 1:12 
QuestionSQL DataAdapter disabled in toolbox?? Pin
raviroyx16-Aug-06 1:07
raviroyx16-Aug-06 1:07 
QuestionComboBox in a ListBox Pin
syntaxed16-Aug-06 0:53
syntaxed16-Aug-06 0:53 
AnswerRe: ComboBox in a ListBox Pin
stancrm16-Aug-06 1:25
stancrm16-Aug-06 1:25 
QuestionHow to reopen the existing opened File [modified] Pin
engsrini16-Aug-06 0:12
engsrini16-Aug-06 0:12 
QuestionI know I'm missing something [modified] Pin
Glen Harvy15-Aug-06 23:45
Glen Harvy15-Aug-06 23:45 
AnswerRe: I know I'm missing something Pin
albCode16-Aug-06 0:14
albCode16-Aug-06 0:14 
GeneralRe: I know I'm missing something Pin
Glen Harvy16-Aug-06 2:14
Glen Harvy16-Aug-06 2:14 
AnswerRe: I know I'm missing something Pin
CooperWu16-Aug-06 0:20
CooperWu16-Aug-06 0:20 
GeneralRe: I know I'm missing something Pin
Glen Harvy16-Aug-06 2:17
Glen Harvy16-Aug-06 2:17 
AnswerRe: I know I'm missing something Pin
V.16-Aug-06 2:25
professionalV.16-Aug-06 2:25 
GeneralRe: I know I'm missing something Pin
Guffa16-Aug-06 2:50
Guffa16-Aug-06 2:50 
As DateTime is a value type, the == operator will be comparing the values, not the objects.

The actual values that will be compared is the value of the Ticks property. A tick is 100 nanoseconds, so the values have to be exactly the same to be equal. If they are off by 0.0000001 seconds, they are not equal.


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

GeneralRe: I know I'm missing something Pin
V.16-Aug-06 3:12
professionalV.16-Aug-06 3:12 
GeneralRe: I know I'm missing something Pin
Glen Harvy16-Aug-06 12:56
Glen Harvy16-Aug-06 12:56 
GeneralRe: I know I'm missing something Pin
V.16-Aug-06 20:32
professionalV.16-Aug-06 20:32 
Questiondoubt on URLDownloadToFile Pin
Bibhu shankar15-Aug-06 23:19
Bibhu shankar15-Aug-06 23:19 
Questiondisplay data on textboxes from database using classes [modified] Pin
Mamphekgo15-Aug-06 22:01
Mamphekgo15-Aug-06 22:01 
AnswerRe: display data on textboxes from database using classes Pin
coolestCoder16-Aug-06 0:18
coolestCoder16-Aug-06 0:18 
AnswerRe: display data on textboxes from database using classes Pin
Mamphekgo16-Aug-06 0:54
Mamphekgo16-Aug-06 0:54 
GeneralRe: display data on textboxes from database using classes Pin
coolestCoder16-Aug-06 1:13
coolestCoder16-Aug-06 1:13 
Questionwhich method is the best than others and why? (Type convert) Pin
CooperWu15-Aug-06 21:59
CooperWu15-Aug-06 21:59 
AnswerRe: which method is the best than others and why? (Type convert) Pin
Guffa15-Aug-06 22:28
Guffa15-Aug-06 22:28 
GeneralRe: which method is the best than others and why? (Type convert) Pin
CooperWu15-Aug-06 22:40
CooperWu15-Aug-06 22:40 

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.