Addin Icons Path

  • Thread starter Thread starter Gil_H
  • Start date Start date
G

Gil_H

Hi EV1,
I've Created an addin, and i have some icons to upload for one of the
macro inside.
The problem is, where do i save all of those icons - do i have to
specify a full path or is there another solution.
In any Case, plz give me the best or the general solution for this
cases.....
Thanx,
Gil H.
 
----- How do you intend to use the icons?


Well, those icon that i would like to attach to my add-in will be used
in forms' that i've created.
What i'm really looking for is the parallel tool of 'VB6 Resource
Editor'.
I want to found that VBA tool that knows to attach it's resources to
the addin.

You've asked for Example, well, there is a UserForm that holds a
ListView and shows a list of a Slide Animation. In Each row there is an
animation Name, Description and it's ICON. That is the reason i need to
include my Icons inside the Addin.

Any Solutions?

Thanx,
Gil H.
 
Well, those icon that i would like to attach to my add-in will be used
in forms' that i've created.
What i'm really looking for is the parallel tool of 'VB6 Resource
Editor'.
I want to found that VBA tool that knows to attach it's resources to
the addin.

You've asked for Example, well, there is a UserForm that holds a
ListView and shows a list of a Slide Animation. In Each row there is an
animation Name, Description and it's ICON. That is the reason i need to
include my Icons inside the Addin.

VBA doesn't include a ListView control, but you may be able to add it using the
Additional Controls item from the menu system. Perhaps you can add an
imagelist control in the same way and use it to store your icon images.

Whether that will work on other systems ... I don't know. You'll want to test
it carefully before distributing it.
 
Back
Top