Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a colecontrol class from that class iam populating a listcontrol(i wrote my own class which is derived from ClistCtrl) i had written pretranslate message al the classes but it is never called .please let me know the issue .. only colecontrol it is happening.

What I have tried:

i had put pretrsnalte message in all the classes
Posted
Updated 12-Jul-17 21:08pm

1 solution

You must override the PreTranlateMessage in your colecontrol class and handle or route the message further. I hope your olecontrol is not a windowsless olecontrol.
 
Share this answer
 
Comments
Member 12677926 13-Jul-17 11:49am    
i had written it but its not calling ....
Member 12677926 13-Jul-17 12:42pm    
handle or route the message ? yes ..windowless olecontrol

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900