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. How ActiveX works?

How ActiveX works?

Scheduled Pinned Locked Moved C / C++ / MFC
comcsharpc++question
2 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.
  • K Offline
    K Offline
    kevincwong
    wrote on last edited by
    #1

    Hi, I need to buy a developer kit from a third party software company. Since I'm developing my application with VC++. So, it makes sense to buy the C++ developer kit. That software company got developer kit in Jave, .Net, VB, & a C++/ActiveX demo code. I compiled and ran the C++ demo code but still a bit confused. I probably will call that company tomorrow morning to ask some questions. But I wonder, normally, how the people use ActiveX? In what situation? Is that mainly for www application? http://www.active-x.com/articles/whatis.htm Maybe someone can share his/her knowledge with me? Thanks, Kevin Kevin

    C 1 Reply Last reply
    0
    • K kevincwong

      Hi, I need to buy a developer kit from a third party software company. Since I'm developing my application with VC++. So, it makes sense to buy the C++ developer kit. That software company got developer kit in Jave, .Net, VB, & a C++/ActiveX demo code. I compiled and ran the C++ demo code but still a bit confused. I probably will call that company tomorrow morning to ask some questions. But I wonder, normally, how the people use ActiveX? In what situation? Is that mainly for www application? http://www.active-x.com/articles/whatis.htm Maybe someone can share his/her knowledge with me? Thanks, Kevin Kevin

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      ActiveX are components that can be used in any language (but of course, this is a Microsoft technology). You can also use them as a component in a Word or excell sheet... It is not necessarily for web applications. Typical examples of ActiveX are for example the MSFlexGrid (a grid control), some calendar controls, graph controls, ... ActiveX files (ocx files) are in fact "enhanced dll's" that means this is a standard dll format files with some default functionnlity that allozs you to retrieve and use objects inside it. Hope things are clear :)

      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