What is FrontPageEditorDocumentView?

W

Wallentin

Hi!

I am trying to access FrontPage 2003 from the "outside" using C++ with the
help op Microsoft active accessibilty.

I have no problem accessing the RichEdit component used in "Code" mode or
the Explorer component used in "Preview" mode, but I cannot seem to figure
out what component is hidden behind the "Design" mode....

Using ::RealGetWindowClass( hwnd, name, 128) on the obtained window handle I
get the name "FrontPageEditorDocumentView". Does anybody know what component
this might be behind this name?

Any suggestions are more than welcome.

Thanks in advance.

/W
 
S

Stefan B Rusynko

See if this helps
http://msdn.microsoft.com/library/d...l/odc_fpManagedFrontPageAddIns.asp?frame=true
Also the Web OM is at
http://msdn.microsoft.com/library/d...ml/fptocObjectModelApplication.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
_____________________________________________


| Hi!
|
| I am trying to access FrontPage 2003 from the "outside" using C++ with the
| help op Microsoft active accessibilty.
|
| I have no problem accessing the RichEdit component used in "Code" mode or
| the Explorer component used in "Preview" mode, but I cannot seem to figure
| out what component is hidden behind the "Design" mode....
|
| Using ::RealGetWindowClass( hwnd, name, 128) on the obtained window handle I
| get the name "FrontPageEditorDocumentView". Does anybody know what component
| this might be behind this name?
|
| Any suggestions are more than welcome.
|
| Thanks in advance.
|
| /W
|
 

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

Similar Threads


Top