RegisterWindowMessage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dansk

    #1

    RegisterWindowMessage

    Hi,

    I'm looking for the RegisterWindowM essage function in the .Net framework.
    Well,... I just can't find it.

    Do I have to dllimport it?

    TIA,
    Dansk
  • Michael Nemtsev

    #2
    Re: RegisterWindowM essage

    Hello Dansk,

    Not everything was .NETed, there are a lot of WinAPI methods, which can be
    used over p/invoke like this


    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    DHi,
    D>
    DI'm looking for the RegisterWindowM essage function in the .Net
    Dframework. Well,... I just can't find it.
    D>
    DDo I have to dllimport it?
    D>
    DTIA,
    DDansk


    Comment

    • Dansk

      #3
      Re: RegisterWindowM essage

      Thanks for the answer, thanks for the link.
      Dansk

      Michael Nemtsev a écrit :
      Hello Dansk,
      >
      Not everything was .NETed, there are a lot of WinAPI methods, which can
      be used over p/invoke like this

      >
      ---
      WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
      "The greatest danger for most of us is not that our aim is too high and
      we miss it, but that it is too low and we reach it" (c) Michelangelo
      >
      DHi,
      DDI'm looking for the RegisterWindowM essage function in the .Net
      Dframework. Well,... I just can't find it.
      DDDo I have to dllimport it?
      DDTIA,
      DDansk
      >
      >

      Comment

      Working...