Home All Groups Group Topic Archive Search About

Icons in a class library

Author
6 Apr 2005 1:45 PM
Pippo
I've created a class library and i'have also included some icon files like
'Embedded resource"

In my class library i've only 3 public class

Why, after compling, i don't see nothing icons in my dll?

Author
6 Apr 2005 2:21 PM
Crouchie1998
How are you trying to access your embedded icons?

Take a look at this article:

http://www.codeproject.com/vb/net/embeddedresources.asp

Crouchie1998
BA (HONS) MCP MCSE
Author
6 Apr 2005 2:31 PM
Pippo
thanks for yuor reply...

The problem is not 'to access'...

The problem is 'to add' & after 'to retrieve' icons...


Show quoteHide quote
"Crouchie1998" wrote:

> How are you trying to access your embedded icons?
>
> Take a look at this article:
>
> http://www.codeproject.com/vb/net/embeddedresources.asp
>
> Crouchie1998
> BA (HONS) MCP MCSE
>
>
>
Author
6 Apr 2005 2:36 PM
Crouchie1998
The article I supplied the link to before shows you how to retrieve the
embedded icon

Not sure how you add them at runtime though

Crouchie1998
BA (HONS) MCP MCSE
Author
6 Apr 2005 2:59 PM
Pippo
And with vbc??? like vbc *.vb /resource:resfile ecc....

Show quoteHide quote
"Crouchie1998" wrote:

> The article I supplied the link to before shows you how to retrieve the
> embedded icon
>
> Not sure how you add them at runtime though
>
> Crouchie1998
> BA (HONS) MCP MCSE
>
>
>
Author
7 Apr 2005 12:51 AM
Dennis
If you want to add them at runtime, why do you want to embed them?

Show quoteHide quote
"Pippo" wrote:

> And with vbc??? like vbc *.vb /resource:resfile ecc....
>
> "Crouchie1998" wrote:
>
> > The article I supplied the link to before shows you how to retrieve the
> > embedded icon
> >
> > Not sure how you add them at runtime though
> >
> > Crouchie1998
> > BA (HONS) MCP MCSE
> >
> >
> >