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. COM
  4. Can I control the IE browser by using a COM?

Can I control the IE browser by using a COM?

Scheduled Pinned Locked Moved COM
comtutorialquestion
5 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.
  • W Offline
    W Offline
    wabc
    wrote on last edited by
    #1

    Can I control the IE browser by using a COM? is there a example? thanks!

    P D 2 Replies Last reply
    0
    • W wabc

      Can I control the IE browser by using a COM? is there a example? thanks!

      P Offline
      P Offline
      pba_
      wrote on last edited by
      #2

      Check MSDN / Platform SDK / Web development / Internet SDK / Reusing browser technology.

      1 Reply Last reply
      0
      • W wabc

        Can I control the IE browser by using a COM? is there a example? thanks!

        D Offline
        D Offline
        David Salter
        wrote on last edited by
        #3

        Yes, From memory you need to connect to "InternetExplorer.Application". Check out the OLE/COM viewwer and it will show you all the methods/property you can access. Dave.

        W 1 Reply Last reply
        0
        • D David Salter

          Yes, From memory you need to connect to "InternetExplorer.Application". Check out the OLE/COM viewwer and it will show you all the methods/property you can access. Dave.

          W Offline
          W Offline
          wabc
          wrote on last edited by
          #4

          Thank you for your help! I want get the data that IE browser send to the server before the sending action is executed,encrypt the data,and then give the crypto-data to the browser for sending to the server! Could you give me some advice about that!

          D 1 Reply Last reply
          0
          • W wabc

            Thank you for your help! I want get the data that IE browser send to the server before the sending action is executed,encrypt the data,and then give the crypto-data to the browser for sending to the server! Could you give me some advice about that!

            D Offline
            D Offline
            David Salter
            wrote on last edited by
            #5

            wabc wrote: I want get the data that IE browser send to the server before the sending action is executed,encrypt the data,and then give the crypto-data to the browser for sending to the server! I've never tried it, but..... You could try and trap the BeforeNavigate2 event. When you get this, call the Stop method, encrypt your data and then call the Navigate2 method. As I say, I've never tried this, but it looks OK.... Dave.

            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