FP2000: Application Object Model Does Not Support the Visible Property (219842)



The information in this article applies to:

  • Microsoft FrontPage 2000

This article was previously published under Q219842

SYMPTOMS

If you attempt to use the Application.Visible property in a Visual Basic for Applications (VBA) macro to access a FrontPage Web from another application, an "object not supported" error message may appear.

CAUSE

FrontPage uses Single Document Interface (SDI). The Application.Visible property is used for applications that support Multiple Document Interface.

RESOLUTION

When you are using another application to access a FrontPage Web, you have to use the WebWindow.Visible property.

Modification Type:MinorLast Reviewed:10/11/2006
Keywords:kbprb kbprogramming KB219842