Hello Everyone,
How can I Make an .resources file containing in the visual basic
application at the run time. Presently I am giving the path of image
file as follows in the compiler options
cp.CompilerOptions = "/libpath:. /target:winexe
/resource:""C:\test.JPG"",clsTest.resources,public"
But This would work with only one file, what if i have more than one
file.
I think i will have to make a resource file first than include it
above. but i could the method for the above.
Please Help