Custom FrontPage Components
- WbTest1-A very simple custom FrontPage component that displays “Hello, World”; written in C
- WbTest2-Three FrontPage components implemented by a single module, including a form-handling component and a component that writes out extra MIME headers; written in Microsoft Visual C++
- WbTest3-Two simple FrontPage components written in Perl
- WbTest4-Form-handling components written in Perl
- initcaps-A custom FrontPage component that displays a string in upper-case with the first letter of each word made larger; written in Microsoft Visual C++
- TCLTest-A simple FrontPage component written in TCL
- simple-A simple client-side DLL FrontPage component, written in Microsoft Visual C++, shows a custom property editing dialog for the component
- VoteBot-A more complex custom FrontPage component implementing voting functionality; demonstrates both client-side and server-side functionality
- VBbot-Two custom FrontPage components that implement an interface to Visual Basic classes compiled as ActiveX DLLs. The folder "botkit" in this directory contains a VB project that can be used to create any number of custom FrontPage components