So far, I have all the handle capturing and gui set up. I'm stumped as to how to perform the actual step.
I have this code:
SendMessage(New IntPtr(CurrentHandle), WHAT,GOES,HERE?)
I've been looking at: http://msdn.microsoft.com/en-us/library/ms644950(VS.85).aspx and http://msdn.microsoft.com/en-us/library/ms644927(v=VS.85).aspx#system_defined
However, none of these are giving much of the "code example" method that I need to learn how to do it. I just need to send key events such as pressing "/" or "w", etc. No, I can't use sendkeys for this.
Thanks if you can help!