wx.SampleHtmlHelp.HtmlHelp Class Reference

List of all members.

Public Member Functions

override bool OnInit ()


Detailed Description

Definition at line 102 of file HtmlHelp.cs.


Member Function Documentation

override bool wx.SampleHtmlHelp.HtmlHelp.OnInit (  ) 

Definition at line 104 of file HtmlHelp.cs.

00105                 {
00106             // This simply adds the zip file handler in case you want to load hyper text books.
00107             wx.FileSys.FileSystem.AddHandler(new wx.FileSys.ZipFSHandler());
00108                         MyFrame frame = new MyFrame( null, "HtmlHelpController sample", Window.wxDefaultPosition, Window.wxDefaultSize );
00109                         frame.Show( true );
00110 
00111                         return true;
00112                 }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project