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. get ActiveX Class [modified]

get ActiveX Class [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
questioncom
3 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.
  • M Offline
    M Offline
    mehmetned
    wrote on last edited by
    #1

    I have lots of dialogs and activex controls in those dialogs in my application. I want to set sizes of those dialogs and controls on it according to current resolution. I use enumchildwindow function to get child window but i need to know which control is activex to set activex control font. How can i know which controls are activex, which controls are not? (at runtime) Thanks

    modified on Wednesday, May 7, 2008 8:02 AM

    _ 1 Reply Last reply
    0
    • M mehmetned

      I have lots of dialogs and activex controls in those dialogs in my application. I want to set sizes of those dialogs and controls on it according to current resolution. I use enumchildwindow function to get child window but i need to know which control is activex to set activex control font. How can i know which controls are activex, which controls are not? (at runtime) Thanks

      modified on Wednesday, May 7, 2008 8:02 AM

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      mehmetned wrote:

      I have lots of dialogs and activex controls in those dialogs in my application

      :doh:

      mehmetned wrote:

      I want to set sizes of those dialogs and controls on it according to current resolution

      GetSystemMetrics()

      mehmetned wrote:

      which controls are activex, which controls are not

      ActiveX controls would be generally having .ocx extensions

      Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

      M 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        mehmetned wrote:

        I have lots of dialogs and activex controls in those dialogs in my application

        :doh:

        mehmetned wrote:

        I want to set sizes of those dialogs and controls on it according to current resolution

        GetSystemMetrics()

        mehmetned wrote:

        which controls are activex, which controls are not

        ActiveX controls would be generally having .ocx extensions

        Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

        M Offline
        M Offline
        mehmetned
        wrote on last edited by
        #3

        at runtime please

        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