Date Time Picker
- Contents
- Compiling
- Running
- Under the Hood
- Notes
Compiling
To compile the example:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\dotnet\winforms\control_reference\date_time_picker_ctrl\
- Choose date_time_picker_ctrl.ecf
- Choose the location where the project will be compiled, by default the same directory containing the configuration file.
- Click Open.
Running
After launching the application, you will see a window displayed with a similar appearance to the one above. On the left side of the main window a date is displayed in a
Clicking on the "Change font" button and a change font dialog box will appear.
Clicking on the "Change color" button and a dialog box will appear. This dialog box will permit you to customize the color appearance of the calendar.
Under the Hood
This application uses several different controls, but tend to show how to parameter the
When one of the buttons "Change font" or "Change color" is pressed, an event is launched and open the corresponding dialog box.
When the entry in the
This sample uses the following classes:
-
CALENDAR -
COMBO_BOX -
BUTTON -
LABEL -
GROUP_BOX -
CHECK_BOX
Notes
This sample is translated from the example located in the QuickStart\winforms\samples\controlReference\dateTimePicker sub-directory of the .NET Framework SDK samples directory of Microsoft Visual Studio .NET.