Results 1 to 6 of 6

Thread: Bookmarks Manager

  1. #1
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 10
    Location
    Wales UK
    Posts
    540

    Bookmarks Manager

    Hi this is a small bookmarks manager i made to allow you to store all your most viewed sites. Note this is my first version so check for updates.

    Attached Files Attached Files

  2. #2
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    Re: Bookmarks Manager

    I had something just like this for years when I was doing contract and consulting work.

    I built it for myself because it was such a pain to recreate all of my bookmarks each time I went to a different client site (at that time I was using their PCs rather than my own laptop.)

    I stored my links in an Access database and called them up through an interface much like you have designed here.

    Are you thinking of incorporating a small database into your app? I think it would be a very beneficial touch.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  3. #3
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 10
    Location
    Wales UK
    Posts
    540

    Re: Bookmarks Manager

    Yes i think in time i will try and use a database, I first need to read up on databases in .net as i not really done much of that kind of stuff yet. I know i used to do database stuff in VB6, but that was DAO stuff so i guess things have changed a lot since then.

  4. #4
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    Re: Bookmarks Manager

    Do a search of the C# forum section on "database connection" - I did and got 157 returns.

    I think this would be a good opportunity to get familiar with ADO.NET and using databases with C# without having to worry about production deadlines.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  5. #5
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 10
    Location
    Wales UK
    Posts
    540

    Re: Bookmarks Manager

    Thanks I may have look up on ADO.NET maybe start with a simple project to get used to it, then maybe move on to converting bookmarks to ADO.NET

  6. #6
    Banned
    Join Date
    Mar 11
    Posts
    6

    Re: Bookmarks Manager

    easy but yet useful.

Posting Permissions

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