Results 1 to 27 of 27

Thread: Enhanced CS Tabbed Web Browser

Threaded View

  1. #1

    Thread Starter
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Enhanced CS Tabbed Web Browser

    Enhanced CS Tabbed Web Browser. Last updated: 23rd July 2010

    Note: VB.Net Version can be found here.

    With the consent of jmcilhinney, I have taken the original Tabbed Web Browser code which you can find here:

    http://www.vbforums.com/showthread.php?t=506103

    C# version can be found here:

    http://www.vbforums.com/showthread.php?t=609879

    And started extending it to include some additional functionality. The first major addition is the ability to enumerate and to the Favourites that are contained within the Users Favourites folder on their machine. Details regarding how this was achieved can be found in this post:

    http://www.vbforums.com/showthread.php?p=3764072

    Author name:
    Gary Ewan Park

    Update history:

    23rd December 2011

    I took jmcilhinney's original code and added the following:
    1. Favourites TreeView populated with all Favourites in User's Favourites Folder
    2. Ability to delete selected Favourite from TreeView
    3. Ability to add new Favourite based on currently viewed web page
    4. Ability to add new Folders within the Favourite Folder
    5. Ability to hide the Favourites TreeView


    Todo List:
    1. Implement Feeds Section
    2. Implement History Section
    3. Ability to delete entire Favourites Directory from TreeView
    4. Add icons to TreeView for both Directories and individual Favourites using FavIcons


    Feel free to make more suggestions for things to add.

    Known Issues:
    None at present, but feel free to submit issues by posting a comment.

    Screenshots:



    Latest Code:
    You can find this on github here:
    https://github.com/gep13/VBForums-En...ed-Web-Browser

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width