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. Managed C++/CLI
  4. HWND in a Managed C++ Class Library

HWND in a Managed C++ Class Library

Scheduled Pinned Locked Moved Managed C++/CLI
c++tutorial
2 Posts 2 Posters 6 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.
  • G Offline
    G Offline
    gekoscan
    wrote on last edited by
    #1

    Hey coders.... Okay I am just trying to create an instance from HWND and it won't let me. ie. using namespace System; #using <mscorlib.dll> public _gc class COO { HWND m_hwnd; public: COO(HWND hwnd) :m_hwnd(hwnd) {} }; When I hover over HWND it gives me (typedef HWND__ *HND) so I assume it is recognizing it but for some reason I can't use it.... If anyone could tell me why and how to get around this it would be much appreciated. Thanks... :-D

    N 1 Reply Last reply
    0
    • G gekoscan

      Hey coders.... Okay I am just trying to create an instance from HWND and it won't let me. ie. using namespace System; #using <mscorlib.dll> public _gc class COO { HWND m_hwnd; public: COO(HWND hwnd) :m_hwnd(hwnd) {} }; When I hover over HWND it gives me (typedef HWND__ *HND) so I assume it is recognizing it but for some reason I can't use it.... If anyone could tell me why and how to get around this it would be much appreciated. Thanks... :-D

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      Did you forget a #include <windows.h> ?


      Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

      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