Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to get browser bookmark or my favorite ?

How to get browser bookmark or my favorite ?

Scheduled Pinned Locked Moved C#
tutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yeast27
    wrote on last edited by
    #1

    I wish to retrive that URL from my bookmark of either IE or Mozilla Firefox, how is it possible? And can I get the date/time that I last visit those sites?

    C 1 Reply Last reply
    0
    • Y Yeast27

      I wish to retrive that URL from my bookmark of either IE or Mozilla Firefox, how is it possible? And can I get the date/time that I last visit those sites?

      C Offline
      C Offline
      CWIZO
      wrote on last edited by
      #2

      Both browsers store bookmarks/favorites in files (I think mozilla uses xml, not shure dough). Check out those files and find a way to parse the data. But I doubt you will be able to get information about last access... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

      Y 1 Reply Last reply
      0
      • C CWIZO

        Both browsers store bookmarks/favorites in files (I think mozilla uses xml, not shure dough). Check out those files and find a way to parse the data. But I doubt you will be able to get information about last access... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

        Y Offline
        Y Offline
        Yeast27
        wrote on last edited by
        #3

        Got it thanks, another query to add ... Instead of finding the XML file, I got the HTML file that has these information instead. It include the HREF as well as LAST_VISIT, one of which is LAST_VISIT="1136827040", what did the number stand for anyway? Is it date? I last open it on January 19, 2006 though.

        C 1 Reply Last reply
        0
        • Y Yeast27

          Got it thanks, another query to add ... Instead of finding the XML file, I got the HTML file that has these information instead. It include the HREF as well as LAST_VISIT, one of which is LAST_VISIT="1136827040", what did the number stand for anyway? Is it date? I last open it on January 19, 2006 though.

          C Offline
          C Offline
          CWIZO
          wrote on last edited by
          #4

          I supose that is a UNIX timestamp... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

          Y 1 Reply Last reply
          0
          • C CWIZO

            I supose that is a UNIX timestamp... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

            Y Offline
            Y Offline
            Yeast27
            wrote on last edited by
            #5

            For IE in order to get the html file I need to manually export the file, do you know how to export it using c# coding?

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups