How do I monitor Frontpage Editor actions?

  • Thread starter Thread starter Vince C.
  • Start date Start date
V

Vince C.

Hi.

I'd like to perform some actions when FrontPage opens or saves a HTML page. Do I
have to create an add-in or can I do this with a simple macro?

Thanks for any hint/suggestion.

Vince C.
 
-----Original Message-----
Hi.
Howdy.

I'd like to perform some actions when FrontPage opens or
saves a HTML page. Do I have to create an add-in or can I
do this with a simple macro?

I'm not sure than any FrontPage macros are simple, but
uses, you can do this in a macro. To get started, read:

http://msdn.microsoft.com/library/en-
us/modcore/html/deconworkingwithevents.asp

Unfortunately, you can't get such a macro to auto-load
using only VBA. For that, you would need to write an add-
in.

It would be useful to find an add-in that loaded an
autorun macro and then quit; the autorun macro could then
load Document_Open, Document_Close, or any other event
handlers you wanted. I'm not aware of any such add-in but
perhaps someone else will speak up.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------
 
Back
Top