There are numerous configuration settings that are related to the underlying Microsoft IE browser. Refer to the following screenshot.
If checked, KioWare will block the File Download dialog box that the browser displays if it doesn't recognize the file type.
Displays a message to the user when a download has been blocked.
If checked, then if the application will not fully fit in the main window then KioWare will display vertical or horizontal scrollbars.
If checked, KioWare prevents the application from programmatically moving the main window on the screen. If both Disable Moving and Disable Resizing are checked, then KioWare will force the application to display in full screen mode.
If checked, KioWare prevents the user from resizing the main window on the screen. If both Disable Moving and Disable Resizing are checked, then KioWare will force the application to display in full screen mode.
If checked, KioWare will modify the User Agent property of the browser to include the phrase "KioWare" and the current KioWare version number.
Additonal text to be added to the User Agent text.
Also called compatibility mode in Internet Explorer 8. IE 8 added the ability to render pages with strict standards compliance. This makes some web pages display improperly, so they also provided the ability to toggle modes.
Popups are web pages that display in a new window. KioWare can be configured to either allow or deny popups.
Refer to the following screenshot.

Determines whether popup windows will be displayed.
Determines how many popups any one page can spawn.
Determines how many levels of popups (ie, parent/child generations) are allowed.
If checked, prevents the user from resizing popup windows.
If checked, the message defined in Popups Disabled Message will be displayed to the user when they try to navigate to a popup page. Otherwise, nothing will happen when the user tries to navigate.
The message to display to the user when they try to navigate to a popup page.
If checked, the message defined in Maximum Popups Message will be displayed when the user has more than three popups (manually configurable - refer to FAQ's on http://www.kioware.com) open at any given time.
The message to display to the user when the maximum number of popups have been reached.
If checked, the message defined in Max. Popup Depth Message will be displayed when more than three generations (manually configurable - refer to FAQ's on http://www.kioware.com) of popups have been spawned (ie, a popup creating a popup, creating a popup, etc) at any given time.
The message to display when the maximum popup depth has been reached.
Changes the font name, style, size and color and background color of all KioWare generated dialog boxes with the exception of phone dialing dialog boxes.
Refer to the following screenshot.

Specifies whether text should be left, center or right justified.
Loads a standard Windows font selection window that enables the font name, style and size to be selected.
Loads a standard Windows color picker window that enables the text color to be selected.
Loads a standard Windows color picker window that enables the background color of the dialog box to be selected.
How long to display all KioWare dialog boxes before closing the dialog box. If set to zero, the dialog box will not disappear until either the user closes the dialog box, or KioWare enters Attract Screen mode.
Refer to the following screenshot.

If enabled, selected Toolbar buttons will be added to the context menu displayed by clicking the mouse right button.
Note: the Exit command is not recommended for most situations.
Loads the tool bar designer.
KioWare can intercept web server errors and redirect to a defined error handling URL. In addition, KioWare can pass into the error handling script the URL of the script causing the error and the server error code. This information is passed using a querystring of the form:
With the information contained in the querystring, an error handling routine can be created that elegantly recovers from the error, provides a consistent user interface to the user, and perhaps logs the error for follow-up.
Refer to the following screenshot.
An example error handling page. After clicking the link, right click to save the page.
If checked, upon a web server error KioWare will redirect to the URL stored in Redirection URL.
If checked, a querystring will be passed to the Redirection URL with the filename of the script that caused the error and the server error code.
If checked, the redirection URL can specify a frame within a frameset. Used only when the application uses frames.
The URL KioWare will redirect to when a server error is encountered.
If checked, KioWare will not display the IE error dialog box whenever a javascript error has been processed.
If checked, KioWare will log the contents of the script error into the Windows Application Event Log.
A critical feature of KioWare is the ability to lockdown the browser; however, this can be a challenge because some external apps that can be embedded into web applications can cause security problems.
For example, HTML Mailto tags will cause the default email tool (typically Outlook Express) to load, and a user has the option to save the email to the hard drive – not typically a desirable action.
Another example are ActiveX controls. Many controls, such as Macromedia's Flash player, support a right mouse click to popup a context menu that typically has file save or print capability that can enable a user to save a file to the hard drive – again, not typically a desirable action.
KioWare has the ability to lockout these security problems.
Refer to the following screenshot.

If checked, HTML Mailto tags will be ignored
If checked will display the message defined in Mailto: Disabled Message when a user clicks an HTML Mailto: tag.
Message to display when a user clicks an HTML Mailto: tag when Mailto: Disabled is enabled.
NOTE: Only valid for Reader 7 and below. In version 8 you can simply open a document in IE and remove/add buttons to and from the Reader toolbars by right clicking on the toolbar.
If checked, Acrobat Reader left clicks will be ignored.
If checked, Outlook Web Access left clicks will be ignored.
If checked, all right mouse clicks will be ignored, including KioWare specific context menu items.
If checked, Acrobat Reader right clicks will be ignored.
If checked, Flash right clicks will be ignored.
KioWare .NET Addins provide a way for programmers to write custom features and/or perform whatever action they want. They also provide a way for users to obtain custom written .NET addins to add functionality to KioWare that was not originally there.
Also see KioWare .NET Addins Programming
This dialog allows you to add, edit and remove .NET addin libraries (.dll files).
Clicking Add New will bring up another dialog.
The first textbox allows you to manually enter the full path to the .dll file that you want to use for the addin. Alternatively, clicking the button to the right will allow you to pick the file.
Once the file has been chosen, the second textbox will be populated with every public class found in the addin so that you can pick the proper one according to what the custom addin documentation says.
Once the proper class is chosen you may be able to press the Configure button to configure settings for the addin. This dialog is written by the addin writer so it will look different depending upon the addin and may not even be there.