Hola amigos! I wondered if anyone knew how to build a vb resource file with a file inside manually? :xD
Create one with the VB resource editor, put the file inside, save it, and then analyze the contents of the .res with an hex editor...
Cita de: MCKSys Argentina en 10 Noviembre 2012, 04:58 AM
Create one with the VB resource editor, put the file inside, save it, and then analyze the contents of the .res with an hex editor...
I want to do it using code mate.
Cita de: Swellow en 10 Noviembre 2012, 12:34 PM
I want to do it using code mate.
That's the idea. Once you understand how the format is and works, you can create the code to handle it.
Cita de: MCKSys Argentina en 11 Noviembre 2012, 01:37 AM
That's the idea. Once you understand how the format is and works, you can create the code to handle it.
I'm thinking to make the Resource File manually and adding the resource from VB code to the RES file, is that possible you think? Ive tried once it didnt work but I probably did something wrong on the code