mR-J
New member
- Joined
- Feb 5, 2009
- Messages
- 2
Hi!
I need som help. I am kind of new in programming. Could someone help me convert a VB code into C#?
The code is following
label1.Text = CStr(Int(rnd() * 10))
Ive gotten as far as
label1.Text = Convert.ToString(... But how do I convert "rnd"?
This application is supose to be a one armed bandit, its supose to pick random numbers.
Thanks for the help!
I need som help. I am kind of new in programming. Could someone help me convert a VB code into C#?
The code is following
label1.Text = CStr(Int(rnd() * 10))
Ive gotten as far as
label1.Text = Convert.ToString(... But how do I convert "rnd"?
This application is supose to be a one armed bandit, its supose to pick random numbers.
Thanks for the help!