Board index » delphi » Help needed: D2 Proper Windows 95 Client Edge

Help needed: D2 Proper Windows 95 Client Edge

Does anyone know how to get Delphi2 with the 32 bit compiler to display
the standard Windows 95 client-edge window style and have Delphi forms
zoom to the task-bar in the "standard" fashion.
Any help would be greatly appreciated.  Thanks

 

Re:Help needed: D2 Proper Windows 95 Client Edge


Quote
jhank...@eagle.wbm.ca (James Hankinson) wrote:
>Does anyone know how to get Delphi2 with the 32 bit compiler to display
>the standard Windows 95 client-edge window style and have Delphi forms
>zoom to the task-bar in the "standard" fashion.
>Any help would be greatly appreciated.  Thanks

Override the CreateParams-method of your form and set in the
Params.ExStyle the WS_EX_CLIENTEDGE flag.

What do you mean by zooming to the task bar "standard" fashion?

Ron

Other Threads