To Projects

IT 236 -- Greeter Project

 

Goal

Details

  1. Your application should contain six controls:

  2. When a button is clicked, it should display a greeting in the chosen language, to the name in the name textbox. You may include a new line character if you wish to facilitate the display. For example, if the name is Kevin, these are sample greetings in the four languages listed above.

    You should have a different event handler for each button.

    Here is a sketch of the application form drawn with Visio. The image is on the left. Feel free to modify the layout.

    You can copy the French and Spanish sentences with special characters and paste them directly into your source code. If you ever need to create other special characters, first create an MS-Word document, insert the special ASCII characters into that document, then copy and paste them into your source code.

  3. You can substitute or add other languages if you wish. There must be at least four buttons to display greetings in different languages.