Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

utilizing Word's equation editor through VB.Net codes

Status
Not open for further replies.

aria

Programmer
Mar 5, 2001
3
0
0
IR
Hi everybody:
I have a lot of word documents containing mathematical concepts which are created by using Word's equation editor. What I want to do is managing all questions/documents by putting them into a database and then retrieving data and showing them on a server side word document again by using Microsoft's office automation technology and relevant office interop DCOMs. My findings on the Net indicates that Word's equation editor can be placed on a server side doc file as follows:
Selection.InlineShapes.AddOLEObject ClassType:="Equation.3", LinkToFile:= False, DisplayAsIcon:=False
which sounds good but I don't know how to bind the Math related data to this OLE object. I can show text data on the Selection.Bookmarks but how can I bind the bounderies of an integral sign (for example) that I've retrieved from database?
Any idea? I do appreciate any help.

cheers
Aria
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top