0

I am doing something like this , i know this code is incorrect ...

string strSrc = Namespace.Properties.Resources.images.ToString();

        webBrowser1.DocumentText = @" <img src=""+strSrc+"" />";
Kashif Faraz
  • 321
  • 6
  • 19

1 Answers1

-1

You can use this code..

String ExactPath = Path.GetFullPath(Namespace.Properties.Resources.images.image1.jpg);

webBrowser1.DocumentText = @" ";