I have an application which uses the MS-Word API. I get stuck when trying to use the function Document.Open(Filename) which is the function that is opening a document. It doesn't matter if I run in debug or release mode. Any help would be appreciated. Thank you, Guy Marom
|
|
|||||||||
|
|
|
There are a bunch more paramters you need for the Open method!
The Word (and Office) API from .Net requires all paramters as opposed to VBA, hence the long line of missing's It's a pain, but you can make some wrapper classes to hide this from your main application logic if the solution is to become large and complex |
||||||
|
