O.P. msgplus windows [RESOLVED]
Hi,
I open a window from the chat window using MsgPlus.CreateWnd command.
I have some even from a control button in the window.
Then I want from the window to send a message as a result from this button control.
But if the only parameters of OnWindowIdEvent are "wnd" and "controlID" how can I know to who to send the message?
If I just write SendMessage("test") it doesnt work.
Thanks.
----------
Hi,
I declared a global var, and where I created the window, I also wrote:
flag=ChatWnd
Later, when I had input from control in the window, I did that:
flag.SendMessage("test")
and its working....
This post was edited on 03-30-2008 at 05:07 PM by Hen.
|