Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Random Number from 6 to 86 Pin
pmarfleet14-Aug-07 4:48
pmarfleet14-Aug-07 4:48 
GeneralRe: Random Number from 6 to 86 Pin
Sylenze14-Aug-07 4:51
Sylenze14-Aug-07 4:51 
GeneralRe: Random Number from 6 to 86 Pin
pmarfleet14-Aug-07 4:54
pmarfleet14-Aug-07 4:54 
AnswerRe: Random Number from 6 to 86 Pin
Hessam Jalali14-Aug-07 4:56
Hessam Jalali14-Aug-07 4:56 
GeneralRe: Random Number from 6 to 86 Pin
Sylenze14-Aug-07 7:11
Sylenze14-Aug-07 7:11 
GeneralRe: Random Number from 6 to 86 Pin
Sylenze14-Aug-07 7:14
Sylenze14-Aug-07 7:14 
GeneralRe: Random Number from 6 to 86 Pin
Stefan Troschuetz14-Aug-07 7:37
Stefan Troschuetz14-Aug-07 7:37 
GeneralRe: Random Number from 6 to 86 Pin
Sylenze14-Aug-07 8:02
Sylenze14-Aug-07 8:02 
Ok i've got another problem...
Now if you click on the "Make even!" button (for rounding up and off to 10~values, like 10 20 30 40)
i don't know what to put it...
I mean it should also be usable in other things like unknown values from 1~25233636 for example.

it's currently this:


<br />
            #region Vbar1<br />
<br />
            if (vbar1.Value = 6-10)<br />
            {<br />
                vbar1.Value = 10;<br />
            }<br />
<br />
            #endregion<br />


1. i don't know how to make it like "from 6 to 10", the - isn't working O__O

2. it's not really flexible and i have to make like 9 if handlers for every pbar...

<br />
            if (vbar1.Value > 6 & < 10 )<br />


isn't working too...
GeneralRe: Random Number from 6 to 86 Pin
Stefan Troschuetz14-Aug-07 8:08
Stefan Troschuetz14-Aug-07 8:08 
GeneralRe: Random Number from 6 to 86 [modified] Pin
Sylenze14-Aug-07 8:10
Sylenze14-Aug-07 8:10 
GeneralRe: Random Number from 6 to 86 Pin
Sylenze14-Aug-07 9:37
Sylenze14-Aug-07 9:37 
Questioncomparision problem Pin
Xmen Real 14-Aug-07 4:20
professional Xmen Real 14-Aug-07 4:20 
AnswerRe: comparision problem Pin
Vasudevan Deepak Kumar14-Aug-07 4:24
Vasudevan Deepak Kumar14-Aug-07 4:24 
GeneralRe: comparision problem Pin
Xmen Real 14-Aug-07 4:32
professional Xmen Real 14-Aug-07 4:32 
AnswerRe: comparision problem Pin
Martin#14-Aug-07 4:24
Martin#14-Aug-07 4:24 
GeneralRe: comparision problem Pin
Xmen Real 14-Aug-07 4:31
professional Xmen Real 14-Aug-07 4:31 
GeneralRe: comparision problem Pin
Martin#14-Aug-07 4:32
Martin#14-Aug-07 4:32 
Questionstring format Pin
JoZ CaVaLLo14-Aug-07 3:52
JoZ CaVaLLo14-Aug-07 3:52 
AnswerRe: string format [modified] Pin
Xmen Real 14-Aug-07 4:04
professional Xmen Real 14-Aug-07 4:04 
GeneralRe: string format Pin
pmarfleet14-Aug-07 4:09
pmarfleet14-Aug-07 4:09 
GeneralRe: string format Pin
Xmen Real 14-Aug-07 4:11
professional Xmen Real 14-Aug-07 4:11 
AnswerRe: string format Pin
pmarfleet14-Aug-07 4:05
pmarfleet14-Aug-07 4:05 
AnswerRe: string format Pin
Pete O'Hanlon14-Aug-07 4:12
mvePete O'Hanlon14-Aug-07 4:12 
AnswerRe: string format Pin
Michael Sync14-Aug-07 21:48
Michael Sync14-Aug-07 21:48 
GeneralRe: string format Pin
JoZ CaVaLLo15-Aug-07 22:58
JoZ CaVaLLo15-Aug-07 22:58 

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.