I have a round splash logo and displayed that with a transparent form until I started using AC. Now the form is always visible as an ugly rectangular shape around the round logo. Formerly, it was no problem to display the logo with proper transparency. Any idea how I can fix this? Setting Form.Color, Form.TransparentColor and Form.TransparentColorValue immediately before showing the splash does not work. Any suggestions are greatly welcome!
I can suggest to remove the TsSkinProvider from this form (if was placed) and change the Form.Tag property value to -98 (window will not be skinned in this case).