Click here to Skip to main content
15,896,153 members
Home / Discussions / C#
   

C#

 
GeneralRe: frog puzzle Pin
Paul Conrad21-Jul-06 9:35
professionalPaul Conrad21-Jul-06 9:35 
AnswerRe: frog puzzle Pin
Dan Neely21-Jul-06 9:12
Dan Neely21-Jul-06 9:12 
GeneralRe: frog puzzle Pin
Paul Conrad21-Jul-06 9:29
professionalPaul Conrad21-Jul-06 9:29 
GeneralRe: frog puzzle Pin
Dustin Metzgar21-Jul-06 11:06
Dustin Metzgar21-Jul-06 11:06 
AnswerRe: frog puzzle Pin
Paul Conrad21-Jul-06 9:31
professionalPaul Conrad21-Jul-06 9:31 
AnswerRe: frog puzzle Pin
Professor Sharada Ulhas21-Jul-06 11:09
Professor Sharada Ulhas21-Jul-06 11:09 
GeneralRe: frog puzzle Pin
Paul Conrad21-Jul-06 11:17
professionalPaul Conrad21-Jul-06 11:17 
GeneralRe: frog puzzle Pin
Judah Gabriel Himango21-Jul-06 12:00
sponsorJudah Gabriel Himango21-Jul-06 12:00 
QuestionDynamic Page Creation? Pin
OMalleyW21-Jul-06 8:20
OMalleyW21-Jul-06 8:20 
AnswerRe: Dynamic Page Creation? Pin
Not Active21-Jul-06 8:55
mentorNot Active21-Jul-06 8:55 
GeneralRe: Dynamic Page Creation? Pin
OMalleyW21-Jul-06 14:03
OMalleyW21-Jul-06 14:03 
QuestionCopying UserControl Variables Pin
TheBlindWatchmaker21-Jul-06 7:22
TheBlindWatchmaker21-Jul-06 7:22 
AnswerRe: Copying UserControl Variables Pin
atuldeore21-Jul-06 9:11
atuldeore21-Jul-06 9:11 
GeneralRe: Copying UserControl Variables Pin
TheBlindWatchmaker21-Jul-06 10:19
TheBlindWatchmaker21-Jul-06 10:19 
QuestionEmail sending in Win Application Pin
alimohammed21-Jul-06 5:30
alimohammed21-Jul-06 5:30 
GeneralRe: Email sending in Win Application Pin
atuldeore21-Jul-06 5:49
atuldeore21-Jul-06 5:49 
GeneralRe: Email sending in Win Application Pin
alimohammed21-Jul-06 5:55
alimohammed21-Jul-06 5:55 
GeneralRe: Email sending in Win Application Pin
atuldeore21-Jul-06 6:01
atuldeore21-Jul-06 6:01 
AnswerRe: Email sending in Win Application Pin
Judah Gabriel Himango21-Jul-06 6:00
sponsorJudah Gabriel Himango21-Jul-06 6:00 
GeneralRe: Email sending in Win Application Pin
alimohammed21-Jul-06 6:06
alimohammed21-Jul-06 6:06 
QuestionDataset.LoadXml() Pin
moon_stick21-Jul-06 5:06
moon_stick21-Jul-06 5:06 
QuestionImplementing disabled text in a UserControl ? [modified] Pin
LongRange.Shooter21-Jul-06 4:36
LongRange.Shooter21-Jul-06 4:36 
AnswerRe: Implementing disabled text in a UserControl ? Pin
atuldeore21-Jul-06 5:32
atuldeore21-Jul-06 5:32 
Questionlistbox sort by dates with dd.mm.yyyy format Pin
fracalifa21-Jul-06 4:17
fracalifa21-Jul-06 4:17 
AnswerRe: listbox sort by dates with dd.mm.yyyy format Pin
Andrew Rissing21-Jul-06 4:33
Andrew Rissing21-Jul-06 4:33 
Sort them prior to populating the listbox, specifically when they're in the DateTime format.

If you get them as strings, then just convert them to DateTime, sort, and then populate the list with the dd.mm.yyyy format of the sorted DateTimes.

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.