What is WndProc ?

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

    What is WndProc ?

    I cannot find any website descript this function detailly,
    anyone can try to explain this for me?
    Thanks.

  • Patrice

    #2
    Re: What is WndProc ?

    This is a procedure that one of the corner stones of the Windows
    architecture. As such it is exposed to the managed world...

    Try :
    http://msdn2.microsoft.com/en-us/library/ms632593.aspx and especially "Using
    Window procedures", it would allow to trap messages that are not readily
    exposed...

    ---
    Patrice

    "Cylix" <cylix2000@gmai l.coma ecrit dans le message de news:
    1178265023.7187 18.130570@h2g20 00...legro ups.com...
    >I cannot find any website descript this function detailly,
    anyone can try to explain this for me?
    Thanks.
    >

    Comment

    • Newbie Coder

      #3
      Re: What is WndProc ?

      Cylix,

      I sent you an example in your previous post that you need to help shut down
      your app when Windows exits

      --
      Newbie Coder
      (It's just a name)

      "Cylix" <cylix2000@gmai l.comwrote in message
      news:1178265023 .718718.130570@ h2g2000hsg.goog legroups.com...
      I cannot find any website descript this function detailly,
      anyone can try to explain this for me?
      Thanks.
      >

      Comment

      • Cylix

        #4
        Re: What is WndProc ?

        Thanks a lot

        Comment

        Working...