I am working on a project that will take data from a device (i.e. weight balance, Mitutoyo Indicator, force gauge, etc) and place the data output wherever the blinking cursor is. I have gone the route of taking the data and placing this into the Clipboard by using the App.Clipboard.Write Invoke Node to save the data to the clipboard and App.Clipboard.Read Invoke Node to extract the data point.
Right now, the data will be saved to a MS Access Form with a textbox but I want to make this scale-able to any program regardless if where the blinking cursor is stationed. Has anyone progmatically found where the blinking cursor is or might have any idea how this might be done?