so then this perhaps?
HRGN rgn=CreateRectRgn(0,0,0,0);
SetWindowRgn(hWnd,rgn,TRUE);
im not so sure because the window that is covering the nicklist is a child of it. I rely on this using GetDlgItem. wouldnt that also make the child window invisible? anyhow ill try it
