Hi,
It would be great if some one help me on this issue.
I am facing a problem in opening MS Word through vb.net windows form on O/S 98.
I am opening Microsoft Word using Late binding. Installer also contains MSWORD9.olb. But when open Word from the application on O/S 98 it gives run time error.
Thanks in advance.

Problem in Opening Word on 98
jcastiarena
If so, I'd suggest you switch to using the Office.Interop assemblies to control Word.
If not, and your just opening the app to display a file, I'd suggest just using System.Diagnostics.Process to start the instance of Word passing whatever command line args you find necessary.
Jeremy Thomas
Anyways, until we know what your runtime error is, it's hard to help you.