This time I have a reciveText.txt
open and with the focal point in this txt
file and I want to write some text on it; and simultaneously write the same text in a textBox
of a Form
that will be in secon plane, I mean, without focal point. How can I send text from the notepad
to the textBox
in second plane?
It is possible?
PS: In the real situation a BarCode Reader will write strings
in a specific NotePad
File
, but another application that will be running in second plane (like a backgroundprocess
or without a focal point) will read those strings
and when detect some kind of issue the application will notify us with a visual alert... I just need to know how to send what the bar code reader just read to a unfocused Form
...
Please Help!