You can embend the bitmap logo into your application using resources.
In the main VB IDE menu under Projects > ProjectName Properties... The new window will appear under the "Resources" tab you can add an image resource. Choose Add Resource >> Add Existing File.. locate your logo bitmap to load into the resource manager. Select it an on the properties page change persistance to "Embedded in .resx" look on your main solution explorer you should see a "Resources" folder select the image and on that properties dialog under "Build Action" select the "Embedded Resource" from the dropdown.