i am using this code for set a logo.. its work in my system. when i build it it doesn't work in another system.
Dim imag As Image = Image.FromFile("C:\Users\sijiya\Documents\Visual Studio 2010\Projects\NimasApplication\NimasApplication\Images\limas11.png")
e.Graphics.DrawImage(imag, 250, 3, 200, 95)