about dialog

Allows you to create a dialog box for the about description.


Example

Running this code will create an about dialog with the following properties:

  • Title: Test Title
  • Description: This is a test description.
  • Version: 1.0.0
  • Copyright: @2022
  • Application Logo: "E:\Example Folder\Picture 1.jpg"
  • Additional Notes: Some additional notes.
  • Hyperlink Text: My Store
  • Hyperlink: https://yourlink.com
  • Publisher: Your Publisher
  • Publisher Logo: "E:\Example Folder\Picture 2.jpg"
plugin command("Dialogs Extension.dll", "about dialog", "Test Title", "This is a test description.", "1.0.0", "@2022", "E:\\Example Folder\\Picture 1.jpg", "Some additional notes.", "My Store", "https://yourlink.com", "Your Publisher", "E:\\Example Folder\\Picture 2.jpg", "True")

Was this helpful?

Next Article

advertise dialog