What do I need to write a FrontPage Wizard?

V

Vince C.

Hi.

I'd like to write a wizard for FrontPage so as to prompt a series of questions
before a user starts filling content. FrontPage comes with a few wizards (or
assistants?). I'd like to make my own one based on a HTML template and that asks
a few questions. The answers must be used to build the content of a web page.

What do I need to do this? Do I need Office Developer? FrontPage SDK? Is Visual
Studio enough? Do I have to write macros? Are macros enough to achieve this?

Thanks in advance.

Vince C.
 
S

Stefan B Rusynko

I think you'll find a good start at the MSDN site
http://msdn.microsoft.com/library/d...ksdk/html/howwebbotsyntaxworks.asp?frame=true
and
http://msdn.microsoft.com/library/d.../en-us/fpsdk2002/html/OWCAbout.asp?frame=true




| Hi.
|
| I'd like to write a wizard for FrontPage so as to prompt a series of questions
| before a user starts filling content. FrontPage comes with a few wizards (or
| assistants?). I'd like to make my own one based on a HTML template and that asks
| a few questions. The answers must be used to build the content of a web page.
|
| What do I need to do this? Do I need Office Developer? FrontPage SDK? Is Visual
| Studio enough? Do I have to write macros? Are macros enough to achieve this?
|
| Thanks in advance.
|
| Vince C.
|
|
 
V

Vince C.

Stefan B Rusynko said:
http://msdn.microsoft.com/library/d.../en-us/fpsdk2002/html/OWCAbout.asp?frame=true

Thanks, Stefan. But it seems the above topics talk about web bots (i.e.
components to place inside a web page). Unless you've suggested another way what
I'd like is to create a wizard for FrontPage 2000. I mean the one thing that you
run when you select File > New... Some items there are just templates others are
wizards (like form wizard). I'd like to build the second kind.

Vince C.
 
S

Stefan B Rusynko

Check the TOC on the MSDN site for Wizards
http://msdn.microsoft.com/library/d...us/fpsdk2002/html/WizardsAbout.asp?frame=true

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


| "Stefan B Rusynko" <[email protected]> a écrit dans le message de
| | > I think you'll find a good start at the MSDN site
| >
| http://msdn.microsoft.com/library/d...ksdk/html/howwebbotsyntaxworks.asp?frame=true
| > and
| >
| http://msdn.microsoft.com/library/d.../en-us/fpsdk2002/html/OWCAbout.asp?frame=true
|
| Thanks, Stefan. But it seems the above topics talk about web bots (i.e.
| components to place inside a web page). Unless you've suggested another way what
| I'd like is to create a wizard for FrontPage 2000. I mean the one thing that you
| run when you select File > New... Some items there are just templates others are
| wizards (like form wizard). I'd like to build the second kind.
|
| Vince C.
|
|
 
V

Vince C.

Vince C. said:
http://msdn.microsoft.com/library/d...ksdk/html/howwebbotsyntaxworks.asp?frame=true
http://msdn.microsoft.com/library/d.../en-us/fpsdk2002/html/OWCAbout.asp?frame=true

Thanks, Stefan. But it seems the above topics talk about web bots (i.e.
components to place inside a web page). Unless you've suggested another way what
I'd like is to create a wizard for FrontPage 2000. I mean the one thing that you
run when you select File > New... Some items there are just templates others are
wizards (like form wizard). I'd like to build the second kind.

Oops, I didn't scroll down. There are topics on Wizards.

Vince C.
 

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