quote:
Originally posted by the andyman
yeah I worked that out last night but thanks anyway
It does seem to be working properly now except only when I use the enter button to send a message, not the "Send" button
You better post the entire script so all this can be checked upon properly. Because it sounds like you're doing some wrong thingie somewhere, maybe...
Also, what you actually want is making a dialog "modal". This means it will recieve all input until it closes and only then the "parent" window will be able to recieve input again. I doubt the EnableWindow API is the correct thing to use, that is: the only thing to use...
But I may be wrong in this (need todo some looking up).
quote:
Originally posted by the andyman
Also, is there any way to remove the text that is left in the text box in the conversation window?
Return an empty string from the ChatWndSendMessage event.