Hex Editor
Hex Editor - Binary File Editing Software for Windows

Creating Document Object

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >

File Document object has a following class ID: "FileDocument.FileDocument". Use the method provided by your language to create an ActiveX object. For example, in JavaScript:

var fdoc = new ActiveXObject("FileDocument.FileDocument");
// work with fdoc object
      

Created object is in uninitialized state. You cannot execute any method or access any property until you call the IFileDocument.New or IFileDocument.Open methods to initialize an object.

< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.