chuawenching
Regular
- Joined
- Jul 26, 2003
- Messages
- 66
Hi there.
How to code VB6 Randomize in c#?
In vb6 rnd function, i use c#:
Random r = new Random();
r.Next();
to replace it!
But how about Randomize?
I heard it had a different meaning over vb6 Rnd();
Any help?
Thanks.
Regards,
Chua Wen Ching
How to code VB6 Randomize in c#?
In vb6 rnd function, i use c#:
Random r = new Random();
r.Next();
to replace it!
But how about Randomize?
I heard it had a different meaning over vb6 Rnd();
Any help?
Thanks.
Regards,
Chua Wen Ching