Winform/Program and how to write class 1, class 2, class 3, class 4 in array to linklabels?!!?
- by JB
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!
My question is how to take the 4 classes in the message box/array and write them to the linklabel text in form 2????
My Getschedule class contains the array and…