<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Only play a range of slides from within a given</title>
	<atom:link href="http://www.ocxt.com/archives/154/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ocxt.com/archives/154</link>
	<description>ActiveX document container for hosting Office documents and PDF (including Adobe PDF, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project and Microsoft Visio documents)</description>
	<lastBuildDate>Sat, 19 Nov 2011 03:49:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/154#comment-131</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Fri, 28 Aug 2009 01:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/?p=154#comment-131</guid>
		<description>The component has some other methods available. You can use the SlideGotoPage method to set the start page.
 
The component supports the office automation. You can get the current show position.
 
long nPos = OA1.ActiveDocument.SlideShowWindow.View.GetCurrentShowPosition()
 
long nCount = OA1.SlideGetCount()
 
if(nPos == nCount) 
do...
 
helpstring(&quot;Exits the slide show play window.&quot;)
HRESULT SlideShowExit(); 

helpstring(&quot;Goes to the first slide in the opened PowerPoint file.&quot;)
HRESULT SlideGotoFirst();

helpstring(&quot;Goes to the previous slide in the opened PowerPoint file.&quot;)
HRESULT SlideGotoPrevious();

helpstring(&quot;Goes to the next slide in the opened PowerPoint file.&quot;)
HRESULT SlideGotoNext();

helpstring(&quot;Goes to the last slide in the opened PowerPoint file.&quot;)
HRESULT SlideGotoLast();

helpstring(&quot;Goes to the specified slide in the opened PowerPoint file based on the index.&quot;)
HRESULT SlideGotoPage(long nPage);

helpstring(&quot;Returns the count of slides.&quot;)
HRESULT SlideGetCount([out,retval] long* nCount);</description>
		<content:encoded><![CDATA[<p>The component has some other methods available. You can use the SlideGotoPage method to set the start page.</p>
<p>The component supports the office automation. You can get the current show position.</p>
<p>long nPos = OA1.ActiveDocument.SlideShowWindow.View.GetCurrentShowPosition()</p>
<p>long nCount = OA1.SlideGetCount()</p>
<p>if(nPos == nCount)<br />
do&#8230;</p>
<p>helpstring(&#8220;Exits the slide show play window.&#8221;)<br />
HRESULT SlideShowExit(); </p>
<p>helpstring(&#8220;Goes to the first slide in the opened PowerPoint file.&#8221;)<br />
HRESULT SlideGotoFirst();</p>
<p>helpstring(&#8220;Goes to the previous slide in the opened PowerPoint file.&#8221;)<br />
HRESULT SlideGotoPrevious();</p>
<p>helpstring(&#8220;Goes to the next slide in the opened PowerPoint file.&#8221;)<br />
HRESULT SlideGotoNext();</p>
<p>helpstring(&#8220;Goes to the last slide in the opened PowerPoint file.&#8221;)<br />
HRESULT SlideGotoLast();</p>
<p>helpstring(&#8220;Goes to the specified slide in the opened PowerPoint file based on the index.&#8221;)<br />
HRESULT SlideGotoPage(long nPage);</p>
<p>helpstring(&#8220;Returns the count of slides.&#8221;)<br />
HRESULT SlideGetCount([out,retval] long* nCount);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

