Trapping windows messages in a native DLL

L

lagu2653

How do you trap windows messages in a native DLL?. I know how to do it in a
console application.exe but not in a DLL.
 
D

David Wilkinson

lagu2653 said:
How do you trap windows messages in a native DLL?. I know how to do it in a
console application.exe but not in a DLL.

lagu:

As someone in the forums pointed out to you, you cannot trap messages in a
console application because it has no message pump.

BTW, this is not the correct newsgroup for native C++ questions. Use

microsoft.public.vc.language
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top