Forum: VB.NET Jan 23rd, 2009 |
| Replies: 3 Views: 396 In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009 |
| Replies: 5 Views: 1,538 @kain_mcbride
thnx a lot. my problem has een solved |
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2009 |
| Replies: 0 Views: 379 Is there any way through which I can change the position of underline? I want to move it below the default position where it appears by using .SelUnderline. |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2009 |
| Replies: 2 Views: 394 It's for urdu editor usinf rtb control. |
Forum: Visual Basic 4 / 5 / 6 Jan 6th, 2009 |
| Replies: 2 Views: 394 Is there any way to shift the position of underline downward? e-g in
This is game
underline passes through g. I want to move it a bit below so that it does not cut through words |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 5 Views: 1,538 hi, i am using rtb. I want to print a specific character when user presses Alt+some key by using chrW() method. I want to detect in KeyPress() event of rtb when user presses Alt+Key. How can i do... |
Forum: Visual Basic 4 / 5 / 6 Jan 1st, 2009 |
| Replies: 2 Views: 462 I hav developed my own fonts using fontlab and scanfont and my fonts contain separate base characters and diacritical marks. |
Forum: Visual Basic 4 / 5 / 6 Dec 31st, 2008 |
| Replies: 2 Views: 462 hi I am designing an editor program. I am using ChrW() and AscW() functions to print the character on screen. I want to implement combining diacritical marks(or accent marks) i-e if i print a... |
Forum: Visual Basic 4 / 5 / 6 Dec 22nd, 2008 |
| Replies: 1 Views: 445 Hi, I'm designing an editor program. I want that when user has finished writing a line and goes to next line, the above line fully justifies itself. |
Forum: Visual Basic 4 / 5 / 6 Dec 11th, 2008 |
| Replies: 3 Views: 547 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? |
Forum: Visual Basic 4 / 5 / 6 Dec 11th, 2008 |
| Replies: 3 Views: 1,223 |
Forum: Visual Basic 4 / 5 / 6 Dec 7th, 2008 |
| Replies: 1 Views: 455 I want to fully justify text in rtb. I am designing an urdu editor. The rdu language is written from right to left. So the text is right justified initially.
Waiting for reply |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 3 Views: 547 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... |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 3 Views: 1,223 I want to exchange the functioning of backspace and delete key e-g if i press backspace it should delete the character on the right side of cursor and vicee versa for delete key. How can i implement... |