"Adding help to your software was never so easy!"   -   You (in 10 minutes)

InfoBrowser FREE is a tiny Web Browser and File Viewer. it can be bundled with your own software. It's meant for software developers that need to easily add a Help System or a small Web Browser to their application.  - it is FREEWARE even for commercial use!

Screenshot



Getting Started

All you need to do really, is put InfoBrowser.exe in your software folder, and state (in command line or INI) the web address or file name you want it to display.

Example 1, run it from command line to make it show google website:
 InfoBrowser.exe /U:http://www.google.com

Example 2, run it from command line to make it view a file "help.html" in your C drive:
 InfoBrowser.exe /U:c:\help.html

That's it!


Advanced Examples

Example 3, run it from command line to close it:
 InfoBrowser.exe /Q

Example 4, run it from command line and get window message notifications to HWND 1234:
 InfoBrowser.exe /U:c:\help.html /NOTIFY:1234


Example 5, run it from command line and set the background color to green:
 InfoBrowser.exe /BKCOLOR:00FF00


Command line parameters

/U:full web address or file name = Tells InfoBrowser which website URL or local file to display
/Q  Quits InfoBrowser (closes the window)
/BKCOLOR:hex color Sets the color of the background frame to this RGB HEX color (for example 0000FF is blue)
/NOTIFY:window handle number = Makes InfoBrowser send window message notifications to that window handle (see the InfoBrowser API SDK for further details)


INI file settings

The file InfoBrowser.ini can optionally store default settings for InfoBrowser's behavior, URL, position, color and size (similar to those on the command line parameters). You can edit this file directly using a text editor (like Notepad). When a setting is supplied both in command line and INI, the command line setting is used. This file can be deleted if you only use command line.

AppTitle = Will be displayed as InfoBrowser's window title.
HomePage = Tells InfoBrowser which website URL or local file to display
BkColor  Sets the color of the background frame to this RGB HEX color (for example #0000FF is blue)
Main_WinX=The initial X (horizontal) position of the window
Main_WinY=The initial Y (vertical) position of the window
Main_WinW=The initial width of the window
Main_WinH=The initial height of the window


Features and Benefits

  • Tiny (around 100k)
  • Easy integration, Just copy and execute
  • Single EXE file, No need for any DLL or .NET
  • Can run from shortcut or from your application
  • Portable
  • Doesn't change registry
  • Your application remains secure from internet DLL imports and firewall alerts
  • Small (only ~1MB)
  • No ads or spyware
  • it's FREE even for commercial use!


FAQ

How can I tell it to browse to another page?

Simply run it again with another web address (or file name) in the command line. it won't open another window, instead it will show the new website or file.

What browser technology is InfoBrowser using?

It uses the default IE component that comes with Windows, so it depends on the version of Internet Explorer installed on the PC.

Can my software control the InfoBrowser window?

Yes, you can download the InfoBrowser API SDK for that.

Is it safe and free from Ads and Spyware?

This product is %100 free from spyware and adware. It only communicates with the website YOU specify in the input parameter or file.

Can you make it open source?

The source code can be purchased, as we feel the "purchasable source" approach provides the best of all GPL/MIT and commercial licensing: You can get the source code and feel secure you have %100 control of the product you use, and on the other hand, the maker gets compensation for the hard work and time invested in the product.

License

Free for commercial and non-commercial use. See License Agreement for further details (IBFLicense.txt).

DOWNLOAD

Download InfoBrowser FREE, which includes binary executable and documentation.
InfoBrowser FREE version 1.005



Design by: StyleShout