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. Problem using Activex component

Problem using Activex component

Scheduled Pinned Locked Moved C / C++ / MFC
comhelptutorialquestion
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.
  • Z Offline
    Z Offline
    zlatnik
    wrote on last edited by
    #1

    I have an activex component that I want to use. The problem is that I don't know how to change the properties of the control dynamically. Is there any way to do this, or are properties purely bound to whatever values I give in the rc editor at compile time? Thanks for your consideration, Sean

    S 1 Reply Last reply
    0
    • Z zlatnik

      I have an activex component that I want to use. The problem is that I don't know how to change the properties of the control dynamically. Is there any way to do this, or are properties purely bound to whatever values I give in the rc editor at compile time? Thanks for your consideration, Sean

      S Offline
      S Offline
      Stephen Hewitt
      wrote on last edited by
      #2

      Most controls will give programmatic access to the properties, although doing so isn't a requirement. This functionality will be exposed through interfaces on the control, typically the IDispatch interface. If you're using MFC's wizards a dispatch driver will be generated to make calling the methods trivial. Steve

      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