Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
AnswerRe: I Don't Understand How To Sort A Generic List of Objects Pin
#realJSOP5-Oct-08 12:12
professional#realJSOP5-Oct-08 12:12 
AnswerRe: I Don't Understand How To Sort A Generic List of Objects Pin
Guffa5-Oct-08 14:21
Guffa5-Oct-08 14:21 
GeneralRe: I Don't Understand How To Sort A Generic List of Objects Pin
#realJSOP5-Oct-08 23:59
professional#realJSOP5-Oct-08 23:59 
GeneralRe: I Don't Understand How To Sort A Generic List of Objects Pin
leppie6-Oct-08 0:04
leppie6-Oct-08 0:04 
GeneralRe: I Don't Understand How To Sort A Generic List of Objects Pin
Guffa6-Oct-08 1:03
Guffa6-Oct-08 1:03 
GeneralRe: I Don't Understand How To Sort A Generic List of Objects Pin
#realJSOP6-Oct-08 2:48
professional#realJSOP6-Oct-08 2:48 
Questiondifference between ..... and some help Pin
E_Gold5-Oct-08 11:08
E_Gold5-Oct-08 11:08 
AnswerRe: difference between ..... and some help Pin
Thomas Stockwell5-Oct-08 11:45
professionalThomas Stockwell5-Oct-08 11:45 
1) It depends on the language. In C++ == refers to the equality of the memory addresses of the two objects, and Equals refers to the equality of the memory address contents. In .NET I believe the two are basically the same.
2) Close allows the .NET garbage collection engine to work on its own. Dispose forces garbage collection of a particular object. Basically memory management. (Dispose usually still gets called eventually in the close method, but behind the scenes)
3) object O=(Object)C
4) SendKeys is a WinAPI command that allows you to emulate keystrokes from the keyboard and send them to the respective application.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my Blog

GeneralRe: difference between ..... and some help Pin
User 66585-Oct-08 12:02
User 66585-Oct-08 12:02 
AnswerRe: difference between ..... and some help Pin
Pedram Behroozi5-Oct-08 21:42
Pedram Behroozi5-Oct-08 21:42 
AnswerRe: difference between ..... and some help Pin
Harvey Saayman5-Oct-08 22:51
Harvey Saayman5-Oct-08 22:51 
Answerdifference between == and Equals [modified] Pin
DaveyM696-Oct-08 0:36
professionalDaveyM696-Oct-08 0:36 
QuestionDifferent references for Release and Debug Pin
Green Fuze5-Oct-08 10:57
Green Fuze5-Oct-08 10:57 
AnswerRe: Different references for Release and Debug Pin
Thomas Stockwell5-Oct-08 11:46
professionalThomas Stockwell5-Oct-08 11:46 
GeneralRe: Different references for Release and Debug Pin
Green Fuze5-Oct-08 11:54
Green Fuze5-Oct-08 11:54 
GeneralRe: Different references for Release and Debug Pin
Daniel Grunwald5-Oct-08 15:15
Daniel Grunwald5-Oct-08 15:15 
GeneralRe: Different references for Release and Debug Pin
Green Fuze5-Oct-08 22:18
Green Fuze5-Oct-08 22:18 
QuestionHttpWebRequest with addrange from youtube server. Pin
asafbs20045-Oct-08 9:25
asafbs20045-Oct-08 9:25 
Questionlabel text marquee Pin
Mohammed Elkholy5-Oct-08 8:17
Mohammed Elkholy5-Oct-08 8:17 
AnswerRe: label text marquee Pin
dan!sh 5-Oct-08 8:38
professional dan!sh 5-Oct-08 8:38 
AnswerRe: label text marquee Pin
Perspx5-Oct-08 9:14
Perspx5-Oct-08 9:14 
GeneralRe: label text marquee Pin
Mohammed Elkholy5-Oct-08 9:43
Mohammed Elkholy5-Oct-08 9:43 
QuestionGet Controls Pin
Pedram Behroozi5-Oct-08 4:03
Pedram Behroozi5-Oct-08 4:03 
AnswerRe: Get Controls Pin
PIEBALDconsult5-Oct-08 4:26
mvePIEBALDconsult5-Oct-08 4:26 
GeneralRe: Get Controls Pin
Pedram Behroozi5-Oct-08 4:44
Pedram Behroozi5-Oct-08 4:44 

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.