Hi,
I'm pretty new to C# but I'm very familiar with C++ and first off I wanted to know if anyone has a good website with some tutorials for C#.
Other than that, I have a few basic questions regarding GUI programming.
I suppose one question at a time is good enough so I want to have 5 drop down boxes (I'm assuming that a combo box is what I should use) and each of these boxes will pull from the same list (and array of strings I'm also assuming). When one item from the list is selected in one box, it will not be available for selection in another, and you cannot input text into the field.
Visual Studio 2010 has a good WYSIWYG designer for this but it still isn't perfectly clear on how to tie all of the boxes to the same list and put conditions on the selections.
Any advice would be great.
Thanks.