Valhalla Legends Forums Archive | Visual Basic Programming | adding textbox to rtb

AuthorMessageTime
yuleball
I am designing an editor program using rich text box in vb 6.0. I want to add a special box for entering verse or poems so that when I click a button, this box is placed at current position of cursor e-g if cursor is at line#3, the box is placed at line#3 and focus is changed from rtb to box. And after entering text in this box, when i click rtb, focus is changed from box to rtb, also cursor is placed below this box. Also I want that when I save the document, this box is also saved with. I have tried adding text box to accomplish these tasks but i am having problem setting position of textbox, setting focus and position of cursor. Also I dont think it can be saved with document. Is there a way to accomplish this by adding some box to rtb?
December 6, 2008, 6:35 AM
yuleball
In Microsft word there is a way to add TextBox. I want to do the same in rtb. Is there a way to do this? Plz help :(
December 11, 2008, 9:45 AM

Search