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. Convert HDC to long

Convert HDC to long

Scheduled Pinned Locked Moved C / C++ / MFC
comhelpquestion
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.
  • K Offline
    K Offline
    Kannan Kalyanaraman
    wrote on last edited by
    #1

    I have a activex control which expects HDC as one of its arguments. In my program I have my window dc which I want to pass it on to this function, now the issue is how do I convert the HDC to long. If this is not possible, how should one go about achieving this, I dont have access to the source of the activex. Thanks, Kannan

    A 1 Reply Last reply
    0
    • K Kannan Kalyanaraman

      I have a activex control which expects HDC as one of its arguments. In my program I have my window dc which I want to pass it on to this function, now the issue is how do I convert the HDC to long. If this is not possible, how should one go about achieving this, I dont have access to the source of the activex. Thanks, Kannan

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      long l = (long)hDC; ??

      K 1 Reply Last reply
      0
      • A Anonymous

        long l = (long)hDC; ??

        K Offline
        K Offline
        Kannan Kalyanaraman
        wrote on last edited by
        #3

        Thank you

        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