| Document Path: | Home Page / Programming / HTML2EXE |   |
Each downloading package below contains one or more HTML2EXE projects. To build the demo programs:
Once built successfully, the generated program is stand alone - it can be run without the source files and has no other dependencies.
| Project | Screenshot | Description | Download |
|---|---|---|---|
| Full UI | FullUI.gif | Hot to initialize Frame menu, Toolbar, Statusbar, Sidebar. | FullUI.zip |
| Frame Styles | FrameStyles.gif | How to set different Frame styles: borderless, thin-border, transparent, etc | FrameStyles.zip |
| WaitWindow | WaitWindow.gif | How to use the 'WaitWindow' while doing length job. | WaitWindow.zip |
| Input & Output Arguments | IOArgs.gif | How to use InputArguments and OutputArguments to exchange data with a dialoguebox | IOArgs.zip |
| Region | Region.gif | How to shape the frame window with the outline of an image. | Region.zip |
| Project | Screenshot | Description | Download |
|---|---|---|---|
| Hot Key | HotKey.gif | How to use Hot Key, System Tray Icon, Pop-up Menu. | HotKey.zip |
| Before Close | B4Close.gif | How to use Window Message Hooks to intercept messages. | B4Close.zip |
| Send Input | SendInput.gif | How to inject key strokes into another application's window. | SendInput.zip |
| Inernet Time | Netime.gif | Hot to send and receive data using UDP. | Netime.zip |
| Directory Stat | DirStat.gif | How to use the "FileSystem.ScanDirectory" method. | DirStat.zip |
| Project | Screenshot | Description | Download |
|---|---|---|---|
| Chat | ChatServer.gif, ChatClient.gif | This package contains two projects: ChatServer and ChatClient. They demonstrate how to use TCPServer and TCPClient. | Chat.zip |
| Web Events | WebEvents.gif | How to use hooks to intercept Web borwser events. | WebEvents.zip |
| Cross Frame | CrossFrame.gif | How to access an IFRAME from its parent. | CrossFrame.zip |