You can display the image from the picture box since the image is added to your project as a resource. Just select the image in the Solution Explorer and set Build Action to Embedded Resource. Then you can add the image in HTML style: Dim tip As String tip = "<img src='res://image.jpg'>"...