I am following the tutorial posted here, which has been updated for .NET 3.5 here. I am using .NET 4.0 and the splash screen works wonderfully on both my laptop, and my colleague's laptop. But if we move to our test pc, for some reason the labels do not show up on the splash form. We put a logger in there, and I can see that the label is set to Visible, it is getting the updated text, and it has a positive size.
What could be causing this behaviour?