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. creating internet explorer toolbar that extract all the elements from the active tab

creating internet explorer toolbar that extract all the elements from the active tab

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 3 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.
  • C Offline
    C Offline
    csgan97
    wrote on last edited by
    #1

    Hi, any sample code i can fulfill the following? creating internet explorer toolbar that extract all the elements from the active tab So far, i can only find toolbar that just redirect / navigate to another page. Please help.

    D H 2 Replies Last reply
    0
    • C csgan97

      Hi, any sample code i can fulfill the following? creating internet explorer toolbar that extract all the elements from the active tab So far, i can only find toolbar that just redirect / navigate to another page. Please help.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You might want to define precisely what you mean by "extract all the elements".

      A guide to posting questions on CodeProject

      Click this: Asking questions is a skill. Seriously, do it.
      Dave Kreskowiak

      1 Reply Last reply
      0
      • C csgan97

        Hi, any sample code i can fulfill the following? creating internet explorer toolbar that extract all the elements from the active tab So far, i can only find toolbar that just redirect / navigate to another page. Please help.

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        Did you look at in system.net? Following code extracts favicon from websites. string u="web site address"; Uri url = new Uri(u); String iconurl = "http://" + url.Host + "/favicon.ico"; WebRequest request = WebRequest.Create(iconurl); try { WebResponse response = request.GetResponse(); Stream s = response.GetResponseStream(); return Image.FromStream(s); } ...

        Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )

        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