I’ve been modifying a picture, and the Old picture still does work even though I’ve delete all pictures in the vb project. Is there somewhere that still has reference to pictures in the project? If anyone could help me ,thank you!!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to Solution Explorer, click the down arrow next to Form1.vb
Then double click on Form1.resx
This should bring you to any images in your project that you can easily save to disk by
right clicking and selecting Export to File.
Images are in the .resx file.