TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.7

Back to Reference

ICON Element

Specifies the icon to show in the TQS window.

Syntax
<ICON
  SRC="src"
/>
Attributes
SRC
Specifies file name of the icon to display.
Placement

The ICON element must be a child of the TQS element.

Children

No children are supported within the ICON element.

Remarks

If the ICON element is not specified, or the icon file cannot be found, the default TQS icon is displayed instead.

The icon file must reside in the data root folder. This is, by default, the folder containing the .TQS file.

  • The data root folder can be set with the TQS element's DATAROOT attribute. To specify an absolute path, such as an Internet address, precede the path with NOROOT?.
  • To specify an embedded file, precede the path with EMBED?.
Example

<ICON SRC="EMBED?trivia.ico"/>

©2020 Bot Productions. All rights reserved.Last Updated: January 5, 2006