There is code (a c++ ocx code in fact) which is communicating with a dll file, and this communication is done by message passing. the dll file sends a message to a dialog box in the ocx file, the thing I am doing is converting the ocx file into a java app.
Well, here is the problem: is there any way to receive those messages in java? as I mentioned before messages are sent from a dll file, and of course they are windows based.
P.S.:It may help: the thing which receives the message in c++ is the handle of that dialog box