• 0

How to use Microsoft Resource Editor for VB 6


Question

I installed (loaded) Resource Editor I have my music.RES for a MP3 in my project. But where do I need to type in the code so that if the person doesnt have this mp3 it will put it on there hard drive for temp use? Thanks. :)

PS: The code is

iResourceID = 101

sPath = "c:\test.mp3"

f = FreeFile

b = LoadResData(iResourceID, "MP3")

Open sPath For Binary As #f

Put #f, , b

Close #f

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.