The .NET API allows
you to add a tab to the Options dialog. You do this by using the
DisplayingOptionDialog event of the Application. In this example AddHander is
being used to add a callback to a function named TabHandler. When TabHandler
is called it will need a UserControl that will be used for the tab added to
the OPTIONS dialog. On the user control you would add controls such as a text
box that will allow the user to change a setting. The usercontrol also needs a function that
can be called when the user clicks ok in the OPTIONS dialog. |