Click here to Skip to main content
15,920,603 members

Comments by Member 8898555 (Top 6 by date)

Member 8898555 25-May-12 2:14am View    
yes webBrowser1.Navigate works but it will link directly to webBrowser1 control not to image inside in WebBrowser control.
Member 8898555 25-May-12 2:13am View    
if i use webBrowser1.Url = new Uri("http://www.codeproject.com");
then it will link to webBrowser not to image in webBrowser control.
Member 8898555 25-May-12 2:04am View    
Above link used to insert an image but not to hyperlink to that image.
Member 8898555 25-May-12 1:41am View    
hi,

actuly m sending mail from my window form, and i used the webBrowser control to write a text or put image, I used following code to get image in WeBrowser control
:-webBrowser1.Document.ExecCommand("InsertImage", false, url);

Now i want to hyperlink that image to google page or any other page, so that when i send the image it will open that page. But having problem to do so.
Can u help me.

Thanks.
Member 8898555 25-May-12 1:37am View    
yes sir, m using windows form, and i want to navigate to other pages, but want to link to image in webBrowser control, when i click on image it should open the page which i linked.
please help.