The SoX Posted May 29, 2008 Posted May 29, 2008 Hi to allmy question is mentioned in the subject.besides this is there any way to play .gif in the VB 2005
oricode Posted May 29, 2008 Posted May 29, 2008 Include any sound .xm,.wav or .mp3 in your resource and read it at runtime into memory to play it. By including System.Runtime.InteropServices into ur project you can play as foll .1)XM files - use ufmod.dll or bassmod.dll 2).wav - its very easy. use the inbuilt winmm.dll into ur project.3).mp3 - well i wonder why would u want to use mp3 in keygen? but, i find this method easy, include the windows media player as object into your form.check out its class to knw the function to play,stop music4).Excuse me? play .gif, i assume you want to display an animated gif? You can use the PictureBox to display the image.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now