We been asked to make a little christmas card in vb6 and i've got most of it working, but there are two parts that i need to sort. 1.) I have snow moving down the screen, but i need it to hit the bottom of the form and restart again at the top, so it looks like the snow never stops 2.) How do i get music to play in the back ground? i've not been shown this, so it's new to me. I would be very greatful if you could help Thanks
well how are u drawing the snow? surely detecting when y > me.height is easy? playing music, if its an mp3, use a mediaplayer active x component, if its just a wave, use PlaySound api.
i've got the snow falling, but i need it to loop around. I can get one bit of the snow to loop over, but not the rest. As for the music what code do i need?