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. :)
The old Wintel is back again, if it ever went away. If i ever do update my PC, it will be another AMD, apart from the very first PC I had, which was a Cyrix chip, every update to the tower have been AMD.
I did have an Intel based laptop, won't be doing that again, if I go for a laptop it no doubt be a Mac.
Recent Achievements
EdwardFranciscoVilla earned a badge One Month Later
Question
IbSta
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
Link to comment
https://www.neowin.net/forum/topic/253594-how-to-use-microsoft-resource-editor-for-vb-6/Share on other sites
0 answers to this question
Recommended Posts