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 catch the data that is going to be displayed on IE?

How to catch the data that is going to be displayed on IE?

Scheduled Pinned Locked Moved C#
csharptutorialquestion
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.
  • S Offline
    S Offline
    svt gdwl
    wrote on last edited by
    #1

    In IE, when You type some URL in the address bar, corresponding web page will be displayed on screen. How to catch this web page data on IE, using c#.

    C J 2 Replies Last reply
    0
    • S svt gdwl

      In IE, when You type some URL in the address bar, corresponding web page will be displayed on screen. How to catch this web page data on IE, using c#.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If your IE is a browser control inside your app, you can examine the HTML from there. If it's just IE, you may well be screwed.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • S svt gdwl

        In IE, when You type some URL in the address bar, corresponding web page will be displayed on screen. How to catch this web page data on IE, using c#.

        J Offline
        J Offline
        Jacobb Michael
        wrote on last edited by
        #3

        Hi, i am also working in the similar type of problem. using SHDocVw.InternetExplorer, you can get the DOM object. from that you can get the entire source... i am just struggling to get the frame element values in Gamail because it uses some strange format. by all means you can just catch the data from the DOM.

        Regards .....Jack

        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