Subject RE: [IBO] Change image displayed on default login form for Ib_connection?
Author Jason Wharton
You can build your own login form and use the OnLogin event of the
connection component to accomplish it.
Don't be afraid to look in the sources and see how the existing one works to
model yours after.

Jason

> -----Original Message-----
> From: Adrian Wreyford [mailto:wreymed@...]
> Sent: Tuesday, January 18, 2005 1:32 PM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] Change image displayed on default login form for
> Ib_connection?
>
>
>
> Hi
>
> Is it at all possible to change the image of the default
> login form for the
> IB_connection?
> I'm sure this must be possible.
>
> Pointers on how to go about this will help
>
> Thanks
>
> Adrian
>
> OK .. it can be done.
> Just use the IB_Connection1.Onlogin event, and design own dialog.
> Adrian
>