PostMessage() doesnt work while holding a dialog box
i am using PostMessage() to post several messages to a dialog box from several location
this works just fine but when i am holding the dialog - e.g. dragging it - the dialog doesn't feel that a message is being sent
i am using PreTranslateMessage() method to filter message
so what is wrong with posting message to a dialog that is being hold - dragged -
or if there is anything wrong, what is the solution for that
thanks alot u guys

