Online Eiffel Documentation |
Documentation Home > Technologies > .NET > Samples > Winform Samples |
EiffelStudio |
Progress bar sample |
To compile the example:
After launching the application, you will see a window displayed with a similar appearance to the one above. On the left of the form you have the PROGRESS_BAR control, and on the right you have some controls to configure the PROGRESS_BAR.
The application shows how to configure a PROGRESS_BAR.
The feature on_load is redefined and launch a thread (THREAD_START) that simulates the progression of a process.
This sample contains the following classes:
This sample is translated from the example located in the QuickStart\winforms\samples\controlReference\ProgressBar sub-directory of the .NET Framework SDK samples directory of Microsoft Visual Studio .NET.
Copyright 1993-2006 Eiffel Software. All rights reserved. |