|
|
|
|
|
- Overview
- How to?
- Creating the "About" window
- Information displayed in the "About" window
The "About" window is used to display and access various information about the current application: - the application name.
- the application version.
- the copyright.
- the company.
- the Internet site of the company.
- the email address of the company.
- the license.
- the list of teams and/or contributors.
- etc.
WINDEV allows you to automatically create the "About" window of your application when including the "?" menu. Creating the "About" window To create the "About" window: - Include the "?" menu in your application. For more details, see Include the "?" menu.
- Choose to add the "About" option.
- Generate an "About" window automatically ("Generate an "About" window automatically." option).
- Select the information to be displayed in the "About" window.
- In the next steps, enter the details to be displayed.
- Finish the wizard.
- The "FEN_About" window is then automatically added to the project.
Information displayed in the "About" window The following information can be displayed: - Module name: Executable name specified when creating the executable program.
- Module version: Application version number specified when creating the executable program.
- Copyright: Copyright Text specified when executable was created.
- Website address and e-mail address: Addresses specified in the "?" menu integration wizard.. they can be modified when the executable program is created.
- Warning text: Text entered in the "?" menu integration wizard.. By default, this text is as follows:
"Caution: this software is protected by copyright law and by international conventions. By installing and using this product, you agree to the terms of license agreement." - Company: Company name specified when creating the executable program.
The license file corresponds to the one defined when generating the setup procedure of the application. The "About" window allows you to dequeue the names of the teams and/or participants in your application.. This team and/or these contributors are specified in the integration wizard in the "?" menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|