how to Map rtf file rows to 3 RichTextBox in VB.Net 2010? -
this question exact duplicate of:
i need split "richtextbox4 rows" richtextbox1 take row number 1
richtextbox2 take row number 2
and richtextbox3 take row number 3
so 3 richtextboxs take row "richtextbox4 rows"
try code
integer = 0 richtextbox1.lines.count if = 0 richtextbox2.text = richtextbox1.lines(i) elseif = 1 richtextbox3.text = richtextbox1.lines(i) elseif = 2 richtextbox4.text = richtextbox1.lines(i) end if next
Comments
Post a Comment