Subject Re: [IBO] Using IB Monitor
Author ra8009
> Do it the easy way - use TIB_MonitorDialog instead. Simply place a
> call to its Show() method to get it started. If you're planning to
> use it for debugging/testing purposes and not to deploy it to your
> users, then you don't need a button - just place the call in the
> OnShow event of the form.
>
> Helen
>

Thank you - works great.