Click here to Skip to main content
15,881,089 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# code for optimal path, given adjacency matrix/cost values? Pin
Robert.C.Cartaino27-Jul-08 6:14
Robert.C.Cartaino27-Jul-08 6:14 
QuestionDays until next birthday Pin
DFlat4Now26-Jul-08 16:59
DFlat4Now26-Jul-08 16:59 
AnswerRe: Days until next birthday Pin
Reza Raad26-Jul-08 17:36
Reza Raad26-Jul-08 17:36 
GeneralRe: Days until next birthday Pin
DFlat4Now26-Jul-08 18:31
DFlat4Now26-Jul-08 18:31 
QuestionRe: Days until next birthday Pin
DFlat4Now26-Jul-08 18:55
DFlat4Now26-Jul-08 18:55 
AnswerRe: Days until next birthday Pin
Paul Conrad26-Jul-08 19:52
professionalPaul Conrad26-Jul-08 19:52 
AnswerRe: Days until next birthday Pin
Reza Raad26-Jul-08 21:43
Reza Raad26-Jul-08 21:43 
AnswerRe: Days until next birthday Pin
Guffa27-Jul-08 2:59
Guffa27-Jul-08 2:59 
First you need to find the next birthday. Create a DateTime value for the birthday this year (from the current year and the month and day from the birthday). If it has passed, add a year to the value.

Now you just subtract the current date from the value, and you get a TimeSpan that holds the time difference.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionExe Control DLL Pin
nedracix26-Jul-08 16:20
nedracix26-Jul-08 16:20 
AnswerRe: Exe Control DLL Pin
Paul Conrad26-Jul-08 17:55
professionalPaul Conrad26-Jul-08 17:55 
QuestionWhere is HttpUtility.HtmlDecode ? Pin
Mohammad Dayyan26-Jul-08 12:06
Mohammad Dayyan26-Jul-08 12:06 
AnswerRe: Where is HttpUtility.HtmlDecode ? Pin
Lutosław26-Jul-08 12:22
Lutosław26-Jul-08 12:22 
GeneralRe: Where is HttpUtility.HtmlDecode ? Pin
Mohammad Dayyan26-Jul-08 12:28
Mohammad Dayyan26-Jul-08 12:28 
Questioncheckedlistbox binding Pin
bfis10813726-Jul-08 10:45
bfis10813726-Jul-08 10:45 
Questioncouldn't remove controls [modified] Pin
netJP12L26-Jul-08 9:54
netJP12L26-Jul-08 9:54 
AnswerRe: couldn't remove controls Pin
Mark Salsbery26-Jul-08 10:08
Mark Salsbery26-Jul-08 10:08 
GeneralRe: couldn't remove controls Pin
Lutosław26-Jul-08 12:01
Lutosław26-Jul-08 12:01 
GeneralRe: couldn't remove controls Pin
Mark Salsbery26-Jul-08 12:22
Mark Salsbery26-Jul-08 12:22 
GeneralRe: couldn't remove controls Pin
Lutosław26-Jul-08 12:46
Lutosław26-Jul-08 12:46 
AnswerRe: couldn't remove controls Pin
Luc Pattyn26-Jul-08 10:21
sitebuilderLuc Pattyn26-Jul-08 10:21 
GeneralRe: couldn't remove controls Pin
netJP12L26-Jul-08 10:46
netJP12L26-Jul-08 10:46 
GeneralRe: couldn't remove controls Pin
Mark Salsbery26-Jul-08 10:51
Mark Salsbery26-Jul-08 10:51 
GeneralRe: couldn't remove controls Pin
Luc Pattyn26-Jul-08 10:54
sitebuilderLuc Pattyn26-Jul-08 10:54 
GeneralRe: couldn't remove controls Pin
Luc Pattyn26-Jul-08 12:59
sitebuilderLuc Pattyn26-Jul-08 12:59 
Questiondatagrid column binding Pin
bfis10813726-Jul-08 8:43
bfis10813726-Jul-08 8:43 

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.