Hi,

I have seen some code which is basically GetWindowLong + SetWindowLong with
AND NOT ws_ex_clientedge, but it either removes the caption or nothing at
all.

Jared

Re: Hiding MDI 'sunken' border by Mick

Mick
Mon Jan 30 03:28:39 CST 2006

Pass the MDIClient.Handle to Get/SetWindowLong not the Form.Handle.
http://www.dotnetrix.co.uk/mdi.html --> Customize an MDI Application.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html


"Jared" <jared@velocitynet1.com.au> wrote in message
news:43ddd63f@news.velocitynet.com.au...
> Hi,
>
> I have seen some code which is basically GetWindowLong + SetWindowLong
> with AND NOT ws_ex_clientedge, but it either removes the caption or
> nothing at all.
>
> Jared
>



Re: Hiding MDI 'sunken' border by Jared

Jared
Mon Jan 30 17:13:55 CST 2006

Thanks!