Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
QuestionDataGridView multi-column sort on bound data Pin
Dana Tov8-Aug-07 3:38
Dana Tov8-Aug-07 3:38 
QuestionForm.Show() and TabControl tab page changed Pin
C-Scharbe8-Aug-07 3:25
C-Scharbe8-Aug-07 3:25 
AnswerRe: Form.Show() and TabControl tab page changed Pin
snorkie8-Aug-07 3:34
professionalsnorkie8-Aug-07 3:34 
GeneralRe: Form.Show() and TabControl tab page changed Pin
C-Scharbe8-Aug-07 3:39
C-Scharbe8-Aug-07 3:39 
GeneralRe: Form.Show() and TabControl tab page changed Pin
C-Scharbe9-Aug-07 2:49
C-Scharbe9-Aug-07 2:49 
QuestionHow to generate Random dates in C#.net Pin
Haj8-Aug-07 3:04
Haj8-Aug-07 3:04 
AnswerRe: How to generate Random dates in C#.net Pin
originSH8-Aug-07 3:20
originSH8-Aug-07 3:20 
AnswerRe: How to generate Random dates in C#.net Pin
Hessam Jalali8-Aug-07 3:25
Hessam Jalali8-Aug-07 3:25 
I think you can do that with Random Class and DateTime Struct

you can get number of available days in each month with DateTime.DaysInMonth method for correct random date generating and then simply put your generated random numbers from random class in the Constructor of DateTime struct and you will have it.


Smile | :)
AnswerRe: How to generate Random dates in C#.net Pin
Michael Potter8-Aug-07 4:44
Michael Potter8-Aug-07 4:44 
QuestionHow can I load a chm file in a form? Pin
Zahrashahla8-Aug-07 2:51
Zahrashahla8-Aug-07 2:51 
AnswerRe: How can I load a chm file in a form? Pin
sakthi dasan8-Aug-07 3:52
sakthi dasan8-Aug-07 3:52 
GeneralRe: How can I load a chm file in a form? Pin
Zahrashahla8-Aug-07 4:05
Zahrashahla8-Aug-07 4:05 
AnswerRe: How can I load a chm file in a form? Pin
PIEBALDconsult8-Aug-07 5:40
mvePIEBALDconsult8-Aug-07 5:40 
QuestionSmart Part and User controls Pin
umashankergr88-Aug-07 2:40
umashankergr88-Aug-07 2:40 
QuestionListview ploblem? Pin
abcomp018-Aug-07 2:35
abcomp018-Aug-07 2:35 
AnswerRe: Listview ploblem? Pin
Hessam Jalali8-Aug-07 3:14
Hessam Jalali8-Aug-07 3:14 
GeneralRe: Listview ploblem? Pin
abcomp018-Aug-07 3:41
abcomp018-Aug-07 3:41 
GeneralRe: Listview ploblem? Pin
Hessam Jalali8-Aug-07 4:00
Hessam Jalali8-Aug-07 4:00 
Questionmouse posistion on a control when drag and dropped onto Pin
racing578-Aug-07 2:34
racing578-Aug-07 2:34 
AnswerRe: mouse posistion on a control when drag and dropped onto Pin
JoeSharp8-Aug-07 2:41
JoeSharp8-Aug-07 2:41 
GeneralRe: mouse posistion on a control when drag and dropped onto Pin
racing578-Aug-07 2:44
racing578-Aug-07 2:44 
GeneralRe: mouse posistion on a control when drag and dropped onto Pin
Luc Pattyn8-Aug-07 2:49
sitebuilderLuc Pattyn8-Aug-07 2:49 
GeneralRe: mouse posistion on a control when drag and dropped onto Pin
racing578-Aug-07 2:51
racing578-Aug-07 2:51 
QuestionIs there is some feature in C# that will act like #Define in C++ ??? Pin
Yanshof8-Aug-07 2:16
Yanshof8-Aug-07 2:16 
AnswerRe: Is there is some feature in C# that will act like #Define in C++ ??? Pin
Luc Pattyn8-Aug-07 2:29
sitebuilderLuc Pattyn8-Aug-07 2:29 

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.