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. The Lounge
  3. Struggling with ActiveX and IE

Struggling with ActiveX and IE

Scheduled Pinned Locked Moved The Lounge
comc++htmlalgorithmshelp
9 Posts 4 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.
  • M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #1

    Geez, I feel like such a newbie. Anyways, can anyone recommend some good reference material that walk you through the whole process of creating a simple ActiveX control to putting it on the browser (IE is fine). I've been searching for the last few days and have gotten pretty frustrated with both the Microsoft documentation and other stuff out there. None of it takes you through all the steps, up to and including the HTML. Pretty much, they all leave you dangling after walking through the MFC ActiveX wizard. Woohoo. (And yes, I posted a specific programming question to my problem on the COM forum, but here I'm looking for some recommendations on what I should read to learn this stuff). Thanks! Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

    R C T 3 Replies Last reply
    0
    • M Marc Clifton

      Geez, I feel like such a newbie. Anyways, can anyone recommend some good reference material that walk you through the whole process of creating a simple ActiveX control to putting it on the browser (IE is fine). I've been searching for the last few days and have gotten pretty frustrated with both the Microsoft documentation and other stuff out there. None of it takes you through all the steps, up to and including the HTML. Pretty much, they all leave you dangling after walking through the MFC ActiveX wizard. Woohoo. (And yes, I posted a specific programming question to my problem on the COM forum, but here I'm looking for some recommendations on what I should read to learn this stuff). Thanks! Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

      R Offline
      R Offline
      Rama Krishna Vavilala
      wrote on last edited by
      #2

      Marc Clifton wrote:

      ActiveX control

      I will use ATL to write an ActiveX control. Here is a good reference http://www.microsoft.com/msj/0299/atl3Activex/atl3Activex.aspx[^]


      My Blog

      M 1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        Marc Clifton wrote:

        ActiveX control

        I will use ATL to write an ActiveX control. Here is a good reference http://www.microsoft.com/msj/0299/atl3Activex/atl3Activex.aspx[^]


        My Blog

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #3

        Rama Krishna Vavilala wrote:

        I will use ATL to write an ActiveX control. Here is a good reference

        Thanks, some useful info in there. Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

        R 1 Reply Last reply
        0
        • M Marc Clifton

          Rama Krishna Vavilala wrote:

          I will use ATL to write an ActiveX control. Here is a good reference

          Thanks, some useful info in there. Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

          R Offline
          R Offline
          Rama Krishna Vavilala
          wrote on last edited by
          #4

          BTW after you complete the ActiveX project I want to know what your opinion is about whether C# makes a developer dumber/lazy. I did a whole bunch of C# recently and now I have tough time fixing a custom marshaling code that I wrote in ATL 3 yrs back.


          My Blog

          M 1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            BTW after you complete the ActiveX project I want to know what your opinion is about whether C# makes a developer dumber/lazy. I did a whole bunch of C# recently and now I have tough time fixing a custom marshaling code that I wrote in ATL 3 yrs back.


            My Blog

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #5

            Rama Krishna Vavilala wrote:

            I want to know what your opinion is about whether C# makes a developer dumber/lazy.

            hehe. It was ridiculously easy to host a .NET WinForm control in IE. But all the security restrictions, argh!

            Rama Krishna Vavilala wrote:

            and now I have tough time fixing a custom marshaling code that I wrote in ATL 3 yrs back.

            Well, I wouldn't blame that on C#, rather simply not using a technology for a while. My SQL is so rusty at this point I need WD40 for the brain. But again, I don't blame that on C#, instead, it's because my work took me in a direction where I wasn't immersed on a daily basis in SQL. Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

            1 Reply Last reply
            0
            • M Marc Clifton

              Geez, I feel like such a newbie. Anyways, can anyone recommend some good reference material that walk you through the whole process of creating a simple ActiveX control to putting it on the browser (IE is fine). I've been searching for the last few days and have gotten pretty frustrated with both the Microsoft documentation and other stuff out there. None of it takes you through all the steps, up to and including the HTML. Pretty much, they all leave you dangling after walking through the MFC ActiveX wizard. Woohoo. (And yes, I posted a specific programming question to my problem on the COM forum, but here I'm looking for some recommendations on what I should read to learn this stuff). Thanks! Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

              C Offline
              C Offline
              CodeGuy
              wrote on last edited by
              #6

              Developer's Workshop to COM and ATL 3.0 by Andrew Troelsen[^] Best all-around COM/ATL/ActiveX book. Brandon

              M 1 Reply Last reply
              0
              • M Marc Clifton

                Geez, I feel like such a newbie. Anyways, can anyone recommend some good reference material that walk you through the whole process of creating a simple ActiveX control to putting it on the browser (IE is fine). I've been searching for the last few days and have gotten pretty frustrated with both the Microsoft documentation and other stuff out there. None of it takes you through all the steps, up to and including the HTML. Pretty much, they all leave you dangling after walking through the MFC ActiveX wizard. Woohoo. (And yes, I posted a specific programming question to my problem on the COM forum, but here I'm looking for some recommendations on what I should read to learn this stuff). Thanks! Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

                T Offline
                T Offline
                Todd Smith
                wrote on last edited by
                #7

                ActiveX will make you tear your hair out sometimes (if you have any left that is). Wait until you do something silly like spell CLASSID wrong and your control no longer loads from the HTML. UG. Todd Smith

                M 1 Reply Last reply
                0
                • C CodeGuy

                  Developer's Workshop to COM and ATL 3.0 by Andrew Troelsen[^] Best all-around COM/ATL/ActiveX book. Brandon

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #8

                  CodeGuy wrote:

                  Best all-around COM/ATL/ActiveX book.

                  Excellent! Thank you! Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

                  1 Reply Last reply
                  0
                  • T Todd Smith

                    ActiveX will make you tear your hair out sometimes (if you have any left that is). Wait until you do something silly like spell CLASSID wrong and your control no longer loads from the HTML. UG. Todd Smith

                    M Offline
                    M Offline
                    Marc Clifton
                    wrote on last edited by
                    #9

                    Todd Smith wrote:

                    Wait until you do something silly like spell CLASSID wrong and your control no longer loads from the HTML. UG.

                    Yup. It's like declarative programming. :-D Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

                    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