Posted May 29, 200817 yr Hi to allmy question is mentioned in the subject.besides this is there any way to play .gif in the VB 2005
May 29, 200817 yr 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.
Create an account or sign in to comment