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 / C++ / MFC
  4. IE in my app

IE in my app

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 4 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
    Ajay L D
    wrote on last edited by
    #1

    Hi, Is there a way I could add a browser window - like control, on my dialog? Thank you, AJ

    V K 2 Replies Last reply
    0
    • A Ajay L D

      Hi, Is there a way I could add a browser window - like control, on my dialog? Thank you, AJ

      V Offline
      V Offline
      Varghese Paul M
      wrote on last edited by
      #2

      In VC6 IDE, you have option to add ActiveX controls via your resource editor. Take menu Projects->Add to project->Components and Controls will bring a dialog. Double click on Registered ActiveX Controls and select Microsoft Web Browser from the list of controls displayed. This will ask you permission to add support of IE into your application. Select button OK will copy the required header files into your project folder. Now take the resource editor, where you can see a new control appeared for inserting IE as a control. Drag and drop it into your dialog and enjoy.

      A 1 Reply Last reply
      0
      • V Varghese Paul M

        In VC6 IDE, you have option to add ActiveX controls via your resource editor. Take menu Projects->Add to project->Components and Controls will bring a dialog. Double click on Registered ActiveX Controls and select Microsoft Web Browser from the list of controls displayed. This will ask you permission to add support of IE into your application. Select button OK will copy the required header files into your project folder. Now take the resource editor, where you can see a new control appeared for inserting IE as a control. Drag and drop it into your dialog and enjoy.

        A Offline
        A Offline
        Ajay L D
        wrote on last edited by
        #3

        Thanks a lot!! Is there a way we could do this in Win32?

        T 1 Reply Last reply
        0
        • A Ajay L D

          Thanks a lot!! Is there a way we could do this in Win32?

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          you have use CreateWindow api for doing same in Win32!

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
          Never mind - my own stupidity is the source of every "problem" - Mixture

          cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/xml>

          A 1 Reply Last reply
          0
          • T ThatsAlok

            you have use CreateWindow api for doing same in Win32!

            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
            Never mind - my own stupidity is the source of every "problem" - Mixture

            cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/xml>

            A Offline
            A Offline
            Ajay L D
            wrote on last edited by
            #5

            Thank you!! I found another link... http://support.microsoft.com/kb/q192560/

            1 Reply Last reply
            0
            • A Ajay L D

              Hi, Is there a way I could add a browser window - like control, on my dialog? Thank you, AJ

              K Offline
              K Offline
              KarstenK
              wrote on last edited by
              #6

              I found this real fine article at first hit for "ie window" http://www.codeproject.com/KB/COM/cwebpage.aspx[^] Look the rating and the view count. I guess you havent use the search box.:mad:

              Greetings from Germany

              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