Programatic access to publication address

D

David

Hi,

I wrote a program that uses Frontpage's object model to automate various
aspects of Frontpage. Is there any way that I can access the address to
which a particular web is published via the automation interface? When I
click publish within Frontpage it "automatically" remembers/knows to which
address I have published the previous time. I want to access exactly that
address from code via the automation interface.

Any help would be greatly apreciated!

Best,
David
 
S

Steve Easton

FrontPage maintains a list of published webs in the current user hive of the registry,
here:
HKEY_CURRENT_USER\Software\Microsoft\FrontPage\Explorer\FrontPage Explorer\Recent Publish
List

You're going to have to create / write a script the will read the "values" associated with
the Key "Names"
and then compare them to the web that is actually open in FrontPage.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top