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

C#

 
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 
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 
<blockquote class="FQ"><div class="FQA">Nitegoddess wrote:</div>Form_DefArr DefArr = new Form_DefArr();            if (DefArr.IndxArr == null)            </blockquote>


My knowledge on this is limited, but I think that might be the problem. Try moving the if statement below the code the following:

MyArray = DefArr.IndxArr;


You define a brand new instance of that array and it has no set values yet. It then hits the if statement, sees it as true and does as told.

At least, I think this is how this is working. I am still working on figuring stuff like this out myself. You also seem to be willing to do a lot of the work yourself, just don't seem to have very good instruction as to some of this stuff. Get a Teaching Assistant or the instructor to be your new buddy, ask questions and make them work with you to go through this. While CP is an awesome resource, the local ones are the best since they can answer on the spot and have better interaction.
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 
GeneralRe: save NumericUpDown in Registry Pin
Covean13-Nov-09 3:40
Covean13-Nov-09 3:40 
AnswerRe: save NumericUpDown in Registry Pin
Eddy Vluggen13-Nov-09 3:29
professionalEddy Vluggen13-Nov-09 3:29 
AnswerRe: save NumericUpDown in Registry Pin
PIEBALDconsult13-Nov-09 4:10
mvePIEBALDconsult13-Nov-09 4:10 

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.