Sample Final Questions True/False 1. (T/F) A Windows form application is derived from System.Windows.Forms.Form 2. (T/F) You can have more than one selected Radio Button 3. (T/F) You can have more than one selected Check Box Multiple Choice 1. How do you change the contents of a ComboBox? a. CB.SetIndexChanged(newIndex) b. CB.SelectedIndex = newIndex c. SetSelectedIndex( CB, newIndex ) d. SetIndex.Items.Index = newIndex 2. What is the differnce between a menustrip and a toolstip? a. menustip is typically at the bottom and toolstip at the top b. menustrip is required and toolstrip is optional c. menustrip has icons and toolstrip has text d. menustrip has text and toolstrip has icons 3. What is the the difference between an event and a property? a. A control responds to an event and has a property b. A control has an event and responds to a property c. A property has parameters and an event does not d. Nothing. An event is a property Short Answer 1. Show how to put data into a datagrid: 2. Show how to setup an delegate/event programmatically: 3. Show how to use access either a data member or function in a DLL: