It is not displaying the already created word file

Dear All,
I was using DSO Framer Control for displaying Word and Excel files.
But my client getting problems when they are trying to down load the
ActiveX control. So I searched aspose an alternative for that. And down loaded
your tool like Aspose.Words, Aspose.Cells etc. And tried to run this code to open
the document in my brower, but the document is not visible in the browser.
when I try to open an already existing document using this code

* Dim doc As Aspose.Words.Document = New Aspose.Words.Document("D:\Aleem\Codes.doc") *

Even it is also not displaying any thing in the browser

Dim edit1 As Aspose.Editor.Document = New Aspose.Editor.Document("D:\Aleem\Codes.doc")

It is not displaying the word file. Can you please check this. Here I want to open a file which is already

created manually. And one more thing, what should I do if want to create a tool bar for for saving,

editing and exiting the document from the browser itself only. Please reply for these queries,

if possible please give me a snippet of code to do these tasks.

Thank you.

S/W Engineer
Akebono Soft Technologies


Thanks for your interest in Aspose products.

You see, Aspose.Words is not a visual control, which can be used to display documents in Windows.Forms or web pages. It is a library that allows you to manipulate documents from code, not by visually editing them. It is used mainly to make large amounts of end-user documents on a server based on existing document templates. It is quick and robust and more apt to this task then MS Word automation.

Aspose.Editor is another product that is to be used as visual viewing and editing control, but it is designed to be used in Windows.Forms. Later, we will expand it to be able to be used in browser.

So it seems that our current set of products does not fit to be used in your task. Please visit us later in 2007, we will probably add support for the tasks in your field too.

Best regards,