Resources and EXE files
I am writing a console application and as it loads i want to open an jpg image to display on screen, just as installing software often does. I created a windows form that does this and copied the EXE to resources but am told it is not a member of resources. Is there a way to call the exe or windows form from resources or an easier method to do what i need. The image needs to show for just a few seconds.
|