Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

The Hello World Sample

The following sample code creates the registry file that adds the Hello World sample to the Publish Wizard. Be sure to change the HTMLBasedUIURL path to match your server address.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Producer\WebHosts\HelloWorld]

"HTMLBasedUIURL" = "http://MyServer/MyPath/helloworld.htm"
"ID" = "C1C8024B-3667-4245-BB8C-0556D61D6166"

The following sample code creates the Web page that displays in the Publish Wizard for the Hello World topic:

<HTML>
<HEAD></HEAD>
<BODY>
Hello World!
</BODY>
</HTML>

For more information about this sample, see Getting Started.

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.