Re: OT: Looking for som Basic/easy test questions..
Phil Sayers <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
give them this list of events: keypress, enter, validated, keydown, keyup, lostfocus, validating, gotfocus, leave ask them to put them in the correct sequence for the scenario where the user tabs into an edit control changes it's value/text and tabs out. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Stacey Levine Sent: Tuesday, April 24, 2007 10:14 AM To: [email protected] Subject: [DOTNET-WINFORMS] OT: Looking for som Basic/easy test questions.. I have two brand new developers that have been working for two months now. Some of that has been self study. I wanted to come up with a very basic Winform type test to see how they are doing. Some of the questions are below. I would appreciate it if you had suggestions for some other very basic questions. Thanks. Stacey 1. What control would you use if you wanted to display static information on a screen to a user? 2. What control would you use if you wanted to display information to a user that the user could possibly type over? 3. On most controls, including the two in the previous questions - what property do you set that controls the string displayed? 4. What event is fired when the users presses a button? 5. What main control holds the other GUI controls that makes the screen that is displayed to your user in a program? 6. What is this called? (checkbox image) 7. What is this called? (radion button image)