Board index » delphi » (no subject)

(no subject)

I am using tpw 1.5 and i don't know how to create a status bar . I need
some help with that quickly .
Thanks

 

Re:(no subject)


Quote
leila wrote:

> I am using tpw 1.5 and i don't know how to create a status bar . I need
> some help with that quickly .

You'll have to implement it yourself.  It's just a child window, but
it implies using a separate "view" childwindow for whatever it is
you're presenting.  For an MDI app, you have a view already.  For an
SDI app, using ObjectWindows for TP 1.5, you'll have to make it.
In the SDI case, handle WM_SIZE in your main window and implement some
scheme to resize child-windows.

Hth.,

- Alf

Re:(no subject)


Quote
leila wrote:

> I am using tpw 1.5 and i don't know how to create a status bar . I need
> some help with that quickly .

if you go to www.borland.com and check out the FTP site there's a Zip file with the code for a status bar.

I hope it's the one you are looking for.

Regards,
mick

Other Threads