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. Connecting to IE Events

Connecting to IE Events

Scheduled Pinned Locked Moved COM
question
3 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.
  • A Offline
    A Offline
    Alex Cramer
    wrote on last edited by
    #1

    I need to connect to some BODY object events as soon as possible. WHEN I must do it, check BODY availability by timer? Events like OnDonloadComplete comes too later... Question #2: if document contains frames, I need to enumerate it and connect to each frame events. Someone has code sample??

    A 1 Reply Last reply
    0
    • A Alex Cramer

      I need to connect to some BODY object events as soon as possible. WHEN I must do it, check BODY availability by timer? Events like OnDonloadComplete comes too later... Question #2: if document contains frames, I need to enumerate it and connect to each frame events. Someone has code sample??

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      you can only access IE thru DOM interfaces after the DocumentComplete event when its ReadyState property is changed to READYSTATE_COMPLETE and not earlier.

      A 1 Reply Last reply
      0
      • A Anonymous

        you can only access IE thru DOM interfaces after the DocumentComplete event when its ReadyState property is changed to READYSTATE_COMPLETE and not earlier.

        A Offline
        A Offline
        Alex Cramer
        wrote on last edited by
        #3

        You're not right, BODY object accessable before OnDocumentComplete firing. I'm trying to connect to BODY object when click button, and it was available before OnDocumentComplete!!! When I must connect to it???

        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