M meh Oct 20, 2003 #1 Does ne1 know where I might be able to find some examples of reading and writing new favorites using the browser control???? TIA meh
Does ne1 know where I might be able to find some examples of reading and writing new favorites using the browser control???? TIA meh
C Cor Oct 21, 2003 #2 Hi meh, Does ne1 know where I might be able to find some examples of reading and writing new favorites using the browser control???? Click to expand... This I got once (a little bit else) from HKW, I have saved it carefully, \\\ AxWebBrowser.Navigate("about:<html><body onload=javascript:window.external.addFavorite('" + textbox1.Text + "')></body></html>") /// I hope this helps a little bit? Cor
Hi meh, Does ne1 know where I might be able to find some examples of reading and writing new favorites using the browser control???? Click to expand... This I got once (a little bit else) from HKW, I have saved it carefully, \\\ AxWebBrowser.Navigate("about:<html><body onload=javascript:window.external.addFavorite('" + textbox1.Text + "')></body></html>") /// I hope this helps a little bit? Cor
A azrawasia Joined Jun 25, 2005 Messages 2 Reaction score 0 Jul 17, 2005 #3 use browser folder object in vb net