I have two applications.
When i send a BM_CLICK message from A to B, it opens a MessageBox on B.

My issue is that it stops the program flow in A.
I have to close the MessageBox on B in order to continue the program flow on A.

Is this something normal?
How to avoid this?