Click here for NewsObjects Overview
LoadBannerInfo Method (Alert Method)
Windows - Visual C++


Description
The LoadBannerInfo method loads the Alert control's banner information from the specified file.

Syntax
long value = [object.]LoadBannerInfo(fileName)

The LoadBannerInfo syntax has these parts:

Part

Description

fileName

A String containing the path name of the file to read from.

Remarks
The persistent banner information includes the position, size, title bar state, and list of profile codes monitored for each open Alert Banner.

See Also: SaveBannerInfo

Back to: Alert Methods