K
K
i got code below which works fine but i cant see image which is in
My.Resources in webbrowser. Please can any friend help
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim imge
imge = My.Resources.Smile
Me.WebBrowser1.Navigate("about:<html><marquee scrolldelay=130>
Hello World<body leftmargin='0' rightmargin='0' topmargin='5'
bottommargin='0'><img src ='imge' height=20 width=20></img></body></
marquee></html>")
End Sub
My.Resources in webbrowser. Please can any friend help
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim imge
imge = My.Resources.Smile
Me.WebBrowser1.Navigate("about:<html><marquee scrolldelay=130>
Hello World<body leftmargin='0' rightmargin='0' topmargin='5'
bottommargin='0'><img src ='imge' height=20 width=20></img></body></
marquee></html>")
End Sub