| I assume you are using C++ Builder (from your previous posts). I am not familiar with it so I cannot comment on the way you are handling events. The problem is probably in the way events are (mis)handled. Perhaps you should check this out...
Does any other event get fired? If not, the most probable cause of your problem is that you do not handle events properly. |