I have used many images in my application with the resource file.
The question is here that other users of my app, can they change my bitmaps to their own bitmaps by replacing and renaming them?!
For example My Logo with 250×120 dimension will appeared on splash screen.
Is it necessary to put logo.png near my exe file?
if yes, can users replace a another file as name as logo.png near to my exe file for showing their own file?
What is the way to avoid this bad thing?
You should keep any graphics in a resource file, not as separate files w/ your application.
This link may help.
Per the response there: