0
votes

I created a transparent splash screen in VB.Net 2012; it looks great, except one problem that it appear inside a white box for few seconds before it become transparent. The way I created it is by using *.bmp image with pink color background, then I use the pink as transparent in the form properties. I am not sure why this ugly white box appears. Any help/opinion is appreciated. The issue is with WinForms not WPF; There is no fancy code required to be posted as all what I've done is selected Form2 as per the screen shot below.

enter image description here

1
did you remove the form boarders?voddy
Of course I removed it :-)Abbas1999

1 Answers

1
votes

You haven't specified whether your app is WPF or WinForms.

If your app is using WPF this may be related to a known issue:

There is a related Stack Overflow answer with some suggested workarounds.