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. Help without ATL or MFC

Help without ATL or MFC

Scheduled Pinned Locked Moved C / C++ / MFC
c++algorithmshelp
4 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.
  • N Offline
    N Offline
    neliocc
    wrote on last edited by
    #1

    Hi everybody I am developing an internet explorer toolband, with many functions, one of them a popup blocker button. I was searching in the examples, but all the examples have ATL or MFC functions, and i need do all that things without using any ATL or MFC functions. If anybody can helpme i will be gratefull

    V T T 3 Replies Last reply
    0
    • N neliocc

      Hi everybody I am developing an internet explorer toolband, with many functions, one of them a popup blocker button. I was searching in the examples, but all the examples have ATL or MFC functions, and i need do all that things without using any ATL or MFC functions. If anybody can helpme i will be gratefull

      V Offline
      V Offline
      vikas amin
      wrote on last edited by
      #2

      Without using MFC and ATL u will need to lots of stuff by ur self. Must rewrite all the MFC function used in ur program . And if u mean to create a pop-up blocker might be u need to use window messages so win32 can come to ur resuce. DLL's can help u but i cant say it for sure Vikas Amin Embin Technology Bombay vikas.amin@embin.com

      1 Reply Last reply
      0
      • N neliocc

        Hi everybody I am developing an internet explorer toolband, with many functions, one of them a popup blocker button. I was searching in the examples, but all the examples have ATL or MFC functions, and i need do all that things without using any ATL or MFC functions. If anybody can helpme i will be gratefull

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

        neliocc wrote:

        . I was searching in the examples, but all the examples have ATL or MFC functions,

        Buddy, it would be easier if you use ATL to develop toolband application for IE, as IE provide automation support for same. but if you still insist on using pure Win32 Api, here is hint... you have to create the dll, which contain the Window Which subclass main window for Window Message... also another application which inject this dll into process space of IE ( for that you have to create system wide hooks). not the easy task, but i believe thats the only way to get there. you have to Hook the system for IE instance...

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        1 Reply Last reply
        0
        • N neliocc

          Hi everybody I am developing an internet explorer toolband, with many functions, one of them a popup blocker button. I was searching in the examples, but all the examples have ATL or MFC functions, and i need do all that things without using any ATL or MFC functions. If anybody can helpme i will be gratefull

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

          I think you should look into creating a Browser Helper Object (BHO).

          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