as I am doing a small chat application in vb.net (windows form), I’m having problem for the design of my chatbox. I would like text messages to be selectable so user can copy(ctrl+v) it but not usernames which displays who sent the message. What form controls should I use in order to accomplish this and what properties to change from it? Thank you. Also keep in mind usernames and their messages must be correctly aligned.
Share
catch the ctrl+c and parse the selected text for username and delete them
(maybe you can make the usernames images what will prevent standard text copy paste)