Fav's and Web Browser Control

  • Thread starter Thread starter meh
  • Start date Start date
M

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
 
Hi meh,
Does ne1 know where I might be able to find some examples of reading and
writing new favorites using the browser control????

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top