i have two rtf text boxes........A and B....i want to type in A.....setting the font and color...........and then transfer to B.........and its font and color should also get preserved.........
i.e. B.textrtf=A.textrtf...........it works...........but now i want to append the next line to B from A i.e
B.textrtf=B.textrtf+A.textrtf.................this doesn,t work..........why????...and what is the solution..........?
i.e. B.textrtf=A.textrtf...........it works...........but now i want to append the next line to B from A i.e
B.textrtf=B.textrtf+A.textrtf.................this doesn,t work..........why????...and what is the solution..........?