<?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: What&#8217;s New in Version 5.2</title>
	<atom:link href="http://www.ocxt.com/archives/39/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ocxt.com/archives/39</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: Mackey Kinard</title>
		<link>http://www.ocxt.com/archives/39#comment-25</link>
		<dc:creator>Mackey Kinard</dc:creator>
		<pubDate>Mon, 27 Aug 2007 06:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/archives/39#comment-25</guid>
		<description>NOTE: I worked with Word Automation for years using MANY different versions of Office Primary Interop Assemblies... THIS Ccontrol is the EASIEST control
in the world to control functionallity in ANY word type application.

Without giving a CRAP what version of office the client pc has on it... the SAME JAVASCRIPT code cab be used to:

1. Load a document.... FROM ANYWHERE... local file... no problem.... web server (including SSL)... no problem
2. Save a document.... AGAIN ANYWHERE...
3. Render the ACUTAL APPLICATION WINDOW within a control and have FULL Access to Menus and Toolbars (WHICH IS NOT possible just writing the application/msword mime type to the browser which in turn invoke the office application in your brwoser window... but you have no control over that application instance yet alone the activedocument nor a reliabe way of saying WHAT toolbars you want accessable and just forget about an actual menu)

And the Grand Daddy of them all.... ANY Code i hade in my older automation (working with bookmarks and doing mail merges) can easiy be ported to javascript using the very simple Automation Support (IDispath)...

Note: I work with Dispatch Pointer in C++ and C# All the time, being able to say something like:

var wordDoc = OA1.ActiveDocument;
wordDoc -&gt; Do anything i want here in javascript with the document without any Header files, or interop assemblies or anything.... Just me and my javascript code.... SO SWEET!</description>
		<content:encoded><![CDATA[<p>NOTE: I worked with Word Automation for years using MANY different versions of Office Primary Interop Assemblies&#8230; THIS Ccontrol is the EASIEST control<br />
in the world to control functionallity in ANY word type application.</p>
<p>Without giving a CRAP what version of office the client pc has on it&#8230; the SAME JAVASCRIPT code cab be used to:</p>
<p>1. Load a document&#8230;. FROM ANYWHERE&#8230; local file&#8230; no problem&#8230;. web server (including SSL)&#8230; no problem<br />
2. Save a document&#8230;. AGAIN ANYWHERE&#8230;<br />
3. Render the ACUTAL APPLICATION WINDOW within a control and have FULL Access to Menus and Toolbars (WHICH IS NOT possible just writing the application/msword mime type to the browser which in turn invoke the office application in your brwoser window&#8230; but you have no control over that application instance yet alone the activedocument nor a reliabe way of saying WHAT toolbars you want accessable and just forget about an actual menu)</p>
<p>And the Grand Daddy of them all&#8230;. ANY Code i hade in my older automation (working with bookmarks and doing mail merges) can easiy be ported to javascript using the very simple Automation Support (IDispath)&#8230;</p>
<p>Note: I work with Dispatch Pointer in C++ and C# All the time, being able to say something like:</p>
<p>var wordDoc = OA1.ActiveDocument;<br />
wordDoc -> Do anything i want here in javascript with the document without any Header files, or interop assemblies or anything&#8230;. Just me and my javascript code&#8230;. SO SWEET!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

