|
-
May 21st, 2009, 07:28 AM
#6
Re: Random Numbers in GUI (Windows Forms)
 Originally Posted by cilu
You mean:
Code:
Random^ r = gcnew Random();
int x=r->Next(0,2);
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|