This content has been marked as final.
Show 6 replies
-
Re: What is the best way to deal with Image buttons?
Christian Chu Jul 22, 2016 4:44 PM (in response to Edwin Thompson)are you writing an add-in or a macro
For add-in, you can actually embed the image into your program
For macro, you can break the link
-
Re: What is the best way to deal with Image buttons?
Amen Allah Jlili Jul 22, 2016 8:01 PM (in response to Christian Chu)You can add them to your assembly resources folder and pull them whenever needed using the resource manager. More information here on MSDN: Retrieving Resources with the ResourceManager Class
-
Re: What is the best way to deal with Image buttons?
Edwin Thompson Jul 25, 2016 7:34 PM (in response to Christian Chu)This is a stand alone exe when done. Please explain how to break the link. Thank you.
-
Re: What is the best way to deal with Image buttons?
Christian Chu Jul 26, 2016 12:35 AM (in response to Edwin Thompson)Edwin,
If you are using .NET to write a standalone then you can embed the images into your program
-
Re: What is the best way to deal with Image buttons?
Edwin Thompson Jul 26, 2016 4:03 AM (in response to Christian Chu)I am using VS2008 to write a VB.Net standalone. Where can the images be embed in the program?
-
Re: What is the best way to deal with Image buttons?
Amen Allah Jlili Jul 26, 2016 7:59 AM (in response to Edwin Thompson)Hey Ed! Go to your project's properties and then click the resources tab to add images!
-
-
-
-