Ack.. That's what you get for trying to post code. This should be correct for( int i=0; i
E
etfintnick
@etfintnick
Posts
-
Dynamiclly naming variables -
Dynamiclly naming variablesA little error snuck in..
for( int i=0; i< Zerxes
-
Dynamiclly naming variablesHi! What exactly are you trying to do? Are you sure you shouldn't be using arrays of some sort instead? An example:
string[] varArray = new string[ sizeGoesHere ]; for( int i=0; i Zerxes
-
regd C# classesYou could put it all in an Arraylist if you're not concerned about wether it should be strong-typed or not. As an alternate option, you could make your own MyClassNamehereCollection, ie. dervice a class from System.Collections.CollectionBase R.a.m
-
connecting user controls in c sharpYou could traverse your "control"-collection/array/etc and use the center of each "control" as the start/end-point of your line? R.a.m