Hello!
I've been busy for few days, i've just looked msdn library and found this:
http://msdn.microsoft.com/en-us/library/ms646977%28VS.85%29.aspx
If you were talking about
this GetMenu function, i wrote this:
code:
function OnEvent_ChatWndCreated(ChatWnd){
var MyMenu = Interop.Call("user32", "GetMenu", ChatWnd.Handle);
}
If it is correct, what should i do now?
Thanks for your help
Edit: Humm.. it seems that it doesn't works... maybe it's not so simple...
Any help will be really appreciated...