Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: determing the full name to My Music on the start menu Pin
DaveyM6925-Jul-08 23:01
professionalDaveyM6925-Jul-08 23:01 
AnswerRe: determing the full name to My Music on the start menu Pin
Luc Pattyn26-Jul-08 2:47
sitebuilderLuc Pattyn26-Jul-08 2:47 
QuestionOverriding ToString() with arguments Pin
JoeRip25-Jul-08 16:05
JoeRip25-Jul-08 16:05 
AnswerRe: Overriding ToString() with arguments Pin
PIEBALDconsult25-Jul-08 19:35
mvePIEBALDconsult25-Jul-08 19:35 
GeneralRe: Overriding ToString() with arguments Pin
JoeRip25-Jul-08 23:13
JoeRip25-Jul-08 23:13 
GeneralRe: Overriding ToString() with arguments Pin
JoeRip25-Jul-08 23:51
JoeRip25-Jul-08 23:51 
GeneralRe: Overriding ToString() with arguments Pin
PIEBALDconsult26-Jul-08 3:35
mvePIEBALDconsult26-Jul-08 3:35 
AnswerRe: Overriding ToString() with arguments Pin
DaveyM6925-Jul-08 23:07
professionalDaveyM6925-Jul-08 23:07 
You don't need to override ToString if your passing arguments.

Every object has a default ToString() with no parameters, which will return the objects name. If you need your own paramaterless ToString then you use override to override the default method with the same signature.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)

GeneralRe: Overriding ToString() with arguments Pin
JoeRip25-Jul-08 23:12
JoeRip25-Jul-08 23:12 
GeneralRe: Overriding ToString() with arguments Pin
DaveyM6925-Jul-08 23:29
professionalDaveyM6925-Jul-08 23:29 
GeneralRe: Overriding ToString() with arguments Pin
JoeRip25-Jul-08 23:43
JoeRip25-Jul-08 23:43 
AnswerRe: Overriding ToString() with arguments Pin
BhadeliaImran26-Jul-08 2:23
BhadeliaImran26-Jul-08 2:23 
AnswerRe: Overriding ToString() with arguments Pin
Luc Pattyn26-Jul-08 2:53
sitebuilderLuc Pattyn26-Jul-08 2:53 
Questionstatusstrip <---data Pin
nelsonpaixao25-Jul-08 14:34
nelsonpaixao25-Jul-08 14:34 
AnswerRe: statusstrip <---data Pin
Ed.Poore25-Jul-08 22:49
Ed.Poore25-Jul-08 22:49 
Questionform layout: rate this practice Pin
nelsonpaixao25-Jul-08 14:18
nelsonpaixao25-Jul-08 14:18 
AnswerRe: form layout: rate this practice Pin
PIEBALDconsult25-Jul-08 19:44
mvePIEBALDconsult25-Jul-08 19:44 
Questiondecoding gzip http response Pin
udikantz25-Jul-08 11:50
udikantz25-Jul-08 11:50 
QuestionWindows Services - Log On As User Account Pin
dataminers25-Jul-08 11:29
dataminers25-Jul-08 11:29 
AnswerRe: Windows Services - Log On As User Account Pin
Mark Salsbery25-Jul-08 13:59
Mark Salsbery25-Jul-08 13:59 
QuestionHow to check if a number can be dived by 8 Pin
Gareth H25-Jul-08 11:00
Gareth H25-Jul-08 11:00 
AnswerRe: How to check if a number can be dived by 8 [modified] Pin
Wendelius25-Jul-08 11:06
mentorWendelius25-Jul-08 11:06 
GeneralRe: How to check if a number can be dived by 8 Pin
Gareth H25-Jul-08 11:46
Gareth H25-Jul-08 11:46 
GeneralRe: How to check if a number can be dived by 8 Pin
Luc Pattyn25-Jul-08 12:02
sitebuilderLuc Pattyn25-Jul-08 12:02 
AnswerRe: How to check if a number can be dived by 8 Pin
Lutosław25-Jul-08 11:30
Lutosław25-Jul-08 11:30 

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.