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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Internet Explorer

Internet Explorer

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 2 Posters 1 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
    Subramaniam s V
    wrote on last edited by
    #1

    Hi All, I have my own application(EXE). My application has the ability to launch another process like calculator etc etc. Now, I create a new toolbar button and on click of that I launch Internet Explorer. It launches fine. Now my doubt is whether I can have the entire control of this new process(Internet Explorer) launched? Meaning that can I control the Internet Explorer the way I want. Its a bit urgent. Please can anyone respond me at the earliest? Thanks

    M 1 Reply Last reply
    0
    • S Subramaniam s V

      Hi All, I have my own application(EXE). My application has the ability to launch another process like calculator etc etc. Now, I create a new toolbar button and on click of that I launch Internet Explorer. It launches fine. Now my doubt is whether I can have the entire control of this new process(Internet Explorer) launched? Meaning that can I control the Internet Explorer the way I want. Its a bit urgent. Please can anyone respond me at the earliest? Thanks

      M Offline
      M Offline
      Monty2
      wrote on last edited by
      #2

      There are many ways to control IE one them is BHO. Here[^] is a perfect example. You can also Host an IE instance in you Dialog (using activex IE control) There is also DDE[^] approach. you have to decide what suits your need Hope it helps


      C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg

      S 1 Reply Last reply
      0
      • M Monty2

        There are many ways to control IE one them is BHO. Here[^] is a perfect example. You can also Host an IE instance in you Dialog (using activex IE control) There is also DDE[^] approach. you have to decide what suits your need Hope it helps


        C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg

        S Offline
        S Offline
        Subramaniam s V
        wrote on last edited by
        #3

        Thanks for the information. But I just want to handle the control flow from IE to my application. That is I need to do certain tasks based on whether IE is clicked/my application is clicked.Say for example, I am launching IE as a process from my application. IE is currently active. Now, if I get back to my applicaton from this IE will I be able to detect the change in control from IE to my application.

        M 1 Reply Last reply
        0
        • S Subramaniam s V

          Thanks for the information. But I just want to handle the control flow from IE to my application. That is I need to do certain tasks based on whether IE is clicked/my application is clicked.Say for example, I am launching IE as a process from my application. IE is currently active. Now, if I get back to my applicaton from this IE will I be able to detect the change in control from IE to my application.

          M Offline
          M Offline
          Monty2
          wrote on last edited by
          #4

          Subramaniam s.V. wrote:

          But I just want to handle the control flow from IE to my application. That is I need to do certain tasks based on whether IE is clicked/my application is clicked.Say for example, I am launching IE as a process from my application. IE is currently active. Now, if I get back to my applicaton from this IE will I be able to detect the change in control from IE to my application.

          That my friend didn't make sense


          C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg

          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