Im thinking i might be able to get around doing that. It would help me more to learn how its done with any App rather than UO its self.
Iv got a handle on the client (00200390) and all the keyboard function by using Spy++ that comes with VS6
(WM_KEYDOWN nVirtKey:VK_Then the Key sent)
followed by Key up
(WM_KEYUP nVirtKey:VK_Then the Key sent)
Now im just trying to Code vb to send text to (00200390) by using the (WM_KEYFUNCTION)
|