D
David Thielen
Hi;
Ok, I have a small sample up at
http://www.windwardreports.com/WordPropertyGridTest.zip. The WordPropGrid
sample comes from
http://support.microsoft.com/default.aspx?scid=kb;en-us;302901 which I think
is the smallest Word Add-In sample MS has.
Two notes on WordPropGrid:
1) You may have to change the reference to _office.dll to Office.dll
(proplem on my system where it finds Office.dll in two places - so I had to
rename the one).
2) Build it to get it in the registry so Word will see it. If that is not
sufficient, run the setup program in the solution and then build again.
When you run it, click the menu bar and it will bring up the property grid.
Expand coll, [0] and you will see Data & Title greyed, not expandable, and
not editable.
Now run PropGridTest (also in the zip file). The files with the same names
are identical - it is all the same code. But when running it Data & Title are
expandable and their component pieces are editable.
So, what is the problem?
And if it's a bug in Word/.NET, please please please give me a work-around.
I need this functionality and since we ship this to customers, a hot-fix
won't work because they aren't going to install a hot-fix just to use our
software.
Ok, I have a small sample up at
http://www.windwardreports.com/WordPropertyGridTest.zip. The WordPropGrid
sample comes from
http://support.microsoft.com/default.aspx?scid=kb;en-us;302901 which I think
is the smallest Word Add-In sample MS has.
Two notes on WordPropGrid:
1) You may have to change the reference to _office.dll to Office.dll
(proplem on my system where it finds Office.dll in two places - so I had to
rename the one).
2) Build it to get it in the registry so Word will see it. If that is not
sufficient, run the setup program in the solution and then build again.
When you run it, click the menu bar and it will bring up the property grid.
Expand coll, [0] and you will see Data & Title greyed, not expandable, and
not editable.
Now run PropGridTest (also in the zip file). The files with the same names
are identical - it is all the same code. But when running it Data & Title are
expandable and their component pieces are editable.
So, what is the problem?
And if it's a bug in Word/.NET, please please please give me a work-around.
I need this functionality and since we ship this to customers, a hot-fix
won't work because they aren't going to install a hot-fix just to use our
software.