Is there anyway to open a RES file and see what is in it ?
Thanks
Sean
Printable View
Is there anyway to open a RES file and see what is in it ?
Thanks
Sean
Yes. There is a resource editor in the sample code that ships with Visual Studio you just have to compile it. I believe it's called 'ResEditor' or something like that. I believe its pretty much an xml file though so you might try a text editor as well.
Thanks