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

C#

 
QuestionHow I can get the Modified date of a file ? Pin
E_Gold26-Jul-09 19:31
E_Gold26-Jul-09 19:31 
AnswerRe: How I can get the Modified date of a file ? Pin
King Julien26-Jul-09 20:12
King Julien26-Jul-09 20:12 
GeneralRe: How I can get the Modified date of a file ? Pin
E_Gold27-Jul-09 2:55
E_Gold27-Jul-09 2:55 
GeneralRe: How I can get the Modified date of a file ? Pin
King Julien27-Jul-09 3:15
King Julien27-Jul-09 3:15 
QuestionArabic Pin
Member 254517626-Jul-09 19:21
Member 254517626-Jul-09 19:21 
AnswerRe: Arabic Pin
Mohammad Dayyan26-Jul-09 19:47
Mohammad Dayyan26-Jul-09 19:47 
Questioncode 4 random number without repeating number in a row . Pin
OLUMADE26-Jul-09 11:48
OLUMADE26-Jul-09 11:48 
AnswerRe: code 4 random number without repeating number in a row . Pin
Christian Graus26-Jul-09 12:11
protectorChristian Graus26-Jul-09 12:11 
Winforms has nothing to do with it.

The way to get a sequence without repeats is, you fill a list with the numbers 1-40. Then you use a random number generator to pick a number out of that sequence. Then you remove thant number. So, the second time, you need a number between 0 and 38 ( because the sequence is 0 indexed ). So, every time you generate a result, you remove it from the possible result pool.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

AnswerRe: code 4 random number without repeating number in a row . [modified] Pin
PIEBALDconsult26-Jul-09 12:42
mvePIEBALDconsult26-Jul-09 12:42 
QuestionUnicode Pin
hadad26-Jul-09 4:03
hadad26-Jul-09 4:03 
AnswerRe: Unicode Pin
Manas Bhardwaj26-Jul-09 4:16
professionalManas Bhardwaj26-Jul-09 4:16 
AnswerRe: Unicode Pin
harold aptroot26-Jul-09 4:48
harold aptroot26-Jul-09 4:48 
QuestionC# datagridview display Question Pin
spankyleo12326-Jul-09 3:26
spankyleo12326-Jul-09 3:26 
AnswerRe: C# datagridview display Question Pin
Henry Minute26-Jul-09 3:45
Henry Minute26-Jul-09 3:45 
GeneralRe: C# datagridview display Question Pin
spankyleo12326-Jul-09 4:29
spankyleo12326-Jul-09 4:29 
GeneralRe: C# datagridview display Question Pin
Henry Minute26-Jul-09 4:46
Henry Minute26-Jul-09 4:46 
QuestionTaking screenshots from DirectX Games Pin
SimpleData26-Jul-09 2:55
SimpleData26-Jul-09 2:55 
QuestionInsert Obejct to sorted list Pin
bonzaiholding26-Jul-09 2:44
bonzaiholding26-Jul-09 2:44 
AnswerRe: Insert Obejct to sorted list [modified] Pin
PIEBALDconsult26-Jul-09 4:39
mvePIEBALDconsult26-Jul-09 4:39 
GeneralRe: Insert Obejct to sorted list Pin
bonzaiholding26-Jul-09 6:15
bonzaiholding26-Jul-09 6:15 
GeneralRe: Insert Obejct to sorted list Pin
PIEBALDconsult26-Jul-09 6:26
mvePIEBALDconsult26-Jul-09 6:26 
GeneralRe: Insert Obejct to sorted list [modified] Pin
bonzaiholding26-Jul-09 6:31
bonzaiholding26-Jul-09 6:31 
GeneralRe: Insert Obejct to sorted list Pin
PIEBALDconsult26-Jul-09 6:51
mvePIEBALDconsult26-Jul-09 6:51 
GeneralRe: Insert Obejct to sorted list Pin
bonzaiholding26-Jul-09 20:39
bonzaiholding26-Jul-09 20:39 
GeneralRe: Insert Obejct to sorted list Pin
Luc Pattyn26-Jul-09 11:32
sitebuilderLuc Pattyn26-Jul-09 11:32 

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.