using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Resources;
using IO = System.IO;
using System.Windows.Forms;
using System.Windows;
using System.Windows.Interop;
using Yaulw.Process;
using Diag = System.Diagnostics;
namespace Yaulw.File
{
///
/// CHM Help File Wrapper
///
public class CHMFile
{
#region Private Members
///
/// The Full File Name and Path to the CHM File
///
private string _FileNameNPath = "";
///
/// The File Stream that created the CHM File (if used)
///
private IO.Stream _FileStream = null;
///
/// Internally we keep track of each Form to Help Context ID
///
private Dictionary