I have a Win32 GUI. Is there a way to control GUI input as part of another process (an application embedded in Perl)? does the user have a scan system that I want to identify when the keys sent by the scan system check them if they are numbers, then suffix them with the \ n character and then send them to the GUI application?
source
share