Hi there,
I have written a small ANSI-Terminal Emulator in VB6. Now I would like to convert the code to b4a. In VB I am printing all Text (received from a host) to a picturebox ( because it is very easy to position the cursor and set different colors, just self interpreted from the ANSI ESC-codes.
Is it possible to "Print" into a textbox in b4a and changed at least the forecolor at any x/y-position?
I have written a small ANSI-Terminal Emulator in VB6. Now I would like to convert the code to b4a. In VB I am printing all Text (received from a host) to a picturebox ( because it is very easy to position the cursor and set different colors, just self interpreted from the ANSI ESC-codes.
Is it possible to "Print" into a textbox in b4a and changed at least the forecolor at any x/y-position?