Added logic to support reading a 64 bit registry from 32 bit code.

Fixed logic to check to see if MSWord 2007 has the addin installed for PDF Export
Added Unit RO support for MSWord Sections for U-Name, U-ID, U-Other Text, U-Other Number, U-Other Name, and U-OtherID
Fixed code to handle Library Documents being remove from a list.
Removed Debug Output
This commit is contained in:
Rich
2013-11-14 16:20:08 +00:00
parent eab7de84d9
commit d056362081
5 changed files with 245 additions and 33 deletions

View File

@@ -187,7 +187,7 @@ namespace Volian.Controls.Library
this._MyDSOFramer.Open(MyDSOFile.MyFile.FullName);
}
LBDocumentClass doc = new LBDocumentClass(_MyDSOFramer.ActiveDocument);
Console.WriteLine("Version {0}", doc.Application.Version);
//Console.WriteLine("Version {0}", doc.Application.Version);
float ver;
if (!float.TryParse(doc.Application.Version, out ver))
ver = 12.0F;