AddSysItems
Description: |
baAddSysItems is a function which adds the system menu, minimise and maximise buttons to a window. |
Platforms: |
Windows |
Usage: |
baAddSysItems( WindowHandle, SystemMenu, MinBox, MaxBox ) |
Arguments: |
Integer, integer, integer, integer. |
Returns: |
void. |
Examples: |
Director: Authorware: |
Notes: |
Use this function with care. Some windows do not react kindly to having their window style changed. Some windows will ignore this call. This function is limited in 32 bit Windows - only the Director/Authorware window can be changed, and you can only have all the items or none of the items. |
See also: |
baRemoveSysItems |