Can anyone show me an example of sending text from VFP to another application like notepad? Assume that notepad is open and I have a window handle to it. Using the API I am able to bring notepad to the foreground:
= SetForegroundWindow (hwnd)
However, keyboard command does not send my text to notpad. How do I do this? Thanks Mike
Mike Pastore
Hats off to (Roy) Harper
= SetForegroundWindow (hwnd)
However, keyboard command does not send my text to notpad. How do I do this? Thanks Mike
Mike Pastore
Hats off to (Roy) Harper