The Application Programming Interface (API) for Microsoft FrontPage 2000 provides functionality that is similar to the Visual Basic object model interfaces provided in the product. The API documentation is provided for developers who need to maintain existing solutions created with the FrontPage 98 (or earlier) SDK. (Developers creating new solutions should use the Visual Basic automation interfaces provided through the object model.)
In previous versions of the FrontPage SDK, the API was divided into three major components: the FrontPage Explorer; the FrontPage Editor; and the FrontPage ToDoList. To support these components, the FrontPage 98 SDK provided three support libraries: webber.tlb (Explorer); wpe.tlb (Editor); and todolist.tlb (ToDoList). The FrontPage 2000 SDK merges these libraries into a single executable, FrontPg.Exe, which includes the functionality from all three components.