C
Claus Nielsen
Hello all
I'm having a problem with automating word on the .NET platform with C#.
Using the command:
oDoc = oWordApplic.Documents.Open(ref fileName, ref missing, ref readOnly,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref isVisible,ref missing,ref missing,ref missing,
ref missing);
.... you can set if you want to be visible using the object isVisible = true
or false.
But when Word is hidden, the width of the tables is not the same, as when
Word is visible.
Does anyone know anything that can help me, or get me in contact with
someone somewhere?
Hope someone can help! Pretty urgent..
Regards
Claus Nielsen
I'm having a problem with automating word on the .NET platform with C#.
Using the command:
oDoc = oWordApplic.Documents.Open(ref fileName, ref missing, ref readOnly,
ref missing, ref missing, ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref isVisible,ref missing,ref missing,ref missing,
ref missing);
.... you can set if you want to be visible using the object isVisible = true
or false.
But when Word is hidden, the width of the tables is not the same, as when
Word is visible.
Does anyone know anything that can help me, or get me in contact with
someone somewhere?
Hope someone can help! Pretty urgent..
Regards
Claus Nielsen