Urgent.. Create Frontpage 2003 object in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to call FrontPage 2003 from c#. I am using interop dll's for that. I
can not find any help regarding this. I can call excel word etcc... but not
Frontpage . Your help would be highly appreaciated.
 
Here is the VBA guide
http://msdn.microsoft.com/library/d.../vbafpw11/html/fphowExplorFPOM_HV01030589.asp

NOTE that it is aimed more at macro programming, but it can give you some
pointers.

Now, why do you need to poke into FrontPage is the question? If to create a
web page, there are better open source tools for this. If to manage websites,
you can program this without hitting those DLLs, as well. Just a thought.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Here is a articel about how to create add-ins in C#, maybe it will give you
some pointers.
 
Thanks for your postings.

Based on my need when a user clicks to cretae a help tex, Front page should
open and user should be able to cretae help in there and store in the data
base as html. For that purpose I need to have frontpage object . I looked
into having addins for frontpage but I was wondering if instead of having add
ins to frontpage if I could call frontpage instead. This might not be the
best use of Frontpage but that is how our application is currently and I am
looking into migfating this to .Net
 
Back
Top