Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2003-03-20 22:32:26 +0000
committerGrant Gayed2003-03-20 22:32:26 +0000
commit43fca45c092790fa918a0eb9425c5926fe92ba48 (patch)
tree99685433d6ac82bf26c3973d23b7820fb6c7fd5a /examples/org.eclipse.swt.examples.ole.win32
parentadfc26160935e85604d7de57dc4a36f7780d3daf (diff)
downloadeclipse.platform.swt-43fca45c092790fa918a0eb9425c5926fe92ba48.tar.gz
eclipse.platform.swt-43fca45c092790fa918a0eb9425c5926fe92ba48.tar.xz
eclipse.platform.swt-43fca45c092790fa918a0eb9425c5926fe92ba48.zip
*** empty log message ***
Diffstat (limited to 'examples/org.eclipse.swt.examples.ole.win32')
-rwxr-xr-xexamples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html b/examples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html
index 26023156c4..cc538319c4 100755
--- a/examples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html
+++ b/examples/org.eclipse.swt.examples.ole.win32/doc-html/swt_ole_ex.html
@@ -9,24 +9,24 @@
<h2>Example - OLE Web Browser</h2>
<p>
-This example demonstrates how to embed an Active X control into an SWT application or an Eclipse view.
+This example shows how to embed an Active X control into an SWT application or an Eclipse view.
<p>
</p>
When the view is opened, it will create an instance of the Windows Internet Explorer
-control. The OLE Web Browser has
-Back and Forward buttons to take you to recently visited pages. The browser also contains
-a Home button to take you to the web browser's home page, a Stop button which stops the
-current transfer, a Search button which will search for text typed in the Address text field, and
-a Refresh button which re-draws the contents of the currently displayed page. There is also a
-Go button which, when clicked, will attempt to load the page specified in the Address field.
+control. The OLE web browser has
+<strong>Back</strong> and <strong>Forward</strong> buttons to take you to recently visited pages. The browser also contains
+a <strong>Home</strong> button to take you to the web browser's home page, a <strong>Stop</strong> button which stops the
+current transfer, a <strong>Search</strong> button which will search for text typed in the <strong>Address</strong> text field, and
+a <strong>Refresh</strong> button which re-draws the contents of the currently displayed page. There is also a
+<strong>Go</strong> button which, when clicked, will attempt to load the page specified in the <strong>Address</strong> field.
</p>
<h3>Running the example</h3>
<p>
-From the Window menu select Show View --> Other.
-In the Show View dialog, expand SWT Examples and select
-the view named OLE Web Browser (Win32). A view containing a web browser will appear.
+From Eclipse's <strong>Window</strong> menu select <strong>Show View</strong> &gt; <strong>Other</strong>.
+In the <strong>Show View</strong> dialog, expand <strong>SWT Examples</strong> and select
+the view named <strong>OLE Web Browser</strong> (win32). A view containing a web browser will appear.
</p>
<p><a href="hglegal2002.htm"><img SRC="ngibmcpy2002.gif" ALT="Copyright IBM Corporation and others 2000, 2002. All Rights Reserved." BORDER=0 height=14 width=324></a></p>

Back to the top