Home All Groups Group Topic Archive Search About
Author
4 May 2007 7:50 AM
Cylix
I cannot find any website descript this function detailly,
anyone can try to explain this for me?
Thanks.

Author
4 May 2007 8:09 AM
Patrice
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" <cylix2***@gmail.com> a ecrit dans le message de news:
1178265023.718718.130***@h2g2000hsg.googlegroups.com...
Show quoteHide quote
>I cannot find any website descript this function detailly,
> anyone can try to explain this for me?
> Thanks.
>
Author
6 May 2007 12:10 AM
Newbie Coder
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)

Show quoteHide quote
"Cylix" <cylix2***@gmail.com> wrote in message
news:1178265023.718718.130570@h2g2000hsg.googlegroups.com...
> I cannot find any website descript this function detailly,
> anyone can try to explain this for me?
> Thanks.
>
Author
8 May 2007 3:52 AM
Cylix
Thanks a lot