G
Guest
Helo All - I am working on a good ol Microsoft Word Control for windows forms. I have the control displayed and it sizes and moves but when I start to try and mess with the command bars It freaks out.
One I can't even access command bars unless I:
namespace Office = Interop::Office;
But the the whole IDE crashes when I:
Office::
I mean the whole thing goes down after adding the second colon.
and If I don't add the:
namespace Office = Interop::Office;
I can't compile becuase it says Office::CommandBars is inaccessable or undefined.
If any more info is needed I can do that but I am seriously getting frustrated with this .net interop stuff.
Any help would be sooo apreciated. Thanks.
One I can't even access command bars unless I:
namespace Office = Interop::Office;
But the the whole IDE crashes when I:
Office::
I mean the whole thing goes down after adding the second colon.
and If I don't add the:
namespace Office = Interop::Office;
I can't compile becuase it says Office::CommandBars is inaccessable or undefined.
If any more info is needed I can do that but I am seriously getting frustrated with this .net interop stuff.
Any help would be sooo apreciated. Thanks.