Addin Bitmap

I've succesfully created a taskpane addin that displays. Mycurrent problem has to do with the little bitmap for the taskpane.

I was wondering if someone much smarter then me would know how to"wrap" the bitmap into the dll, so that I don't have to call thebitmap "externally" from within the addin dll.

current code

bitmap = "C:\SOMEFILEPATH\Bitmapname.bmp"

I'd like to have the bitmap reside in the dll so when I create theinstaller I don't have to worry about the bmp location.

I can add the bitmap to the my current project. How do I call it?

Thanks AllSolidworksApi macros