I'm doing a very homemade chat. I have it connected to the BD Sql Server (for practical purposes, I know it is not viable) to save the sent messages and check them in the DBMS to verify that they are saved correctly.
I can not get the message sent to stay there fixed (or up) in the upper textBox, it is replaced with the new message.
The method I use to "fill in" the upper textBox is:
How could I do that part? I work with a textBox for that, I'm new to this interface.
(Then I'll connect it with threads for the second user).