Maybe res editor or something?
Thank You
Printable View
Maybe res editor or something?
Thank You
you can add any binary file to a resource file by creating a resource script file and pass that to the resource compiler in order to create a RES file.
You can then add the res file to your vb project.
There is a sample on MSDN that shows you how to extract a binary resource at runtime.