S
Steve Bugden
Hi,
I would like start up Frontpage from a vb.net application, giving it
sufficient information to open a web page on a server.
I believe the folowing code will open a web:
dim oFP As New FrontPage.Application
oFP.Webs.Open("ftp://some/address/somewhere", "username", "password",
FpWebOpenFlags.fpOpenInWindow)
But how do I open a page and get frontpage to display on the screen?
Or does anyone know of a good tutorial?
Thanks in anticipation.
Best Regards,
Steve
I would like start up Frontpage from a vb.net application, giving it
sufficient information to open a web page on a server.
I believe the folowing code will open a web:
dim oFP As New FrontPage.Application
oFP.Webs.Open("ftp://some/address/somewhere", "username", "password",
FpWebOpenFlags.fpOpenInWindow)
But how do I open a page and get frontpage to display on the screen?
Or does anyone know of a good tutorial?
Thanks in anticipation.
Best Regards,
Steve