blah blah blah is here! blah blah » Close

1
votes
1 answers

Reverse ProgressBar

Hi Thanks in advance for any assistance... I have an app with progressbar that increments on successful operation, however when I recieve a failure I roll back any changes, this works fine... However what i would like to do is whe ...

0
votes
2 answers

A simple While Loop

Hi, I have a function which creates a random value which is used later in the program. It is created with the following code: [code] BigInteger randpri = BigIntegers.CreateRandomInRange(min, max, random); [/code] The problem is t ...

Feedback