I have a program that I will call progA that runs on Windows and that has a textbox for inserting alphanumeric numbers, a 'CONTROL' key to press to start a control procedure, and a label (or image) that changes color from green to red if the check is not passed
I would like, using the B4J environment, to create a procedure that allows me to:
1 read from a text file
2 some lines read, copy them to the Windows clipboard
3 paste the read lines in the progA program textbox
4 press (again from the code) the CONTROL key
5 check (by code) if the label is red or green
How to create a B4J program to obtain these features?
I would like, using the B4J environment, to create a procedure that allows me to:
1 read from a text file
2 some lines read, copy them to the Windows clipboard
3 paste the read lines in the progA program textbox
4 press (again from the code) the CONTROL key
5 check (by code) if the label is red or green
How to create a B4J program to obtain these features?