I have a Icon(.ico file) in the (VB.NET)MyProject>Resources.resx file.
How do I extract it in run-time as a Icon object?
Thanks
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.
You should be able to do the following:
It should pop up with Intellisense.
NOTE: My VB is a bit rusty and I’ve been using VS 2008 for quite some time, so my apologies if this isn’t quite right in syntax or not the way to do it in VS 2005.
UPDATE: Apparently the VB way of accessing
[Your Project NameSpace].Propertiesis to use theMykeyword: