Alter the z-index of windows on a NSIS MUI2 Page
问题 Is it possible to set the z-index of the header bitmap window on a NSIS MUI2 Page? I am trying to make a window that contains a large bitmap sit behind the other windows(labels, checkboxes etc.) on the MUI2 Pages MUI_PAGE_WELCOME & MUI_PAGE_COMPONENTS. I have seen I could use SetWindowPos but how do I access/find the HWND associated with the header bitmap? Also is there a way to set a static, label and checkboxes background to transparent? Maybe theres a Win32 flag I can use, or should I use