|
PowerShow.ppa!PowerShowLaunchSession( _
ByVal SessionSettingsFileName As String, _
ByVal LaunchShow As Boolean)
PowerShowLaunchSession launches the
PowerShow Session with the settings stored in the specified file. Use
LaunchShow as True to directly launch the PowerShow Session. Use
LaunchShow as False to load the session settings from the file and show
the PowerShow Session Settings dialog box.
PowerShow.ppa!PowerShowLaunchShow( _
ByVal PresFileName As String, _
ByVal FromMonitor As Long, _
ByVal MonitorCount As Long, _
ByVal LaunchShow As Boolean)
PowerShowLaunchShow launches a PowerShow Session with the
specified presentation file. Use FromMonitor to specify the starting
monitor for the slide show and MonitorCount to specify the number of monitors to
span the slide show across. Set LaunchShow as True to directly launch the PowerShow
Session. Set LaunchShow as False to prepate the session settings and show
the PowerShow Session Settings dialog box.
PowerShow.ppa!PowerShowLaunchTickerShow( _
ByVal LayoutPresFileName As String, _
ByVal MonitorNum As Long)
PowerShowLaunchTickerShow starts a
TickerShow Session using the layout and presentations specified through
LayoutPresFileName. Use MonitorNum to specify the monitor on which the
slide shows should run.
PowerShow.ppa!MultiPanelLaunchShow( _
ByVal PresFileName As String, _
ByVal XMonitorCount As Long, _
ByVal YMonitorCount as Long)
MultiPanelLaunchShow launches a
Multi-Panel Show with the specified presentation file. You can specify
the size of the slide show in terms of number of monitors wide through
XMonitorCount and the number of monitors in height through YMonitorCount.
PowerShow.ppa!ExitPowerShowSession()
ExitPowerShowSession quits a running
PowerShow Session. All slide shows and notes that are part of the session
are closed.
|