I've created a windows app in C# and want to be able to pass an array and its values from the form it's created in to another form. The values would be used to populate a combobox and its values on the second form. Or, could I pass a string variable that is set when a user clicks a button, and just create the array on my second form based on what that variables values are?
Thanks
Thanks