Windows Develop Bookmark and Share   
 index > Windows Forms General > Bookmarking pages with the Web Brower control in C#
 

Bookmarking pages with the Web Brower control in C#

Is there any way that i can make the Web Browser contro lin C# bookmark a page or is there any way i can make the program create a folder, then have the program create a shortcutto the web page that the Web Browser is currently viewing in that folder?

I am trying to make a "Favorites" menu on the web browser program i am making.
Acegard  Thursday, December 11, 2008 7:06 PM
Hi!

When the user hits a button, use the webbrowser.url method (http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.url.aspx) to get the url of the page where the user is at that moment. Then save the url in a file, to be able to get it when the user wants to. That's all.

Regards,
Lucian Baciu, MCTS, http://studentclub.ro/lucians_weblog
Lucian Baciu  Thursday, December 11, 2008 8:24 PM
Hi!

When the user hits a button, use the webbrowser.url method (http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.url.aspx) to get the url of the page where the user is at that moment. Then save the url in a file, to be able to get it when the user wants to. That's all.

Regards,
Lucian Baciu, MCTS, http://studentclub.ro/lucians_weblog
Lucian Baciu  Thursday, December 11, 2008 8:24 PM

You can use google to search for other answers

Custom Search

More Threads

• Any suggest to select an entire row and copy/paste to new row on a datagridview?
• Handle use in vb.net
• Any one use joyGetDevCaps API on VB.Net
• Sending commands and setting values for a progress bar from a thread
• Automatically Wrap Text in Label
• music/sound program, playlists and browse button..
• how to run a custom public procedure to an ActiveMDIChild form?
• focus in datagridview in C# 2.0
• MDI / childform | Unloading previous childform & loading next from class...
• Creation of XML viewer and editor windows control in C#.net