Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
QuestionDouble Array Form Pin
Nitegoddess13-Nov-09 3:32
Nitegoddess13-Nov-09 3:32 
AnswerRe: Double Array Form Pin
PIEBALDconsult13-Nov-09 4:08
mvePIEBALDconsult13-Nov-09 4:08 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 4:27
Nitegoddess13-Nov-09 4:27 
AnswerRe: Double Array Form Pin
Saksida Bojan13-Nov-09 6:02
Saksida Bojan13-Nov-09 6:02 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 6:28
Nitegoddess13-Nov-09 6:28 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 6:47
Saksida Bojan13-Nov-09 6:47 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 7:01
Nitegoddess13-Nov-09 7:01 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 7:14
Saksida Bojan13-Nov-09 7:14 
Nitegoddess wrote:
numericUpDown_FirstIndx.Value = 0m;
numericUpDown_SecondIndx.Value = 0m;


Those lines would throw error while building. It only Accepts an Integer values. That letter next to 0 is BAD.


Nitegoddess wrote:
if ((decimal)FirstIndx > numericUpDown_FirstIndx.Maximum)

Once again. this is incorrect usage of If statment. Therre is no need to convert int to decimal. Also do you want to prompt a user when he reaches the end with message or reset it to beginning?

Does that work for you. Have you tried running?
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 7:28
Nitegoddess13-Nov-09 7:28 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:00
Saksida Bojan13-Nov-09 8:00 
GeneralRe: Double Array Form Pin
ragnaroknrol13-Nov-09 8:07
ragnaroknrol13-Nov-09 8:07 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:28
Saksida Bojan13-Nov-09 8:28 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 8:42
Nitegoddess13-Nov-09 8:42 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:48
Saksida Bojan13-Nov-09 8:48 
GeneralRe: Double Array Form Pin
ragnaroknrol13-Nov-09 8:50
ragnaroknrol13-Nov-09 8:50 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 8:33
Nitegoddess13-Nov-09 8:33 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:45
Saksida Bojan13-Nov-09 8:45 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 8:52
Nitegoddess13-Nov-09 8:52 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:57
Saksida Bojan13-Nov-09 8:57 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 9:02
Nitegoddess13-Nov-09 9:02 
Questionsave NumericUpDown in Registry Pin
Jassim Rahma13-Nov-09 3:06
Jassim Rahma13-Nov-09 3:06 
AnswerRe: save NumericUpDown in Registry Pin
dan!sh 13-Nov-09 3:28
professional dan!sh 13-Nov-09 3:28 
GeneralRe: save NumericUpDown in Registry Pin
Jassim Rahma13-Nov-09 3:32
Jassim Rahma13-Nov-09 3:32 
GeneralRe: save NumericUpDown in Registry Pin
dan!sh 13-Nov-09 3:37
professional dan!sh 13-Nov-09 3:37 
GeneralRe: save NumericUpDown in Registry Pin
Jassim Rahma13-Nov-09 3:43
Jassim Rahma13-Nov-09 3:43 

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.