Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
QuestionGraphic library Pin
Michael O.1-Feb-07 7:22
Michael O.1-Feb-07 7:22 
AnswerRe: Graphic library Pin
Luc Pattyn1-Feb-07 8:26
sitebuilderLuc Pattyn1-Feb-07 8:26 
AnswerRe: Graphic library Pin
Christian Graus1-Feb-07 9:23
protectorChristian Graus1-Feb-07 9:23 
AnswerRe: Graphic library Pin
Michael O.1-Feb-07 12:26
Michael O.1-Feb-07 12:26 
GeneralRe: Graphic library Pin
Christian Graus1-Feb-07 14:39
protectorChristian Graus1-Feb-07 14:39 
Question[C# .NET 2.0 VS 2005] deserializer problem : attributes are null ? [modified] Pin
Fabrice Deshayes aka Xtream1-Feb-07 6:52
Fabrice Deshayes aka Xtream1-Feb-07 6:52 
QuestionSeemingly seperate strings point to same object Pin
crunchi1-Feb-07 6:25
crunchi1-Feb-07 6:25 
AnswerRe: Seemingly seperate strings point to same object Pin
Marc Clifton1-Feb-07 6:52
mvaMarc Clifton1-Feb-07 6:52 
Put a delay in between your constructors. Random is getting seeded with the same time, so it's not very random for each "generated" class.

Better yet, use a common Random class, so it gets seeded only once. There's no reason to create multiple Random classes with what ends up being the same seed because the code executes so fast the time doesn't change.

Marc


Thyme In The Country

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


AnswerRe: Seemingly seperate strings point to same object Pin
PIEBALDconsult1-Feb-07 7:09
mvePIEBALDconsult1-Feb-07 7:09 
GeneralRe: Seemingly seperate strings point to same object Pin
crunchi1-Feb-07 12:50
crunchi1-Feb-07 12:50 
GeneralRe: Seemingly seperate strings point to same object Pin
Russell Jones1-Feb-07 22:01
Russell Jones1-Feb-07 22:01 
AnswerRe: Seemingly seperate strings point to same object Pin
Judah Gabriel Himango1-Feb-07 7:56
sponsorJudah Gabriel Himango1-Feb-07 7:56 
GeneralRe: Seemingly seperate strings point to same object Pin
crunchi1-Feb-07 12:52
crunchi1-Feb-07 12:52 
GeneralRe: Seemingly seperate strings point to same object Pin
Judah Gabriel Himango1-Feb-07 13:23
sponsorJudah Gabriel Himango1-Feb-07 13:23 
QuestionDataTable.Select() [modified] Pin
lost in transition 1-Feb-07 6:03
lost in transition 1-Feb-07 6:03 
QuestionHow do I select the "Directory" Pin
Eyungwah1-Feb-07 6:01
Eyungwah1-Feb-07 6:01 
QuestionHow do I select the "Directory" Pin
Eyungwah1-Feb-07 6:04
Eyungwah1-Feb-07 6:04 
AnswerRe: How do I select the "Directory" Pin
Luc Pattyn1-Feb-07 6:31
sitebuilderLuc Pattyn1-Feb-07 6:31 
QuestionC# equilavent functionality to a C++ Vector Pin
rishid71-Feb-07 5:15
rishid71-Feb-07 5:15 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Mircea Puiu1-Feb-07 5:30
Mircea Puiu1-Feb-07 5:30 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Luc Pattyn1-Feb-07 6:37
sitebuilderLuc Pattyn1-Feb-07 6:37 
AnswerRe: C# equilavent functionality to a C++ Vector Pin
Marc Clifton1-Feb-07 7:13
mvaMarc Clifton1-Feb-07 7:13 
Questionhow to put the gradient effect on the BindingNavigator object's bacground in Windows Forms Pin
Rocky#1-Feb-07 5:11
Rocky#1-Feb-07 5:11 
QuestionControls on programmatically added TabPages Pin
jimkeating1-Feb-07 5:09
jimkeating1-Feb-07 5:09 
AnswerRe: Controls on programmatically added TabPages Pin
Luc Pattyn1-Feb-07 6:47
sitebuilderLuc Pattyn1-Feb-07 6:47 

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.