Home > Software engineering >  Do a vb RichTextBox2 expression pictures cannot show the chat interface
Do a vb RichTextBox2 expression pictures cannot show the chat interface

Time:09-30

 Private Sub Command1_Click () 

Winsock1. SendData publishes the event RichTextBox1. Text


'the Clipboard. The SetText RichTextBox1 TextRTF, vbCFRTF

'RichTextBox2. TextRTF=RichTextBox1. TextRTF


RichTextBox2. Text="I say:" + RichTextBox1. Text + + RichTextBox2 vbCrLf. Text

RichTextBox1. TextRTF=""
End Sub
click send only words no pictures the commented code RichTextBox2. TextRTF=RichTextBox1. TextRTF can display but it is not I want to look for a great god

CodePudding user response:

Face the RTF format description is what kind of?
  • Related