L lagu2653 Mar 20, 2009 #1 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.
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 Mar 20, 2009 #2 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. Click to expand... 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
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. Click to expand... 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