> So do top corners on win7 work properly while bottom look funny.  Or is it 
> more than that.

As far as I can understand without having win7 installed, is the fact that with 
Aeoro Glass activated the glass border is drawn outside the whole form.

In other words:
In PP, when you call SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw)
the glass border is drawn OUTSIDE of your assigned hRgn value and that's why 
the glass rectangle is still visible on ALL edges.

One possible workaround I can think of, is to read the system parameter for the 
(glass) border width and just add it to your hRgn value.

But again, I haven't installed win7 yet, it's just a theoretical idea.

Bye.

Reply via email to