Search found 3 matches

by Tibo
Thu Dec 15, 2011 9:48 am
Forum: madBasic
Topic: MsgHandler doesn't work
Replies: 4
Views: 15004

Re: MsgHandler doesn't work

Thanks for the answer!
by Tibo
Thu Dec 15, 2011 8:52 am
Forum: madBasic
Topic: MsgHandler doesn't work
Replies: 4
Views: 15004

Re: MsgHandler doesn't work

SendMessage return False and the GetLastError says 0...
by Tibo
Thu Dec 15, 2011 7:19 am
Forum: madBasic
Topic: MsgHandler doesn't work
Replies: 4
Views: 15004

MsgHandler doesn't work

Hello, I work on Delphi 6 and try to make communication between 2 process with windows message. One of the process (Process1) is not a window so I use the MsgHandler to create an invisible windows. I create 2 handlers using AddMsgHandler and wait for messages from the other process (Process2). Proce...