There's nothing in the new code that's drawing the big logo, so it must be somewhere else. It looks to me like the old, big version of floatForm is still getting drawn on top of your MediaPlayer. I don't know how you managed that. But if the old version is still in your project, try deleting it.

By the way, please delete the Paint sub from the new code. You are using the Background image so it's not needed. Still, it's not the cause of this problem.

BB