Visual C# 2012 How To Program
C# Programming Challenge 15.4: Using ComboBoxes and ListBoxes
Modify your solution to the previous exercise to add a ListBox. When the user selects an item from the ComboBox, remove the item from the ComboBox and add it to the ListBox.
Your program should check to ensure that the ComboBox contains at least one item. If it does not, display a message, using a messagebox, then terminate program execution when the user dismisses the message box.
Learning to code? Follow my C# tutorials for beginners. I do a lot of C# programming challenges and C# projects as part of my homework - every day!
If you are learning to program, nothing beats solving real programming exercises and coding challenges.
So don't forget to subscribe, as I release new programming videos every day!
DOWNLOAD SOURCE FILES: http://www.codinghomework.com/?p=701