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. :)
According to this there is a Beta build that you could try if you wanted: https://kubuntu.org/news/plasm...eta1-available-for-testing/
But like they say, since it's in Beta you might want to wait for their next official release which I think is scheduled for October.
That’s not quite right. It’s not rdping into a Windows machine to use apps. This had existed in the past as RemoteApp where just the virtualized app(s) is/are presented to the user and not a full vm.
https://remoteapp.readthedocs.io/en/stable/remoteapp-anyapp/
Im guessing they just made the process easier now and are treating what they killed off as something new.
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