Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reports Pin
cdpace13-Nov-09 9:53
cdpace13-Nov-09 9:53 
GeneralRe: Reports Pin
Shameel13-Nov-09 21:24
professionalShameel13-Nov-09 21:24 
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 
Sorry, but when I talked Global variables, it means every class have access, but you only need access from a class not Global. Define like you did public int[,] IndxArr;

Do you know about Lifetime of variables?

If you define variable in Function, it will only exists in a function. If you define in for loop, you can't access that variable once for loop exit.

Now look at this line: IndxArr[FirstIndx, SecondIndx] = ArrData;. FirstIndx and SecondIndx you always assign from numericUpDown. If a user doesn't change manualy, it will always set value to a same location. If you want user to see witch location it will store that array and if you want it to make sure it increases automatic after you clicked that button, just increase its value based on alghoritem
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 
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 

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.