I provide toolbox icon for my control like this:
<ToolboxBitmap("C:\nb.bmp")> _
Public Class MyControl

and that works fine, but when I want to use my control on another computer, I must have .bmp file at the same location like on my computer (in this case 'C:\nb.bmp'). My question is: how to compile my control in that way that it contain .bmp file? Is that possible?

regard j