Build VB Resource File Manually

Iniciado por Swellow, 10 Noviembre 2012, 01:20 AM

0 Miembros y 1 Visitante están viendo este tema.

Swellow

Hola amigos! I wondered if anyone knew how to build a vb resource file with a file inside manually?  :xD

MCKSys Argentina

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...
MCKSys Argentina

"Si piensas que algo está bien sólo porque todo el mundo lo cree, no estás pensando."


Swellow

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.

MCKSys Argentina

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.
MCKSys Argentina

"Si piensas que algo está bien sólo porque todo el mundo lo cree, no estás pensando."


Swellow

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