Web Browser like favorites in Visual C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everyone,

Im creating a web browser in Visual C#. Right now I am trying to create a
favorites menu like the one in Internet Explorer 6. All I got so far is a
favorites button, and a blank new windows that appears when you click the
button. Can anyone please give me a good step by step instruction about how
to create web browser-like favorites in C#?

Thank You,

Matt
 
Hi,

You have to keep the data somewhere, then you create one MenuItem for each
one. then when the user select the menu option you know which one it
selected


Pd:
You may need to extend MenuItem to store the extra data you need, it could
be helpful to have a reference to the favorite's data

cheers,
 
Back
Top