(last update: Fri Oct 28 20:32:45 CEST 2016)
This course is a 3-day intensive introduction to the development of graphical interfaces using the C# language. At the end of the course you will be able to
- Use the Windows Forms API to create graphical applications
- Design and create window menus and contextual menus
- Use most important graphical controls (text, label, button, list, open file, etc.)
César Rodríguez (http://lipn.univ-paris13.fr/~rodriguez)
Here are some criteria that will be taken into account for the evaluation of the source could that you are expected to submit in this course:
You are expected to submit your source code using the ENT. Deadlines on November 3, 2016.
Log in using your University user and password
Naviage to the online version of this course:
Accueil > Mes cours > Institut Galilée > Ingénieurs > Ingénieurs Télécom et Réseaux an3 > Système .Net et langage C# - TELEC3 > Interface graphique
There is one link under the section "C# Graphical Interface - Exercises". Use it to submit the appropriate homework.
(Sections V1 to V14; skip V11)
Introduction to Windows Forms:
Communication between forms:
Using controls:
Exercise Implement a simple text editor. Your editor will be able to load, visualize, edit, and save text files (but not create them). You might find useful the OpenFileDialog control to open an existing file. Your editor will have one button, with caption "Save", that will save the edited contents to the file to the file path from which it was loaded.
Components (no graphical representation):
Containers:
Tool Strips (toolbox strips)
Pictures, images, drawing:
Miscellaneous: