0

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

Askolein
  • 3,250
  • 3
  • 28
  • 40
Abbas1999
  • 395
  • 1
  • 9
  • 27

1 Answers1

1

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.

Community
  • 1
  • 1
Phillip Trelford
  • 6,513
  • 25
  • 40
  • Thanks Phillip for the respond, I have WinForm; is there a solution for this? If I understand correctly, the solutions in your links are only for WPF, correct? – Abbas1999 Apr 01 '14 at 02:00
  • @Abbas1999 the solutions in my links are WPF specific. If your issue is on WinForms, I'd recommend updating your question with that information and ideally a code snippet – Phillip Trelford Apr 01 '14 at 10:18
  • Phillips; I've added more details and an image to make the question more clear as you've suggested. Help appreciated. – Abbas1999 Apr 01 '14 at 18:11