2 part question: (1)Is there a list of functions available from win32api. (2) I figured out how to popup(bring to the front) another application by using the BringWindowToTop(win32api) and ShowWindow(win32api).
Actual question: I want to send data to that application after it becomes the current application. Is there a function in win32api or a way to do a keyboard stuff from VFP into another application that is running?
Actual question: I want to send data to that application after it becomes the current application. Is there a function in win32api or a way to do a keyboard stuff from VFP into another application that is running?