Ok so here is my problem: I have a winForms program and I am allowing to choose a certain file (Image) from their files. After that, I need to import it into the project, so I can use it as an image in there. Now obviously, since it is choosen by the user, I cannot import it first, so I need to import it into the project using code. Is there any way to do this without doing it manually using code? I am using Visual c++ as well as Visual studio 2019 with the CLI/CLR module
Asked
Active
Viewed 43 times
0
-
I suggest you may refer to the thread:https://stackoverflow.com/questions/3282461/why-cant-i-load-an-image-resource-from-my-resx-file – Jeaninez - MSFT Aug 02 '21 at 08:16