Herbert Posted April 12, 2018 at 12:35 PM Report #610198 Posted April 12, 2018 at 12:35 PM Olá a todos! Como fazer para passar valores de uma textbox para richtextbox e passa para próxima linha cada vez que passa um valor? (visual.net) Obrigado.
Estuardo Posted July 31, 2018 at 10:13 PM Report #611467 Posted July 31, 2018 at 10:13 PM Boa noite, Isto pode ser que resolva o problema Private sub txt_To_RichText() dim strRichText As String strRichText = me.txtRich.Text & Me.txtPlain.Text & ControlChars.CrLf me.txtRich.Text = strRichText End sub 1 Report
Herbert Posted July 31, 2018 at 10:25 PM Author Report #611471 Posted July 31, 2018 at 10:25 PM Obrigado! Vou testar.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now