J
Jacek
Hello
I have to send a string between two applications a sender
(VB) and receiver (VC++) on local machine. Using
SendMessage I can not send a string, using messagequeue I
can send a string, but the receiver will not know that new
message have been posted (or there is a infinity loop
which checking all the time the new message was sent, but
there is waste of processor time). Is there any other
solution to do it? Or maybe I am wrong, and there is a
solution to get know receiver that new message were sent
to messagequeue?
Can someone help me? Thanks in advance.
brgds
Jacek
I have to send a string between two applications a sender
(VB) and receiver (VC++) on local machine. Using
SendMessage I can not send a string, using messagequeue I
can send a string, but the receiver will not know that new
message have been posted (or there is a infinity loop
which checking all the time the new message was sent, but
there is waste of processor time). Is there any other
solution to do it? Or maybe I am wrong, and there is a
solution to get know receiver that new message were sent
to messagequeue?
Can someone help me? Thanks in advance.
brgds
Jacek