Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
AnswerRe: Killing threads on form closing... Pin
Ian Shlasko3-Dec-09 3:20
Ian Shlasko3-Dec-09 3:20 
GeneralRe: Killing threads on form closing... Pin
Jacob Dixon3-Dec-09 3:32
Jacob Dixon3-Dec-09 3:32 
GeneralRe: Killing threads on form closing... Pin
Ian Shlasko3-Dec-09 4:04
Ian Shlasko3-Dec-09 4:04 
GeneralRe: Killing threads on form closing... Pin
Jacob Dixon3-Dec-09 3:43
Jacob Dixon3-Dec-09 3:43 
GeneralRe: Killing threads on form closing... Pin
Luc Pattyn3-Dec-09 5:38
sitebuilderLuc Pattyn3-Dec-09 5:38 
AnswerRe: Killing threads on form closing... Pin
PIEBALDconsult3-Dec-09 4:49
mvePIEBALDconsult3-Dec-09 4:49 
QuestionRedundant function? Pin
Spoon Of Doom3-Dec-09 2:51
Spoon Of Doom3-Dec-09 2:51 
AnswerRe: Redundant function? Pin
David Skelly3-Dec-09 3:05
David Skelly3-Dec-09 3:05 
Well, its just a guess but one reason for doing this might be to avoid changing the public API of the class. So, once upon a time method TimeDiff did something different. Then it was decided to use APTimeDiff instead (maybe it's more efficient, maybe it handles some corner condition more effectively). But it might be that this is a library class which is used in a number of places, and for whatever reason we can't go through and change all the calls to TimeDiff to call APTimeDiff instead. So, just leave the old method in place but change the internal implementation. Any new code should now be using APTimeDiff, but old code that uses TimeDiff will continue to function as is and does not need changed.

It's a fairly common thing to do as part of a Refactoring process. Eventually, the aim would be to work through and replace all calls to TimeDiff with APTimeDiff.
AnswerRe: Redundant function? Pin
J4amieC3-Dec-09 3:10
J4amieC3-Dec-09 3:10 
AnswerRe: Redundant function? Pin
Spoon Of Doom3-Dec-09 3:25
Spoon Of Doom3-Dec-09 3:25 
QuestionMaking the code in a DLL invisible Pin
Dewald2-Dec-09 22:18
Dewald2-Dec-09 22:18 
AnswerRe: Making the code in a DLL invisible Pin
Calla2-Dec-09 22:33
Calla2-Dec-09 22:33 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 22:55
Dewald2-Dec-09 22:55 
AnswerRe: Making the code in a DLL invisible Pin
harold aptroot2-Dec-09 22:38
harold aptroot2-Dec-09 22:38 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:05
Dewald2-Dec-09 23:05 
AnswerRe: Making the code in a DLL invisible Pin
Saksida Bojan2-Dec-09 22:40
Saksida Bojan2-Dec-09 22:40 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 22:53
Dewald2-Dec-09 22:53 
GeneralRe: Making the code in a DLL invisible Pin
Calla2-Dec-09 23:46
Calla2-Dec-09 23:46 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:53
Dewald2-Dec-09 23:53 
AnswerRe: Making the code in a DLL invisible Pin
Rob Philpott2-Dec-09 23:12
Rob Philpott2-Dec-09 23:12 
GeneralRe: Making the code in a DLL invisible Pin
Rajesh R Subramanian2-Dec-09 23:40
professionalRajesh R Subramanian2-Dec-09 23:40 
GeneralRe: Making the code in a DLL invisible Pin
Dewald2-Dec-09 23:44
Dewald2-Dec-09 23:44 
AnswerRe: Making the code in a DLL invisible Pin
PIEBALDconsult3-Dec-09 4:45
mvePIEBALDconsult3-Dec-09 4:45 
Questionall in one audio video player ( Flash movies,MP3,MP4,AVI,JPG,WMA etc) Pin
ShaktisinhRathod2-Dec-09 21:26
ShaktisinhRathod2-Dec-09 21:26 
AnswerRe: all in one audio video player ( Flash movies,MP3,MP4,AVI,JPG,WMA etc) Pin
Saksida Bojan2-Dec-09 22:07
Saksida Bojan2-Dec-09 22:07 

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.