View Single Post
Old 02-20-2006, 01:13 PM   #10 (permalink)
JimJava
Newbie
 
JimJava's Avatar
 
Join Date: Feb 2006
Posts: 13
Default

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)
JimJava is offline   Reply With Quote