hi...
i try to send a message to the kalonline window: (p is the window handle)
and when i try it- it works fine (it clicks on a point that doesnt seem to be 300/300...)
now i try to change the coordinates of the message...and it doesnt work
any one got an idea? and why isnt it clicking on the right point?
(its not in full screen mode!)
thanks
i try to send a message to the kalonline window: (p is the window handle)
PHP Code:
SendMessage(p,(int) Messages.WM_LBUTTONDOWN, (IntPtr)300, (IntPtr)300);
SendMessage(p,(int) Messages.WM_LBUTTONUP, (IntPtr)300, (IntPtr)300);
now i try to change the coordinates of the message...and it doesnt work
any one got an idea? and why isnt it clicking on the right point?
(its not in full screen mode!)
thanks